/*
Theme Name: IranNetwork Cyber Platform Pro Admin
Theme URI: https://irannetwork.co
Author: Iran Network
Author URI: https://irannetwork.co
Description: Complete cybersecurity-platform style WordPress theme for Iran Network with editable admin panel sections.
Version: 2.7.0
Text Domain: irannetwork-pro
Requires at least: 6.0
Requires PHP: 7.4
Tags: dark, cybersecurity, corporate, rtl-language-support, custom-menu, featured-images, custom-logo
*/

:root{
  --bg:#07100d;
  --bg2:#0a1511;
  --panel:#0f1d18;
  --panel2:#132820;
  --line:#243d35;
  --line2:#345848;
  --text:#f2fff7;
  --muted:#a8bdb1;
  --dim:#6f8678;
  --green:#9fef00;
  --green2:#74f05f;
  --cyan:#00e5ff;
  --blue:#49a1ff;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(159,254,0,.12), transparent 30%),
    radial-gradient(circle at 80% 12%, rgba(0,229,255,.07), transparent 28%),
    linear-gradient(180deg,#07100d 0%,#0a1411 50%,#07100d 100%);
  color:var(--text);
  line-height:1.7;
}
html[dir="rtl"] body, body.rtl{direction:rtl;text-align:right;font-family:Vazirmatn,Tahoma,Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;border-radius:18px}
p{color:var(--muted);margin:0 0 1rem}
h1,h2,h3,h4{line-height:1.08;margin:0 0 1rem;letter-spacing:-.035em}
h1{font-size:clamp(3rem,6.8vw,7.5rem)}
h2{font-size:clamp(2.1rem,4.4vw,4.6rem)}
h3{font-size:clamp(1.32rem,2vw,2rem)}
.container{width:min(var(--max),calc(100% - 42px));margin-inline:auto}
.section{padding:clamp(70px,9vw,128px) 0}
.kicker{color:var(--green);font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:18px;display:flex;gap:10px;align-items:center}
.kicker:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 23px;border:1px solid var(--line2);font-weight:900;background:rgba(255,255,255,.025);color:var(--text);transition:.2s;cursor:pointer}
.btn:hover{border-color:var(--green);color:var(--green);transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--green),var(--green2));color:#07100d;border-color:transparent}
.btn-primary:hover{color:#07100d}
.site-header{position:sticky;top:0;z-index:80;background:rgba(7,16,13,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(159,254,0,.16)}
.header-inner{height:88px;display:flex;align-items:center;gap:22px;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;min-width:250px}
.brand-mark{width:44px;height:44px;border-radius:11px;border:1px solid rgba(159,254,0,.55);background:rgba(159,254,0,.08);display:grid;place-items:center}
.brand-mark:before{content:"";width:21px;height:21px;background:var(--green);clip-path:polygon(50% 0,100% 28%,100% 72%,50% 100%,0 72%,0 28%)}
.brand-name{display:block;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.brand-sub{display:block;color:var(--dim);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:23px;color:var(--muted);font-weight:800}
.nav a:hover{color:var(--green)}
.menu-toggle{display:none;border:1px solid var(--line);background:transparent;color:var(--text);border-radius:12px;padding:10px 14px}
.mega-wrap{position:relative}
.mega-panel{display:none;position:absolute;top:64px;left:50%;transform:translateX(-50%);width:min(1080px,calc(100vw - 40px));background:#08130f;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.45)}
.mega-wrap:hover .mega-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.mega-col h4{font-size:.85rem;color:var(--green);letter-spacing:.1em;text-transform:uppercase}
.mega-col a{display:block;padding:9px 0;color:var(--muted)}
.hero{min-height:calc(100vh - 88px);display:flex;align-items:center;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(159,254,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(159,254,0,.04) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(#000,transparent 92%)}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:48px;align-items:center;position:relative;z-index:1}
.hero-lead{font-size:clamp(1.08rem,1.7vw,1.34rem);max-width:730px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.hero-visual,.panel{border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(19,38,31,.92),rgba(7,16,13,.86));box-shadow:0 30px 100px rgba(0,0,0,.4);overflow:hidden}
.visual-head,.panel-head{display:flex;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);font-family:ui-monospace,Consolas,monospace;color:var(--dim);font-size:.75rem}
.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 16px var(--green);margin-inline-end:8px}
.visual-body{padding:24px}
.skill-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.skill-card{border:1px solid rgba(159,254,0,.16);border-radius:18px;background:rgba(255,255,255,.03);padding:20px}
.skill-card small{display:block;color:var(--dim);font-family:ui-monospace,Consolas,monospace;text-transform:uppercase;margin-bottom:10px}
.skill-card strong{font-size:1.55rem}
.progress{height:8px;border-radius:20px;background:#07100d;margin-top:12px;overflow:hidden}
.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--green),var(--cyan));border-radius:20px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.section-head p{max-width:620px}
.triad{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card,.triad-card{border:1px solid var(--line);border-radius:28px;padding:30px;background:linear-gradient(180deg,rgba(19,38,31,.8),rgba(11,21,18,.7));min-height:260px;position:relative;overflow:hidden}
.triad-card:before,.card:before{content:"";position:absolute;inset-inline-start:0;top:0;width:5px;height:100%;background:linear-gradient(var(--green),transparent)}
.num{color:var(--green);font-family:ui-monospace,Consolas,monospace;letter-spacing:.18em;margin-bottom:24px}
to{transform:translate3d(-25%,0,0)}
}
100%{transform:translate3d(-50%,0,0)}}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.solution-tabs{display:grid;grid-template-columns:310px 1fr;gap:22px}
.tab-list{display:grid;gap:10px}
.tab-button{padding:18px 20px;border-radius:18px;border:1px solid var(--line);background:#0b1512;color:var(--muted);font-weight:900;text-align:inherit}
.tab-button.active{background:rgba(159,254,0,.08);border-color:var(--green);color:var(--green)}
.tab-content{border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(19,38,31,.82),rgba(11,21,18,.78));padding:36px;min-height:420px}
.checks{display:grid;gap:12px;margin-top:22px}
.checks div{color:var(--muted)}
.checks div:before{content:"✓";color:var(--green);font-weight:900;margin-inline-end:10px}
.founder{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px;align-items:stretch}
.founder-photo{min-height:420px;background:linear-gradient(135deg,rgba(159,254,0,.12),rgba(0,229,255,.08));border:1px solid var(--line);border-radius:30px;display:grid;place-items:center;color:var(--green);font-size:6rem;font-weight:950}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quote{border:1px solid var(--line);border-radius:26px;background:#0b1512;padding:28px}
.quote p:before{content:"“";color:var(--green);font-size:3rem;line-height:0}
.cert-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.cert{height:112px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025);display:grid;place-items:center;text-align:center;color:var(--muted);font-weight:900;padding:12px}
.faq{display:grid;gap:12px}
.faq-item{border:1px solid var(--line);border-radius:20px;background:#0b1512;overflow:hidden}
.faq-q{padding:18px 22px;font-weight:900;cursor:pointer}
.faq-a{display:none;padding:0 22px 20px}
.faq-item.open .faq-a{display:block}
.news-list{display:grid;gap:14px}
.news-item{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.025);padding:20px}
.community{border:1px solid rgba(159,254,0,.25);border-radius:34px;background:linear-gradient(135deg,rgba(159,254,0,.11),rgba(0,229,255,.06));padding:52px;display:grid;grid-template-columns:1fr .8fr;gap:26px;align-items:center}
.big-number{font-size:clamp(3rem,8vw,7rem);font-weight:950;color:var(--green);line-height:1}
.cta-band{border:1px solid var(--line);border-radius:34px;background:#0b1512;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.form-box{border:1px solid var(--line);border-radius:28px;background:#07100d;overflow:hidden}
.form-head{padding:18px 22px;border-bottom:1px solid var(--line);font-family:ui-monospace,Consolas,monospace;color:var(--green)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:24px}
.form-grid .full{grid-column:1/-1}
input,textarea,select{width:100%;background:#0b1512;border:1px solid var(--line);border-radius:14px;color:var(--text);padding:15px}
textarea{min-height:145px}
.wp-content{padding:90px 0}
.wp-content .container{max-width:940px}
.site-footer{border-top:1px solid rgba(159,254,0,.16);background:#050b09;padding:60px 0}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.35fr;gap:26px}
.footer-grid h4{color:var(--green);font-size:.9rem;text-transform:uppercase;letter-spacing:.12em}
.footer-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:10px;color:var(--muted)}
.admin-edit-note{font-size:.8rem;color:var(--dim);font-family:ui-monospace,Consolas,monospace}
@media(max-width:1050px){
  .hero-grid,.solution-tabs,.community,.founder{grid-template-columns:1fr;display:grid}
  .triad,.grid-2,.grid-3,.grid-4,.testimonials{grid-template-columns:1fr}
  .cert-grid{grid-template-columns:repeat(3,1fr)}
  .logo-item{flex-basis:170px;width:170px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;inset-inline:20px;top:88px;flex-direction:column;align-items:flex-start;background:#07100d;border:1px solid var(--line);border-radius:22px;padding:20px}
  .nav.is-open{display:flex}
  .mega-wrap{display:none}
}
@media(max-width:650px){
  .skill-grid,.form-grid{grid-template-columns:1fr}
  .cert-grid{grid-template-columns:repeat(2,1fr)}
  .logo-item{flex-basis:150px;width:150px;height:76px}
  .footer-grid{grid-template-columns:1fr}
}




/* Brand strip v2.1.1 - true one-line seamless loop */
.brand-strip{
  position:relative;
  width:100%;
  height:86px;
  overflow:hidden;
  direction:ltr;
  margin-top:18px;
}
.brand-strip:before,
.brand-strip:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:110px;
  z-index:2;
  pointer-events:none;
}
.brand-strip:before{
  left:0;
  background:linear-gradient(90deg,var(--bg2),rgba(10,21,17,0));
}
.brand-strip:after{
  right:0;
  background:linear-gradient(270deg,var(--bg2),rgba(10,21,17,0));
}
.brand-strip-track{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  gap:12px;
  width:max-content;
  height:86px;
  white-space:nowrap;
  will-change:transform;
  animation:irnBrandStrip 28s linear infinite;
}
.brand-strip:hover .brand-strip-track{
  animation-play-state:paused;
}
.brand-strip-track span{
  flex:0 0 196px;
  width:196px;
  height:86px;
  border-radius:20px;
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  color:var(--dim);
  font-weight:950;
  background:rgba(255,255,255,.025);
  padding:0 24px;
  transition:.2s;
}
.brand-strip-track span:hover{
  border-color:var(--green);
  color:var(--green);
  box-shadow:0 0 24px rgba(159,254,0,.12);
}
@keyframes irnBrandStrip{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-50%,0,0)}
}
@media(max-width:1050px){
  .brand-strip-track span{flex-basis:170px;width:170px}
}
@media(max-width:650px){
  .brand-strip{height:76px}
  .brand-strip-track{height:76px}
  .brand-strip-track span{height:76px;flex-basis:150px;width:150px}
}


/* v2.1.2 Hero Command Map */
.command-map{
  position:relative;
}
.command-map-body{
  padding:24px;
}
.network-orbit{
  position:relative;
  min-height:380px;
  border-radius:24px;
  background:
    radial-gradient(circle at center, rgba(159,254,0,.12), transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
  border:1px solid rgba(159,254,0,.13);
  overflow:hidden;
}
.network-orbit:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,254,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.035) 1px, transparent 1px);
  background-size:38px 38px;
  opacity:.7;
}
.orbit-ring{
  position:absolute;
  inset:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(159,254,0,.18);
  border-radius:50%;
  pointer-events:none;
}
.ring-1{
  width:260px;
  height:260px;
  animation:irnRotate 22s linear infinite;
}
.ring-2{
  width:360px;
  height:360px;
  border-style:dashed;
  border-color:rgba(0,229,255,.18);
  animation:irnRotateReverse 34s linear infinite;
}
.core-node{
  position:absolute;
  inset:50%;
  transform:translate(-50%,-50%);
  width:118px;
  height:118px;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(159,254,0,.22),rgba(0,229,255,.10));
  border:1px solid rgba(159,254,0,.65);
  display:grid;
  place-items:center;
  text-align:center;
  box-shadow:0 0 50px rgba(159,254,0,.14);
  z-index:3;
}
.core-node strong{
  display:block;
  font-size:2rem;
  line-height:1;
  color:var(--green);
  letter-spacing:.08em;
}
.core-node small{
  display:block;
  color:var(--muted);
  font-family:ui-monospace,Consolas,monospace;
  letter-spacing:.18em;
  margin-top:6px;
}
.service-node{
  position:absolute;
  z-index:4;
  min-width:112px;
  height:46px;
  padding:0 14px;
  border:1px solid rgba(159,254,0,.22);
  border-radius:999px;
  background:rgba(7,16,13,.86);
  display:grid;
  place-items:center;
  color:var(--muted);
  font-weight:900;
  font-size:.82rem;
  box-shadow:0 12px 36px rgba(0,0,0,.28);
}
.service-node:before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
  inset-inline-start:12px;
}
.service-node span{
  padding-inline-start:14px;
}
.node-firewall{top:58px;left:50%;transform:translateX(-50%)}
.node-server{top:142px;right:44px}
.node-backup{bottom:88px;right:64px}
.node-voip{bottom:58px;left:50%;transform:translateX(-50%)}
.node-monitor{bottom:88px;left:64px}
.node-cloud{top:142px;left:44px}
.network-orbit:after{
  content:"";
  position:absolute;
  width:70%;
  height:1px;
  left:15%;
  top:50%;
  background:linear-gradient(90deg,transparent,rgba(159,254,0,.22),transparent);
  box-shadow:
    0 -88px 0 rgba(0,229,255,.10),
    0 88px 0 rgba(159,254,0,.10);
}
.ops-feed{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.ops-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(159,254,0,.13);
  border-radius:14px;
  padding:12px 14px;
  background:rgba(255,255,255,.025);
  font-family:ui-monospace,Consolas,monospace;
  color:var(--muted);
  font-size:.78rem;
}
.ops-row b{
  color:var(--green);
}
@keyframes irnRotate{
  from{transform:translate(-50%,-50%) rotate(0deg)}
  to{transform:translate(-50%,-50%) rotate(360deg)}
}
@keyframes irnRotateReverse{
  from{transform:translate(-50%,-50%) rotate(360deg)}
  to{transform:translate(-50%,-50%) rotate(0deg)}
}
@media(max-width:650px){
  .network-orbit{min-height:330px}
  .service-node{min-width:92px;font-size:.72rem}
  .node-server{right:14px}
  .node-backup{right:18px}
  .node-monitor{left:18px}
  .node-cloud{left:14px}
}


/* v2.1.3 Iran live project map - no inner frame, separate status card */
.iran-live-map-card{
  background:linear-gradient(180deg,rgba(19,38,31,.76),rgba(7,16,13,.54));
  border-color:rgba(159,254,0,.18);
}
.iran-live-map-body{
  padding:22px 24px 24px;
}
.iran-map-stage{
  position:relative;
  min-height:430px;
  overflow:visible;
  background:
    radial-gradient(circle at 48% 52%, rgba(159,254,0,.12), transparent 30%),
    radial-gradient(circle at 58% 60%, rgba(0,229,255,.06), transparent 42%);
}
.iran-map-stage:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,254,0,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.025) 1px, transparent 1px);
  background-size:34px 34px;
  mask-image:radial-gradient(circle at center,#000,transparent 82%);
}
.iran-map-svg{
  position:relative;
  z-index:1;
  width:100%;
  height:430px;
  display:block;
  overflow:visible;
}
.iran-outline{
  fill:url(#iranFill);
  stroke:rgba(159,254,0,.78);
  stroke-width:2.2;
  filter:url(#neonGlow);
}
.province-line{
  fill:none;
  stroke:rgba(159,254,0,.20);
  stroke-width:1;
  stroke-dasharray:5 7;
}
.route{
  fill:none;
  stroke:rgba(159,254,0,.66);
  stroke-width:2;
  filter:url(#neonGlow);
  stroke-linecap:round;
  stroke-dasharray:520;
  stroke-dashoffset:520;
  animation:routeDraw 5.2s ease-in-out infinite;
}
.route-2{animation-delay:.45s}
.route-3{animation-delay:.9s}
.route-4{animation-delay:1.35s}
.city{
  filter:url(#neonGlow);
}
.city text{
  fill:var(--green);
  font-family:Vazirmatn,Tahoma,Arial,sans-serif;
  font-size:17px;
  font-weight:900;
  paint-order:stroke;
  stroke:#07100d;
  stroke-width:4px;
  direction:rtl;
}
.pulse{
  fill:rgba(159,254,0,.16);
  stroke:rgba(159,254,0,.28);
  animation:cityPulse 2.2s ease-in-out infinite;
}
.city-ring{
  fill:rgba(159,254,0,.10);
  stroke:var(--green);
  stroke-width:2;
}
.city-core{
  fill:var(--green);
}
.map-status-card{
  margin-top:18px;
  padding:14px;
  border:1px solid rgba(159,254,0,.20);
  border-radius:24px;
  background:rgba(7,16,13,.68);
  box-shadow:0 20px 70px rgba(0,0,0,.25);
  display:grid;
  gap:10px;
}
.map-status-row{
  min-height:54px;
  border:1px solid rgba(159,254,0,.13);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:12px;
  align-items:center;
  padding:10px 14px;
}
.map-status-icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(159,254,0,.32);
  border-radius:12px;
  color:var(--green);
  font-weight:900;
}
.map-status-row b{
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  letter-spacing:.05em;
}
.map-status-row small{
  color:var(--muted);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.78rem;
}
@keyframes cityPulse{
  0%,100%{transform:scale(.76);opacity:.48}
  50%{transform:scale(1.28);opacity:.16}
}
@keyframes routeDraw{
  0%{stroke-dashoffset:520;opacity:.25}
  42%{stroke-dashoffset:0;opacity:.85}
  100%{stroke-dashoffset:0;opacity:.38}
}
@media(max-width:650px){
  .iran-live-map-body{padding:16px}
  .iran-map-stage{min-height:350px}
  .iran-map-svg{height:350px}
  .city text{font-size:14px}
  .map-status-row{grid-template-columns:36px 1fr;align-items:start}
  .map-status-row small{grid-column:2}
}


/* v2.1.4 Iran silhouette refinement */
.iran-map-stage{
  min-height:450px;
}
.iran-map-svg{
  height:450px;
}
.city text{
  font-size:18px;
}
@media(max-width:650px){
  .iran-map-stage{min-height:360px}
  .iran-map-svg{height:360px}
  .city text{font-size:14px}
}


/* v2.1.5 Real Iran silhouette refinement */
.iran-map-stage{
  min-height:470px;
}
.iran-map-svg{
  height:470px;
}
.iran-outline{
  stroke-linejoin:round;
}
.province-line{
  stroke-linecap:round;
}
.route{
  fill:none;
  stroke:rgba(159,254,0,.66);
  stroke-width:2;
  filter:url(#neonGlow);
  stroke-linecap:round;
  stroke-dasharray:420;
  stroke-dashoffset:420;
  animation:routeDraw 5.2s ease-in-out infinite;
}
.city text{
  font-size:17px;
}


/* v2.1.6 reference-matched Iran map panel */
.iran-live-map-card{
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(18,38,30,.76),rgba(7,16,13,.62)),
    radial-gradient(circle at 50% 44%, rgba(159,254,0,.13), transparent 45%);
  border:1px solid rgba(159,254,0,.26);
  box-shadow:0 32px 120px rgba(0,0,0,.48), inset 0 0 70px rgba(159,254,0,.035);
  overflow:hidden;
}
.iran-live-map-card .visual-head{
  height:58px;
  padding:0 20px;
  align-items:center;
  border-bottom:1px solid rgba(159,254,0,.15);
}
.iran-live-map-body{
  padding:18px 24px 24px !important;
}
.iran-map-stage{
  min-height:455px !important;
  height:455px;
  overflow:visible;
  border:none !important;
  border-radius:0 !important;
  background:
    radial-gradient(circle at 48% 55%, rgba(159,254,0,.14), transparent 31%),
    radial-gradient(circle at 63% 58%, rgba(0,229,255,.055), transparent 40%);
}
.iran-map-stage:before{
  opacity:.75;
  background-image:
    linear-gradient(rgba(159,254,0,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.022) 1px, transparent 1px);
  background-size:31px 31px;
}
.iran-map-stage:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 52% 52%, transparent 0 29%, rgba(159,254,0,.055) 30%, transparent 31%),
    radial-gradient(circle at 52% 52%, transparent 0 45%, rgba(159,254,0,.035) 46%, transparent 47%),
    radial-gradient(circle at 52% 52%, transparent 0 62%, rgba(0,229,255,.025) 63%, transparent 64%);
  pointer-events:none;
  opacity:.85;
}
.iran-map-svg{
  height:455px !important;
  transform:scale(1.03);
  transform-origin:center;
}
.iran-outline{
  stroke-width:2.15;
  stroke:rgba(159,254,0,.88);
  filter:url(#neonGlow);
}
.province-line{
  stroke:rgba(159,254,0,.16);
  stroke-width:.9;
  stroke-dasharray:4 8;
}
.route{
  stroke:rgba(159,254,0,.72);
  stroke-width:2.1;
}
.city text{
  fill:#b8ff31;
  font-size:16px;
  font-weight:950;
  stroke:#06100d;
  stroke-width:4px;
  paint-order:stroke;
}
.city-ring{
  stroke-width:2.2;
}
.city-core{
  filter:url(#neonGlow);
}
.map-status-card{
  margin-top:18px;
  padding:12px 14px;
  border:1px solid rgba(159,254,0,.22);
  border-radius:24px;
  background:rgba(5,14,11,.70);
  box-shadow:inset 0 0 32px rgba(159,254,0,.03);
}
.map-status-row{
  min-height:56px;
  border-radius:16px;
  border:1px solid rgba(159,254,0,.18);
  background:rgba(255,255,255,.018);
  grid-template-columns:42px 1fr auto;
}
.map-status-row + .map-status-row{
  margin-top:10px;
}
.map-status-icon{
  border-color:rgba(159,254,0,.42);
  color:#9fef00;
  background:rgba(159,254,0,.035);
}
.map-status-row b{
  color:#9fef00;
  font-size:.95rem;
}
.map-status-row small{
  color:#b7c8bd;
  font-size:.78rem;
}
@media(max-width:650px){
  .iran-map-stage{height:360px;min-height:360px !important}
  .iran-map-svg{height:360px !important;transform:scale(1)}
  .city text{font-size:13px}
}


/* v2.1.7 Exact generated Iran map image */
.exact-map-panel{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible !important;
  padding:0 !important;
}
.exact-map-image{
  width:100%;
  max-width:650px;
  display:block;
  margin-inline:auto;
  border-radius:0 !important;
  box-shadow:0 34px 120px rgba(0,0,0,.42);
}
@media(max-width:980px){
  .exact-map-image{
    max-width:760px;
  }
}


/* v2.1.8 transparent live Iran map */
.live-iran-map-panel{
  position:relative;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.live-iran-map{
  position:relative;
  width:100%;
  max-width:690px;
  margin-inline:auto;
}
.transparent-map-image{
  width:100%;
  max-width:100% !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 0 18px rgba(159,254,0,.22));
}
.live-route-overlay{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  overflow:visible;
}
.live-routes path{
  fill:none;
  stroke:rgba(159,254,0,.72);
  stroke-width:3.5;
  stroke-linecap:round;
  filter:url(#routeGlow);
  stroke-dasharray:22 820;
  stroke-dashoffset:0;
  animation:liveRouteMove 3.4s linear infinite;
}
.live-routes path:nth-child(2){animation-delay:.2s}
.live-routes path:nth-child(3){animation-delay:.4s}
.live-routes path:nth-child(4){animation-delay:.6s}
.live-routes path:nth-child(5){animation-delay:.8s}
.live-routes path:nth-child(6){animation-delay:1s}
.live-routes path:nth-child(7){animation-delay:1.2s}
.live-routes path:nth-child(8){animation-delay:1.4s}
@keyframes liveRouteMove{
  to{stroke-dashoffset:-842}
}
50%{opacity:1;transform:scale(1.25)}
}


/* v2.1.9 remove extra overlay dots, keep only animated routes */
.live-routes path{
  fill:none;
  stroke:rgba(159,254,0,.80);
  stroke-width:3.2;
  stroke-linecap:round;
  filter:url(#routeGlow);
  stroke-dasharray:28 860;
  stroke-dashoffset:0;
  animation:liveRouteMove 3.2s linear infinite;
}
.live-routes path:nth-child(2){animation-delay:.18s}
.live-routes path:nth-child(3){animation-delay:.36s}
.live-routes path:nth-child(4){animation-delay:.54s}
.live-routes path:nth-child(5){animation-delay:.72s}
.live-routes path:nth-child(6){animation-delay:.90s}
.live-routes path:nth-child(7){animation-delay:1.08s}
.live-routes path:nth-child(8){animation-delay:1.26s}


/* v2.2.2 replace bottom status rows with rotating project cities */
.project-cities-panel.status-replacement{
  position:absolute;
  left:3.9%;
  right:3.9%;
  bottom:1.8%;
  height:25.5%;
  border:1px solid rgba(159,254,0,.24);
  border-radius:28px;
  background:rgba(4,14,10,.78);
  box-shadow:inset 0 0 34px rgba(159,254,0,.035), 0 18px 50px rgba(0,0,0,.22);
  backdrop-filter:blur(2px);
  overflow:hidden;
  z-index:5;
  display:flex;
  flex-direction:column;
}
.project-cities-panel.status-replacement:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(159,254,0,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.022) 1px, transparent 1px);
  background-size:24px 24px;
  opacity:.45;
  pointer-events:none;
}
.project-cities-title{
  position:relative;
  z-index:1;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid rgba(159,254,0,.14);
  color:var(--green);
  font-weight:950;
  font-size:.92rem;
  letter-spacing:.02em;
}
.project-cities-viewport{
  position:relative;
  z-index:1;
  flex:1;
  overflow:hidden;
  padding:8px 18px 12px;
}
.project-cities-viewport:before,
.project-cities-viewport:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:18px;
  z-index:2;
  pointer-events:none;
}
.project-cities-viewport:before{
  top:0;
  background:linear-gradient(180deg,rgba(4,14,10,.98),rgba(4,14,10,0));
}
.project-cities-viewport:after{
  bottom:0;
  background:linear-gradient(0deg,rgba(4,14,10,.98),rgba(4,14,10,0));
}
.project-cities-track{
  display:flex;
  flex-direction:column;
  gap:8px;
  animation:projectCitiesScroll 18s linear infinite;
  will-change:transform;
}
.project-cities-panel:hover .project-cities-track{
  animation-play-state:paused;
}
.project-city-item{
  min-height:33px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(159,254,0,.13);
  border-radius:14px;
  background:rgba(255,255,255,.018);
  color:#d9ff85;
  font-weight:850;
  font-size:.9rem;
  box-shadow:inset 0 0 14px rgba(159,254,0,.02);
}
.project-city-item:after{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 14px var(--green);
  margin-right:10px;
}
@keyframes projectCitiesScroll{
  0%{transform:translateY(0)}
  100%{transform:translateY(-50%)}
}
@media(max-width:650px){
  .project-cities-panel.status-replacement{
    height:26%;
    border-radius:22px;
  }
  .project-cities-title{
    height:38px;
    font-size:.8rem;
  }
  .project-city-item{
    min-height:28px;
    font-size:.78rem;
  }
}


/* v2.2.3 lower borderless project cities list */
.project-cities-panel.status-replacement{
  left:4.5% !important;
  right:4.5% !important;
  bottom:-3.5% !important;
  height:22% !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  overflow:hidden !important;
  padding:0 !important;
}
.project-cities-panel.status-replacement:before{
  display:none !important;
}
.project-cities-title{
  height:36px !important;
  border-bottom:0 !important;
  background:transparent !important;
  color:var(--green) !important;
  text-shadow:0 0 16px rgba(159,254,0,.35);
}
.project-cities-viewport{
  padding:4px 18px 6px !important;
}
.project-cities-viewport:before,
.project-cities-viewport:after{
  display:none !important;
}
.project-city-item{
  min-height:34px !important;
  border:1px solid rgba(159,254,0,.12) !important;
  border-radius:18px !important;
  background:rgba(4,14,10,.50) !important;
  box-shadow:inset 0 0 18px rgba(159,254,0,.025) !important;
}
@media(max-width:650px){
  .project-cities-panel.status-replacement{
    bottom:-2.5% !important;
    height:23% !important;
  }
  .project-cities-title{
    height:32px !important;
    font-size:.78rem !important;
  }
  .project-city-item{
    min-height:28px !important;
  }
}


/* v2.2.4 hero typography redesign */
.hero{
  min-height:auto;
  padding:86px 0 64px;
}
.hero-grid{
  grid-template-columns:.92fr 1.08fr;
  gap:58px;
}
.hero-copy-v224{
  position:relative;
  max-width:620px;
  padding-block:28px;
}
.hero-copy-v224:before{
  content:"";
  position:absolute;
  inset-inline-start:-24px;
  top:18px;
  bottom:18px;
  width:1px;
  background:linear-gradient(180deg,transparent,var(--green),transparent);
  opacity:.45;
}
.hero-badge-row{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:36px;
  padding:7px 14px;
  margin-bottom:28px;
  border:1px solid rgba(159,254,0,.18);
  border-radius:999px;
  background:rgba(159,254,0,.045);
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  box-shadow:inset 0 0 20px rgba(159,254,0,.035);
}
.hero-badge-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 18px var(--green);
}
.hero-title-v224{
  font-size:clamp(2.8rem,5.2vw,5.9rem);
  line-height:1.06;
  letter-spacing:-.045em;
  margin-bottom:24px;
}
.hero-title-v224 span{
  display:block;
}
.hero-title-v224 span:nth-child(1){
  color:#ffffff;
}
.hero-title-v224 span:nth-child(2){
  color:var(--green);
  text-shadow:0 0 26px rgba(159,254,0,.15);
}
.hero-title-v224 span:nth-child(3){
  color:#eaffef;
  font-size:.78em;
}
.hero-lead-v224{
  max-width:560px;
  font-size:1.02rem;
  line-height:2;
  color:#bdd0c4;
}
.hero-service-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 0;
}
.hero-service-pills span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border:1px solid rgba(159,254,0,.16);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:var(--muted);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.72rem;
  font-weight:800;
}
.hero-service-pills span:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 12px var(--green);
}
.hero-actions-v224{
  margin-top:30px;
}
@media(max-width:1050px){
  .hero{
    padding:70px 0 50px;
  }
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-copy-v224{
    max-width:100%;
  }
}
@media(max-width:650px){
  .hero-title-v224{
    font-size:clamp(2.35rem,12vw,4rem);
  }
  .hero-copy-v224:before{
    display:none;
  }
  .hero-service-pills span{
    font-size:.66rem;
  }
}


/* v2.2.5 hero service pills marquee */
.hero-service-pills{
  display:none !important;
}
.hero-service-marquee{
  position:relative;
  width:min(520px, 100%);
  height:42px;
  overflow:hidden;
  margin:28px 0 0;
  direction:ltr;
  mask-image:linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.hero-service-track{
  display:flex;
  align-items:center;
  width:max-content;
  height:42px;
  will-change:transform;
  animation:heroServiceScroll 18s linear infinite;
}
.hero-service-marquee:hover .hero-service-track{
  animation-play-state:paused;
}
.hero-service-group{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  padding-right:10px;
}
.hero-service-group span{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:92px;
  justify-content:center;
  height:38px;
  padding:0 14px;
  border:1px solid rgba(159,254,0,.16);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:var(--muted);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.72rem;
  font-weight:800;
  white-space:nowrap;
}
.hero-service-group span:after{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 12px var(--green);
}
@keyframes heroServiceScroll{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-50%,0,0)}
}
@media(max-width:650px){
  .hero-service-marquee{
    width:100%;
  }
  .hero-service-group span{
    min-width:82px;
    font-size:.66rem;
  }
}


/* v2.2.7 professional scroll process section */
.process-section-v227{
  position:relative;
  overflow:hidden;
}
.process-section-v227:before{
  content:"";
  position:absolute;
  inset:8% 0 auto;
  height:72%;
  background:
    radial-gradient(circle at 28% 45%, rgba(159,254,0,.12), transparent 30%),
    radial-gradient(circle at 72% 50%, rgba(0,229,255,.065), transparent 34%);
  pointer-events:none;
}
.process-head-v227{
  position:relative;
  z-index:2;
}
.process-layout-v227{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:28px;
  align-items:start;
}
.process-stage-v227{
  position:sticky;
  top:118px;
  min-height:520px;
  border:1px solid rgba(159,254,0,.18);
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(14,31,25,.72),rgba(5,14,11,.58)),
    radial-gradient(circle at center,rgba(159,254,0,.12),transparent 38%);
  box-shadow:0 30px 100px rgba(0,0,0,.34), inset 0 0 50px rgba(159,254,0,.035);
  overflow:hidden;
}
.process-stage-v227:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,254,0,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.028) 1px, transparent 1px);
  background-size:36px 36px;
  opacity:.75;
}
.process-orbit-v227{
  position:relative;
  height:390px;
  display:grid;
  place-items:center;
}
.process-orbit-v227:before,
.process-orbit-v227:after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  border:1px solid rgba(159,254,0,.16);
}
.process-orbit-v227:after{
  width:360px;
  height:360px;
  border-color:rgba(0,229,255,.08);
  border-style:dashed;
  animation:processRotate 30s linear infinite;
}
.process-core-v227{
  position:relative;
  z-index:3;
  width:150px;
  height:150px;
  border-radius:38px;
  border:1px solid rgba(159,254,0,.52);
  background:linear-gradient(135deg,rgba(159,254,0,.18),rgba(0,229,255,.06));
  display:grid;
  place-items:center;
  text-align:center;
  box-shadow:0 0 55px rgba(159,254,0,.16);
}
.process-core-v227 strong{
  display:block;
  color:var(--green);
  font-size:3rem;
  line-height:.9;
  font-family:ui-monospace,Consolas,monospace;
}
.process-core-v227 span{
  color:var(--muted);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.72rem;
  letter-spacing:.18em;
  font-weight:900;
}
.process-node-v227{
  position:absolute;
  z-index:4;
  width:18px;
  height:18px;
  border-radius:50%;
  border:1px solid rgba(159,254,0,.65);
  background:rgba(159,254,0,.16);
  box-shadow:0 0 18px rgba(159,254,0,.25);
  transition:.35s ease;
}
.process-node-v227.active{
  width:26px;
  height:26px;
  background:var(--green);
  box-shadow:0 0 28px rgba(159,254,0,.72);
}
.node-a{top:82px;left:50%;transform:translateX(-50%)}
.node-b{right:78px;top:245px}
.node-c{left:82px;top:245px}
.process-terminal-v227{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  min-height:74px;
  border:1px solid rgba(159,254,0,.16);
  border-radius:20px;
  background:rgba(4,14,10,.62);
  padding:16px 18px;
  display:grid;
  align-content:center;
  gap:6px;
  font-family:ui-monospace,Consolas,monospace;
}
.process-terminal-v227 span{
  color:var(--dim);
  font-size:.76rem;
}
.process-terminal-v227 b{
  color:var(--green);
  font-size:.88rem;
  font-weight:800;
}
.process-steps-v227{
  display:grid;
  gap:18px;
}
.process-card-v227{
  min-height:240px;
  border:1px solid rgba(159,254,0,.14);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(15,33,27,.70),rgba(7,16,13,.56));
  padding:32px;
  opacity:.58;
  transform:scale(.985);
  transition:.35s ease;
  box-shadow:inset 0 0 35px rgba(159,254,0,.018);
}
.process-card-v227.active{
  opacity:1;
  transform:scale(1);
  border-color:rgba(159,254,0,.46);
  box-shadow:0 22px 80px rgba(0,0,0,.24), inset 0 0 42px rgba(159,254,0,.04);
}
.process-card-top-v227{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:38px;
}
.process-card-top-v227 span{
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-weight:950;
  letter-spacing:.18em;
}
.process-card-top-v227 small{
  color:var(--dim);
  font-family:ui-monospace,Consolas,monospace;
  letter-spacing:.18em;
  font-weight:900;
}
.process-card-v227 h3{
  font-size:clamp(1.8rem,3vw,3rem);
  margin-bottom:14px;
}
.process-card-v227 p{
  max-width:620px;
  line-height:2;
}
@keyframes processRotate{
  to{transform:rotate(360deg)}
}
@media(max-width:1050px){
  .process-layout-v227{
    grid-template-columns:1fr;
  }
  .process-stage-v227{
    position:relative;
    top:auto;
    min-height:440px;
  }
}
@media(max-width:650px){
  .process-stage-v227{
    min-height:390px;
  }
  .process-orbit-v227{
    height:300px;
  }
  .process-orbit-v227:before{width:220px;height:220px}
  .process-orbit-v227:after{width:280px;height:280px}
  .process-core-v227{width:120px;height:120px}
  .process-core-v227 strong{font-size:2.4rem}
  .node-b{right:44px;top:205px}
  .node-c{left:44px;top:205px}
  .process-card-v227{
    min-height:210px;
    padding:24px;
  }
}


/* v2.2.8 process cards with themed imagery */
.process-card-v227{
  display:grid;
  grid-template-columns:minmax(220px, 290px) 1fr;
  gap:22px;
  align-items:center;
}
.process-card-media-v228{
  position:relative;
  min-height:190px;
  border:1px solid rgba(159,254,0,.16);
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,.02);
  box-shadow:inset 0 0 30px rgba(159,254,0,.03);
}
.process-card-media-v228:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.0), rgba(4,14,10,.08) 55%, rgba(4,14,10,.38)),
    radial-gradient(circle at 75% 25%, rgba(159,254,0,.12), transparent 28%);
  pointer-events:none;
}
.process-card-media-v228 img{
  width:100%;
  height:100%;
  min-height:190px;
  object-fit:cover;
  display:block;
  filter:saturate(.94) contrast(1.02);
}
.process-card-v227 > .process-card-top-v227,
.process-card-v227 > h3,
.process-card-v227 > p{
  grid-column:2;
}
.process-card-v227 > .process-card-media-v228{
  grid-row:1 / span 3;
}
@media(max-width:850px){
  .process-card-v227{
    grid-template-columns:1fr;
    gap:16px;
  }
  .process-card-v227 > .process-card-top-v227,
  .process-card-v227 > h3,
  .process-card-v227 > p,
  .process-card-v227 > .process-card-media-v228{
    grid-column:auto;
    grid-row:auto;
  }
  .process-card-media-v228{
    min-height:180px;
  }
}


/* v2.2.9 remove left process stage panel */
.process-layout-v227{
  grid-template-columns:1fr !important;
}
.process-steps-v227.process-steps-full-v229{
  max-width:1180px;
}
.process-card-v227{
  min-height:260px;
}
@media(max-width:850px){
  .process-card-v227{
    min-height:220px;
  }
}


/* v2.3.0 premium process showcase redesign */
.process-showcase-v230{
  position:relative;
  overflow:hidden;
}
.process-showcase-v230:before{
  content:"";
  position:absolute;
  inset:8% 0 auto;
  height:72%;
  background:
    radial-gradient(circle at 25% 25%, rgba(159,254,0,.11), transparent 28%),
    radial-gradient(circle at 80% 65%, rgba(0,229,255,.055), transparent 35%);
  pointer-events:none;
}
.process-head-v230{
  position:relative;
  z-index:2;
  margin-bottom:44px;
}
.process-showcase-grid-v230{
  position:relative;
  z-index:2;
  display:grid;
  gap:22px;
}
.process-showcase-card-v230{
  position:relative;
  min-height:280px;
  display:grid;
  grid-template-columns:42% 1fr;
  gap:0;
  overflow:hidden;
  border:1px solid rgba(159,254,0,.16);
  border-radius:34px;
  background:
    linear-gradient(135deg, rgba(15,33,27,.78), rgba(5,14,11,.56)),
    radial-gradient(circle at 20% 50%, rgba(159,254,0,.10), transparent 34%);
  box-shadow:inset 0 0 50px rgba(159,254,0,.025);
  transition:.28s ease;
}
.process-showcase-card-v230:hover,
.process-showcase-card-v230.active{
  border-color:rgba(159,254,0,.48);
  box-shadow:0 24px 90px rgba(0,0,0,.28), inset 0 0 60px rgba(159,254,0,.035);
  transform:translateY(-2px);
}
.process-showcase-image-v230{
  position:relative;
  min-height:280px;
  overflow:hidden;
}
.process-showcase-image-v230:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(5,14,11,.05), rgba(5,14,11,.65)),
    radial-gradient(circle at 72% 35%, rgba(159,254,0,.14), transparent 30%);
  pointer-events:none;
}
html[dir="rtl"] .process-showcase-image-v230:after,
body.rtl .process-showcase-image-v230:after{
  background:
    linear-gradient(270deg, rgba(5,14,11,.05), rgba(5,14,11,.65)),
    radial-gradient(circle at 28% 35%, rgba(159,254,0,.14), transparent 30%);
}
.process-showcase-image-v230 img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  display:block;
  filter:saturate(.96) contrast(1.04);
  transform:scale(1.02);
}
.process-showcase-content-v230{
  padding:42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.process-index-v230{
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.82rem;
  letter-spacing:.16em;
  font-weight:950;
  margin-bottom:24px;
}
.process-showcase-content-v230 h3{
  font-size:clamp(2rem,3.4vw,3.8rem);
  margin-bottom:16px;
}
.process-showcase-content-v230 p{
  max-width:680px;
  line-height:2.05;
  font-size:1rem;
}
.process-showcase-card-v230:nth-child(even){
  grid-template-columns:1fr 42%;
}
.process-showcase-card-v230:nth-child(even) .process-showcase-image-v230{
  order:2;
}
.process-showcase-card-v230:nth-child(even) .process-showcase-content-v230{
  order:1;
}
.process-showcase-card-v230:nth-child(even) .process-showcase-image-v230:after{
  background:
    linear-gradient(270deg, rgba(5,14,11,.05), rgba(5,14,11,.65)),
    radial-gradient(circle at 28% 35%, rgba(159,254,0,.14), transparent 30%);
}
html[dir="rtl"] .process-showcase-card-v230:nth-child(even) .process-showcase-image-v230:after,
body.rtl .process-showcase-card-v230:nth-child(even) .process-showcase-image-v230:after{
  background:
    linear-gradient(90deg, rgba(5,14,11,.05), rgba(5,14,11,.65)),
    radial-gradient(circle at 72% 35%, rgba(159,254,0,.14), transparent 30%);
}
@media(max-width:900px){
  .process-showcase-card-v230,
  .process-showcase-card-v230:nth-child(even){
    grid-template-columns:1fr;
  }
  .process-showcase-card-v230:nth-child(even) .process-showcase-image-v230,
  .process-showcase-card-v230:nth-child(even) .process-showcase-content-v230{
    order:initial;
  }
  .process-showcase-image-v230,
  .process-showcase-image-v230 img{
    min-height:220px;
  }
  .process-showcase-content-v230{
    padding:28px;
  }
}


/* v2.3.2 premium services redesign */
.services-command-v232{
  position:relative;
  overflow:hidden;
}
.services-command-v232:before{
  content:"";
  position:absolute;
  inset:5% auto auto 0;
  width:36%;
  height:68%;
  background:radial-gradient(circle, rgba(159,254,0,.12), transparent 62%);
  opacity:.35;
  pointer-events:none;
}
.services-shell-v232{
  position:relative;
  z-index:2;
}
.services-head-v232{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:30px;
}
.services-copy-v232 h2{
  margin-bottom:14px;
}
.services-copy-v232 p{
  max-width:760px;
  color:var(--muted);
  line-height:1.95;
}
.services-btn-v232{
  min-width:138px;
  text-align:center;
}
.services-grid-v232{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.service-card-v232{
  position:relative;
  grid-column:span 4;
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px 24px 22px;
  border:1px solid rgba(159,254,0,.14);
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(15,33,27,.76), rgba(6,14,11,.58)),
    radial-gradient(circle at 85% 15%, rgba(159,254,0,.08), transparent 25%);
  box-shadow:inset 0 0 42px rgba(159,254,0,.02);
  overflow:hidden;
  transition:.3s ease;
}
.service-card-v232:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,254,0,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.018) 1px, transparent 1px);
  background-size:30px 30px;
  opacity:.55;
  pointer-events:none;
}
.service-card-v232:hover{
  transform:translateY(-4px);
  border-color:rgba(159,254,0,.34);
  box-shadow:0 22px 70px rgba(0,0,0,.24), inset 0 0 45px rgba(159,254,0,.032);
}
.service-card-v232.is-featured{
  grid-column:span 5;
  min-height:248px;
}
.service-card-v232.is-wide{
  grid-column:span 5;
}
.service-card-head-v232,
.service-card-foot-v232{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.service-code-v232{
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.9rem;
  font-weight:950;
  letter-spacing:.18em;
}
.service-label-v232{
  color:var(--dim);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.service-card-body-v232{
  position:relative;
  z-index:1;
  margin:24px 0 18px;
}
.service-card-body-v232 h3{
  font-size:clamp(1.7rem,2.5vw,2.6rem);
  margin-bottom:12px;
}
.service-card-body-v232 p{
  color:#c0d0c6;
  line-height:1.95;
}
.service-card-foot-v232{
  color:var(--dim);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.72rem;
  letter-spacing:.1em;
}
.service-pulse-v232{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
  flex:0 0 auto;
}
@media(max-width:1100px){
  .service-card-v232,
  .service-card-v232.is-featured,
  .service-card-v232.is-wide{
    grid-column:span 6;
  }
}
@media(max-width:760px){
  .services-head-v232{
    flex-direction:column;
    align-items:flex-start;
  }
  .service-card-v232,
  .service-card-v232.is-featured,
  .service-card-v232.is-wide{
    grid-column:1 / -1;
  }
  .service-card-v232{
    min-height:210px;
  }
}


/* v2.3.3 uniform services cards */
.services-grid-v232{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
}
.service-card-v232,
.service-card-v232.is-featured,
.service-card-v232.is-wide{
  grid-column:auto !important;
  min-height:250px !important;
}
.service-card-body-v232{
  margin:22px 0 16px !important;
}
.service-card-body-v232 h3{
  font-size:clamp(1.8rem, 2.3vw, 2.6rem) !important;
}
@media(max-width:1100px){
  .services-grid-v232{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .service-card-v232,
  .service-card-v232.is-featured,
  .service-card-v232.is-wide{
    min-height:235px !important;
  }
}
@media(max-width:760px){
  .services-grid-v232{
    grid-template-columns:1fr !important;
  }
  .service-card-v232,
  .service-card-v232.is-featured,
  .service-card-v232.is-wide{
    min-height:210px !important;
  }
}


/* v2.3.4 blinking green service dots */
.service-pulse-v232{
  animation:servicePulseBlink 1.35s ease-in-out infinite;
}
@keyframes servicePulseBlink{
  0%, 100%{
    opacity:.35;
    transform:scale(.82);
    box-shadow:0 0 8px rgba(159,254,0,.45);
  }
  50%{
    opacity:1;
    transform:scale(1.18);
    box-shadow:0 0 22px rgba(159,254,0,1), 0 0 38px rgba(159,254,0,.55);
  }
}


/* v2.3.5 dynamic service detail tabs */
.service-detail-content-v235{
  position:relative;
  overflow:hidden;
}
.service-detail-panel-v235{
  display:none;
  animation:serviceTabFade .28s ease both;
}
.service-detail-panel-v235.active{
  display:block;
}
.irn-service-tabs-v235 .tab-button{
  cursor:pointer;
  transition:.22s ease;
}
.irn-service-tabs-v235 .tab-button.active{
  box-shadow:0 0 24px rgba(159,254,0,.11), inset 0 0 24px rgba(159,254,0,.035);
}
@keyframes serviceTabFade{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}


/* v2.3.6 Why Iran Network premium redesign */
.why-network-v236{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 25%, rgba(159,254,0,.10), transparent 30%),
    radial-gradient(circle at 78% 68%, rgba(0,229,255,.045), transparent 34%);
}
.why-network-v236:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,254,0,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.018) 1px, transparent 1px);
  background-size:44px 44px;
  pointer-events:none;
  opacity:.55;
}
.why-layout-v236{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.85fr .9fr 1.15fr;
  gap:28px;
  align-items:center;
}
.why-intro-v236{
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.why-intro-v236 h2{
  margin-bottom:18px;
}
.why-intro-v236 p{
  line-height:2.05;
  margin-bottom:28px;
}
.why-radar-v236{
  position:relative;
  min-height:430px;
  border:1px solid rgba(159,254,0,.16);
  border-radius:34px;
  background:
    linear-gradient(180deg, rgba(15,33,27,.58), rgba(5,14,11,.38)),
    radial-gradient(circle at center, rgba(159,254,0,.11), transparent 39%);
  overflow:hidden;
  box-shadow:inset 0 0 48px rgba(159,254,0,.025);
}
.why-radar-v236:before,
.why-radar-v236:after{
  content:"";
  position:absolute;
  inset:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  border:1px solid rgba(159,254,0,.16);
}
.why-radar-v236:before{
  width:260px;
  height:260px;
}
.why-radar-v236:after{
  width:340px;
  height:340px;
  border-style:dashed;
  border-color:rgba(0,229,255,.09);
  animation:whyRadarSpin 34s linear infinite;
}
.why-radar-core-v236{
  position:absolute;
  inset:50%;
  transform:translate(-50%,-50%);
  width:126px;
  height:126px;
  border-radius:34px;
  border:1px solid rgba(159,254,0,.52);
  background:linear-gradient(135deg, rgba(159,254,0,.18), rgba(0,229,255,.055));
  display:grid;
  place-items:center;
  text-align:center;
  box-shadow:0 0 54px rgba(159,254,0,.13);
  z-index:3;
}
.why-radar-core-v236 strong{
  color:var(--green);
  font-size:2rem;
  line-height:1;
  font-family:ui-monospace,Consolas,monospace;
}
.why-radar-core-v236 span{
  color:var(--muted);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.72rem;
  letter-spacing:.18em;
  display:block;
}
.why-radar-node-v236{
  position:absolute;
  z-index:4;
  min-width:86px;
  height:40px;
  padding:0 14px;
  display:grid;
  place-items:center;
  border:1px solid rgba(159,254,0,.26);
  border-radius:999px;
  background:rgba(5,14,11,.82);
  color:#dfff9f;
  font-weight:900;
  box-shadow:0 12px 32px rgba(0,0,0,.22), 0 0 18px rgba(159,254,0,.06);
}
.why-radar-node-v236:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 14px var(--green);
  margin-inline-end:8px;
}
.why-radar-node-v236.node-1{top:62px;left:50%;transform:translateX(-50%)}
.why-radar-node-v236.node-2{right:32px;top:195px}
.why-radar-node-v236.node-3{bottom:72px;left:50%;transform:translateX(-50%)}
.why-radar-node-v236.node-4{left:32px;top:195px}
.why-list-v236{
  display:grid;
  gap:14px;
}
.why-item-v236{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:start;
  padding:22px;
  min-height:120px;
  border:1px solid rgba(159,254,0,.14);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(15,33,27,.68), rgba(5,14,11,.48));
  transition:.25s ease;
}
.why-item-v236:hover{
  transform:translateX(-4px);
  border-color:rgba(159,254,0,.35);
  box-shadow:0 18px 62px rgba(0,0,0,.20);
}
.why-index-v236{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(159,254,0,.25);
  border-radius:16px;
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-weight:950;
  background:rgba(159,254,0,.045);
}
.why-item-v236 h3{
  font-size:1.35rem;
  margin-bottom:8px;
}
.why-item-v236 p{
  line-height:1.9;
}
@keyframes whyRadarSpin{
  to{transform:translate(-50%,-50%) rotate(360deg)}
}
@media(max-width:1100px){
  .why-layout-v236{
    grid-template-columns:1fr;
  }
  .why-intro-v236{
    min-height:auto;
  }
  .why-radar-v236{
    min-height:360px;
  }
}
@media(max-width:650px){
  .why-item-v236{
    grid-template-columns:1fr;
  }
  .why-radar-v236{
    min-height:330px;
  }
  .why-radar-node-v236{
    min-width:74px;
    font-size:.82rem;
  }
  .why-radar-node-v236.node-2{right:16px}
  .why-radar-node-v236.node-4{left:16px}
}


/* v2.3.7 world-class holographic operations core */
.irn-holo-core-v237{
  position:relative;
  min-height:520px;
  border:1px solid rgba(159,254,0,.20);
  border-radius:38px;
  background:
    radial-gradient(circle at 50% 48%, rgba(159,254,0,.16), transparent 31%),
    radial-gradient(circle at 62% 62%, rgba(0,229,255,.06), transparent 44%),
    linear-gradient(180deg, rgba(10,26,20,.72), rgba(4,12,9,.50));
  overflow:hidden;
  box-shadow:
    0 34px 110px rgba(0,0,0,.34),
    inset 0 0 78px rgba(159,254,0,.035);
}
.irn-holo-core-v237:before{
  content:"";
  position:absolute;
  inset:-35%;
  background:conic-gradient(from 0deg, transparent 0 62%, rgba(159,254,0,.12) 69%, transparent 74%);
  animation:holoSweepV237 7s linear infinite;
  opacity:.58;
}
.irn-holo-core-v237:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 52%, rgba(159,254,0,.035) 53%, transparent 54%),
    radial-gradient(circle at 50% 50%, transparent 0 70%, rgba(0,229,255,.025) 71%, transparent 72%);
  pointer-events:none;
}
.holo-grid-v237{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,254,0,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.024) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:radial-gradient(circle at 50% 50%, #000, transparent 82%);
  opacity:.82;
}
.holo-globe-v237{
  position:absolute;
  inset:42px 22px auto;
  width:calc(100% - 44px);
  height:390px;
  overflow:visible;
  filter:drop-shadow(0 0 18px rgba(159,254,0,.18));
}
.holo-orbit-v237,
.holo-lat-v237,
.holo-lon-v237{
  fill:none;
  stroke:rgba(159,254,0,.20);
  stroke-width:1.2;
}
.orbit-main{
  stroke:url(#holoLineV237);
  stroke-width:1.7;
  filter:url(#holoGlowV237);
}
.orbit-soft{
  stroke-dasharray:4 9;
  animation:holoRotateDashV237 18s linear infinite;
}
.holo-lat-v237,
.holo-lon-v237{
  transform-origin:260px 260px;
}
.lat-2{opacity:.55}
.lon-2{opacity:.55}
.holo-route-v237{
  fill:none;
  stroke:url(#holoLineV237);
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-dasharray:24 520;
  filter:url(#holoGlowV237);
  animation:holoRouteV237 3.7s linear infinite;
}
.route-b{animation-delay:.5s}
.route-c{animation-delay:1s}
.route-d{animation-delay:1.45s}
.holo-sites-v237 circle{
  fill:var(--green);
  filter:url(#holoGlowV237);
  animation:holoSitePulseV237 2.2s ease-in-out infinite;
}
.holo-sites-v237 circle:nth-child(2n){animation-delay:.55s}
.holo-sites-v237 circle:nth-child(3n){animation-delay:1.1s}
.holo-center-v237{
  position:absolute;
  left:50%;
  top:49%;
  transform:translate(-50%,-50%);
  width:132px;
  height:132px;
  border-radius:36px;
  border:1px solid rgba(159,254,0,.58);
  background:
    radial-gradient(circle at 50% 35%, rgba(159,254,0,.25), transparent 48%),
    rgba(4,14,10,.82);
  display:grid;
  place-items:center;
  text-align:center;
  z-index:4;
  box-shadow:0 0 60px rgba(159,254,0,.20), inset 0 0 32px rgba(159,254,0,.06);
}
.holo-center-v237 span{
  display:block;
  color:var(--green);
  font-size:2.2rem;
  line-height:.9;
  font-weight:950;
  font-family:ui-monospace,Consolas,monospace;
}
.holo-center-v237 strong{
  display:block;
  color:#dfff9f;
  font-size:.76rem;
  letter-spacing:.22em;
  font-family:ui-monospace,Consolas,monospace;
}
.holo-signal-v237{
  position:absolute;
  z-index:5;
  min-width:118px;
  min-height:54px;
  padding:10px 14px;
  border:1px solid rgba(159,254,0,.24);
  border-radius:18px;
  background:rgba(4,14,10,.72);
  display:grid;
  align-content:center;
  gap:2px;
  box-shadow:0 18px 46px rgba(0,0,0,.24), inset 0 0 18px rgba(159,254,0,.025);
}
.holo-signal-v237:before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  top:10px;
  inset-inline-end:10px;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
  animation:holoSitePulseV237 1.8s ease-in-out infinite;
}
.holo-signal-v237 b{
  color:#e8ffd8;
  font-family:ui-monospace,Consolas,monospace;
  font-weight:950;
  font-size:.9rem;
}
.holo-signal-v237 small{
  color:var(--muted);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.68rem;
  letter-spacing:.08em;
}
.signal-1{top:54px;left:50%;transform:translateX(-50%)}
.signal-2{right:26px;top:216px}
.signal-3{left:26px;top:216px}
.signal-4{left:50%;bottom:104px;transform:translateX(-50%)}
.holo-terminal-v237{
  position:absolute;
  left:26px;
  right:26px;
  bottom:26px;
  min-height:68px;
  border:1px solid rgba(159,254,0,.18);
  border-radius:20px;
  background:rgba(4,14,10,.68);
  display:grid;
  align-content:center;
  gap:6px;
  padding:14px 18px;
  font-family:ui-monospace,Consolas,monospace;
  z-index:5;
}
.holo-terminal-v237 span{
  color:var(--dim);
  font-size:.72rem;
}
.holo-terminal-v237 b{
  color:var(--green);
  font-size:.82rem;
}
@keyframes holoSweepV237{
  to{transform:rotate(360deg)}
}
@keyframes holoRotateDashV237{
  to{stroke-dashoffset:-180}
}
@keyframes holoRouteV237{
  to{stroke-dashoffset:-544}
}
@keyframes holoSitePulseV237{
  0%,100%{opacity:.45;transform:scale(.78)}
  50%{opacity:1;transform:scale(1.18)}
}
@media(max-width:1100px){
  .irn-holo-core-v237{
    min-height:480px;
  }
}
@media(max-width:650px){
  .irn-holo-core-v237{
    min-height:430px;
  }
  .holo-globe-v237{
    height:330px;
  }
  .holo-center-v237{
    width:108px;
    height:108px;
  }
  .holo-center-v237 span{
    font-size:1.8rem;
  }
  .holo-signal-v237{
    min-width:96px;
    min-height:48px;
    padding:8px 12px;
  }
  .signal-2{right:14px}
  .signal-3{left:14px}
  .signal-4{bottom:88px}
  .holo-terminal-v237{
    left:16px;
    right:16px;
    bottom:16px;
  }
}


/* v2.3.8 creative testimonials redesign */
.testimonials-v238{
  position:relative;
  overflow:hidden;
}
.testimonials-v238:before{
  content:"";
  position:absolute;
  inset:6% 0 auto;
  height:75%;
  background:
    radial-gradient(circle at 22% 42%, rgba(159,254,0,.10), transparent 28%),
    radial-gradient(circle at 84% 30%, rgba(0,229,255,.05), transparent 32%);
  pointer-events:none;
}
.testimonials-head-v238{
  position:relative;
  z-index:2;
}
.testimonials-layout-v238{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.2fr .85fr;
  gap:22px;
  align-items:stretch;
}
.testimonial-hero-v238{
  position:relative;
  min-height:380px;
  padding:36px;
  border:1px solid rgba(159,254,0,.18);
  border-radius:36px;
  background:
    linear-gradient(145deg, rgba(14,31,25,.80), rgba(4,12,10,.56)),
    radial-gradient(circle at 25% 25%, rgba(159,254,0,.09), transparent 36%);
  overflow:hidden;
  box-shadow:0 30px 100px rgba(0,0,0,.28), inset 0 0 42px rgba(159,254,0,.03);
}
.testimonial-hero-glow-v238{
  position:absolute;
  width:260px;
  height:260px;
  left:-60px;
  bottom:-60px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(159,254,0,.18), transparent 65%);
  filter:blur(12px);
}
.testimonial-quote-mark-v238{
  position:absolute;
  top:18px;
  inset-inline-start:24px;
  color:var(--green);
  font-size:5.5rem;
  line-height:1;
  opacity:.28;
  font-weight:900;
}
.testimonial-hero-text-v238{
  position:relative;
  z-index:1;
  font-size:clamp(1.2rem, 2vw, 1.75rem);
  line-height:2.1;
  max-width:90%;
  margin:40px 0 28px;
  color:#eff6ef;
}
.testimonial-hero-author-v238{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(159,254,0,.24);
  border-radius:999px;
  background:rgba(4,14,10,.62);
  color:var(--green);
  font-size:1.15rem;
  font-weight:900;
}
.testimonial-hero-author-v238:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
}
.testimonial-proof-v238{
  position:relative;
  z-index:1;
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}
.proof-chip-v238{
  min-height:92px;
  padding:14px 16px;
  border:1px solid rgba(159,254,0,.14);
  border-radius:22px;
  background:rgba(255,255,255,.02);
  display:grid;
  align-content:center;
  gap:6px;
}
.proof-chip-v238 strong{
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-size:1rem;
  letter-spacing:.12em;
}
.proof-chip-v238 span{
  color:var(--muted);
  line-height:1.6;
}
.testimonial-stack-v238{
  display:grid;
  gap:18px;
}
.testimonial-mini-v238{
  min-height:181px;
  padding:24px;
  border:1px solid rgba(159,254,0,.15);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(14,31,25,.68), rgba(5,13,10,.48));
  box-shadow:inset 0 0 32px rgba(159,254,0,.02);
  transition:.25s ease;
}
.testimonial-mini-v238:hover{
  transform:translateY(-3px);
  border-color:rgba(159,254,0,.34);
  box-shadow:0 20px 62px rgba(0,0,0,.20);
}
.testimonial-mini-top-v238{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}
.mini-code-v238{
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.86rem;
  font-weight:950;
  letter-spacing:.18em;
}
.mini-dot-v238{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
  animation:testimonialDotPulseV238 1.5s ease-in-out infinite;
}
.testimonial-mini-v238 p{
  line-height:2;
  margin-bottom:22px;
}
.testimonial-mini-v238 h3{
  color:#eef5ef;
  font-size:1.45rem;
}
@keyframes testimonialDotPulseV238{
  0%,100%{opacity:.45;transform:scale(.82)}
  50%{opacity:1;transform:scale(1.22)}
}
@media(max-width:980px){
  .testimonials-layout-v238{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .testimonial-hero-v238{
    padding:26px;
    min-height:auto;
  }
  .testimonial-hero-text-v238{
    max-width:100%;
  }
  .testimonial-proof-v238{
    grid-template-columns:1fr;
  }
}


/* v2.3.9 certifications infinite marquee */
.cert-marquee-v239{
  position:relative;
  overflow:hidden;
}
.cert-marquee-v239:before{
  content:"";
  position:absolute;
  inset:10% 0 auto;
  height:65%;
  background:
    radial-gradient(circle at 18% 45%, rgba(159,254,0,.08), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(0,229,255,.04), transparent 34%);
  pointer-events:none;
}
.cert-head-v239{
  position:relative;
  z-index:2;
}
.cert-marquee-shell-v239{
  position:relative;
  z-index:2;
  display:grid;
  gap:18px;
}
.cert-marquee-label-v239{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(159,254,0,.18);
  border-radius:999px;
  width:max-content;
  max-width:100%;
  background:rgba(4,14,10,.48);
  color:var(--dim);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.74rem;
  letter-spacing:.12em;
}
.cert-label-dot-v239{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
  animation:certDotPulseV239 1.5s ease-in-out infinite;
}
.cert-marquee-viewport-v239{
  position:relative;
  overflow:hidden;
  mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.cert-marquee-track-v239{
  display:flex;
  width:max-content;
  gap:18px;
  animation:certMarqueeScrollV239 42s linear infinite;
  will-change:transform;
}
.cert-marquee-viewport-v239:hover .cert-marquee-track-v239{
  animation-play-state:paused;
}
.cert-marquee-group-v239{
  display:flex;
  gap:18px;
  flex-shrink:0;
}
.cert-pill-v239{
  flex:0 0 auto;
  min-width:190px;
  height:82px;
  padding:0 28px;
  display:grid;
  place-items:center;
  text-align:center;
  border:1px solid rgba(159,254,0,.16);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(15,33,27,.74), rgba(5,14,11,.56)),
    radial-gradient(circle at 50% 50%, rgba(159,254,0,.05), transparent 42%);
  color:#eef5ef;
  font-weight:850;
  font-size:1.02rem;
  box-shadow:inset 0 0 26px rgba(159,254,0,.02);
  transition:.25s ease;
}
.cert-pill-v239:hover{
  transform:translateY(-3px);
  border-color:rgba(159,254,0,.35);
  box-shadow:0 16px 42px rgba(0,0,0,.18), inset 0 0 30px rgba(159,254,0,.03);
}
@keyframes certMarqueeScrollV239{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 9px))}
}
@keyframes certDotPulseV239{
  0%,100%{opacity:.45;transform:scale(.82)}
  50%{opacity:1;transform:scale(1.18)}
}
@media(max-width:760px){
  .cert-pill-v239{
    min-width:150px;
    height:72px;
    padding:0 20px;
    font-size:.92rem;
  }
  .cert-marquee-track-v239{
    animation-duration:34s;
  }
}


/* v2.4.0 certifications larger list + seamless infinite marquee */
.cert-marquee-track-v239{
  display:flex;
  width:max-content;
  gap:18px;
  animation:certMarqueeScrollV240 56s linear infinite;
  will-change:transform;
}
.cert-marquee-group-v239{
  display:flex;
  gap:18px;
  flex-shrink:0;
}
.cert-pill-v239{
  min-width:210px;
}
@keyframes certMarqueeScrollV240{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-33.3333% - 6px))}
}
@media(max-width:760px){
  .cert-marquee-track-v239{
    animation-duration:42s;
  }
  .cert-pill-v239{
    min-width:165px;
  }
}


/* v2.4.1 cert marquee true seamless loop */
.cert-marquee-track-v239{
  display:flex !important;
  width:max-content !important;
  gap:0 !important;
  animation:certMarqueeScrollV241 70s linear infinite !important;
  will-change:transform;
}
.cert-marquee-group-v239{
  display:flex !important;
  flex-shrink:0 !important;
  gap:18px !important;
  padding-inline-end:18px !important;
}
.cert-pill-v239{
  min-width:210px !important;
  flex:0 0 210px !important;
}
@keyframes certMarqueeScrollV241{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-25%,0,0)}
}
@media(max-width:760px){
  .cert-marquee-track-v239{
    animation-duration:54s !important;
  }
  .cert-pill-v239{
    min-width:165px !important;
    flex-basis:165px !important;
  }
}


/* v2.4.2 final seamless certifications marquee */
.cert-marquee-viewport-v239{
  direction:ltr !important;
  overflow:hidden !important;
  width:100% !important;
  position:relative !important;
  mask-image:linear-gradient(to right, transparent, #000 6%, #000 94%, transparent) !important;
  -webkit-mask-image:linear-gradient(to right, transparent, #000 6%, #000 94%, transparent) !important;
}
.cert-marquee-track-v242{
  direction:ltr !important;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:18px !important;
  width:max-content !important;
  min-width:max-content !important;
  will-change:transform !important;
  animation:certMarqueeScrollV242 115s linear infinite !important;
  transform:translate3d(0,0,0);
}
.cert-marquee-viewport-v239:hover .cert-marquee-track-v242{
  animation-play-state:paused !important;
}
.cert-marquee-track-v242 .cert-pill-v239{
  flex:0 0 220px !important;
  width:220px !important;
  min-width:220px !important;
  height:82px !important;
  padding:0 24px !important;
}
@keyframes certMarqueeScrollV242{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(calc(-50% - 9px),0,0)}
}
@media(max-width:760px){
  .cert-marquee-track-v242{
    animation-duration:86s !important;
    gap:14px !important;
  }
  .cert-marquee-track-v242 .cert-pill-v239{
    flex-basis:170px !important;
    width:170px !important;
    min-width:170px !important;
    height:72px !important;
    padding:0 18px !important;
    font-size:.88rem !important;
  }
}


/* v2.4.3 magazine premium redesign */
.magazine-v243{
  position:relative;
  overflow:hidden;
}
.magazine-v243:before{
  content:"";
  position:absolute;
  inset:8% 0 auto;
  height:74%;
  background:
    radial-gradient(circle at 22% 32%, rgba(159,254,0,.09), transparent 30%),
    radial-gradient(circle at 78% 70%, rgba(0,229,255,.045), transparent 34%);
  pointer-events:none;
}
.magazine-head-v243{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:34px;
}
.magazine-layout-v243{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
.magazine-feature-v243{
  position:relative;
  min-height:430px;
  padding:36px;
  border:1px solid rgba(159,254,0,.20);
  border-radius:36px;
  background:
    linear-gradient(145deg, rgba(15,33,27,.82), rgba(5,14,11,.56)),
    radial-gradient(circle at 82% 20%, rgba(159,254,0,.12), transparent 32%);
  overflow:hidden;
  box-shadow:0 30px 100px rgba(0,0,0,.28), inset 0 0 50px rgba(159,254,0,.03);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.magazine-feature-v243:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,254,0,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,254,0,.02) 1px, transparent 1px);
  background-size:34px 34px;
  opacity:.65;
}
.magazine-feature-top-v243{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(159,254,0,.18);
  border-radius:999px;
  background:rgba(4,14,10,.58);
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-size:.76rem;
  letter-spacing:.12em;
  font-weight:900;
  margin-bottom:28px;
}
.magazine-live-v243{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
  animation:magazinePulseV243 1.5s ease-in-out infinite;
}
.magazine-feature-v243 h3{
  position:relative;
  z-index:1;
  font-size:clamp(2.1rem,3.7vw,4.2rem);
  margin-bottom:18px;
}
.magazine-feature-v243 p{
  position:relative;
  z-index:1;
  max-width:740px;
  line-height:2.05;
  color:#c7d7cc;
  margin-bottom:28px;
}
.magazine-feature-v243 .btn{
  position:relative;
  z-index:1;
  width:max-content;
}
.magazine-terminal-v243{
  position:relative;
  z-index:1;
  margin-top:34px;
  min-height:70px;
  border:1px solid rgba(159,254,0,.14);
  border-radius:20px;
  background:rgba(4,14,10,.62);
  padding:14px 18px;
  display:grid;
  align-content:center;
  gap:6px;
  font-family:ui-monospace,Consolas,monospace;
}
.magazine-terminal-v243 span{
  color:var(--dim);
  font-size:.74rem;
}
.magazine-terminal-v243 b{
  color:var(--green);
  font-size:.86rem;
}
.magazine-feed-v243{
  display:grid;
  gap:16px;
}
.magazine-feed-item-v243{
  min-height:132px;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:start;
  padding:22px;
  border:1px solid rgba(159,254,0,.14);
  border-radius:26px;
  background:linear-gradient(180deg, rgba(15,33,27,.70), rgba(5,14,11,.50));
  box-shadow:inset 0 0 32px rgba(159,254,0,.02);
  transition:.25s ease;
}
.magazine-feed-item-v243:hover{
  transform:translateY(-3px);
  border-color:rgba(159,254,0,.34);
  box-shadow:0 20px 60px rgba(0,0,0,.2), inset 0 0 36px rgba(159,254,0,.025);
}
.magazine-index-v243{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(159,254,0,.28);
  border-radius:16px;
  color:var(--green);
  font-family:ui-monospace,Consolas,monospace;
  font-weight:950;
  background:rgba(159,254,0,.045);
}
.magazine-feed-item-v243 h3{
  font-size:1.35rem;
  margin-bottom:8px;
}
.magazine-feed-item-v243 p{
  line-height:1.85;
}
@keyframes magazinePulseV243{
  0%,100%{opacity:.45;transform:scale(.82)}
  50%{opacity:1;transform:scale(1.18)}
}
@media(max-width:980px){
  .magazine-layout-v243{
    grid-template-columns:1fr;
  }
}
@media(max-width:650px){
  .magazine-head-v243{
    flex-direction:column;
    align-items:flex-start;
  }
  .magazine-feature-v243{
    padding:26px;
    min-height:auto;
  }
  .magazine-feed-item-v243{
    grid-template-columns:1fr;
  }
}

/* Iran Network v2.5.0 — content, SEO and admin-ready templates */
.skip-link{position:absolute;right:-9999px;top:10px;z-index:99999;background:#fff;color:#111;padding:10px 16px}.skip-link:focus{right:10px}.custom-logo{max-height:58px;width:auto}.wp-content{min-height:60vh;padding:72px 0}.irn-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:.86rem;opacity:.72;margin-bottom:28px}.irn-breadcrumb a{color:inherit}.irn-archive-head{max-width:850px;margin-bottom:40px}.irn-archive-head h1,.irn-single-head h1{margin:10px 0 16px}.archive-description,.irn-lead{font-size:1.08rem;line-height:2;opacity:.82}.irn-content-layout,.irn-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:start}.irn-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.irn-content-layout .irn-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.irn-post-card{overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:rgba(15,23,42,.55);transition:.25s}.irn-post-card:hover{transform:translateY(-4px);border-color:rgba(34,211,238,.45)}.irn-post-thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:#0f172a}.irn-post-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s}.irn-post-card:hover .irn-post-thumb img{transform:scale(1.035)}.irn-thumb-placeholder{height:100%;display:grid;place-items:center;font-weight:800;letter-spacing:.08em;opacity:.45}.irn-post-body{padding:22px}.irn-post-body h2{font-size:1.15rem;line-height:1.75;margin:10px 0}.irn-post-body h2 a{color:inherit}.irn-post-body p{line-height:1.9;opacity:.75}.irn-post-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:.8rem;opacity:.7}.irn-readmore{display:inline-block;margin-top:10px;font-weight:700}.irn-sidebar{display:grid;gap:20px}.irn-widget{padding:22px;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.55)}.irn-widget h3{margin-top:0}.irn-widget ul{list-style:none;padding:0;margin:0}.irn-widget li{padding:8px 0;border-bottom:1px solid rgba(148,163,184,.12)}.irn-sticky{position:sticky;top:100px}.irn-search-form{display:flex;gap:8px}.irn-search-form input{min-width:0;flex:1;padding:12px;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:rgba(2,6,23,.55);color:inherit}.irn-search-form button{border:0;border-radius:10px;padding:10px 15px;cursor:pointer}.irn-single{max-width:1150px;margin:auto}.irn-single-head{max-width:900px;margin:0 auto 34px;text-align:center}.irn-single-head .irn-post-meta{justify-content:center}.irn-featured{margin:0 0 40px}.irn-featured img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:24px}.irn-article-content{font-size:1.04rem;line-height:2.15}.irn-article-content h2,.irn-article-content h3{scroll-margin-top:110px;margin-top:2.2em}.irn-article-content img{max-width:100%;height:auto;border-radius:14px}.irn-article-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.irn-article-content th,.irn-article-content td{padding:12px;border:1px solid rgba(148,163,184,.25)}.irn-article-content blockquote{margin:26px 0;padding:20px;border-right:4px solid #22d3ee;background:rgba(34,211,238,.08)}.irn-author-box{margin-top:38px;padding:24px;border-radius:18px;border:1px solid rgba(148,163,184,.18)}.irn-related{margin-top:60px}.irn-tags{margin-top:30px}.irn-toc-list{padding-right:20px;margin:0}.irn-toc-list a{display:block;padding:5px 0}.footer-about{margin-top:18px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:22px;padding-bottom:22px;border-top:1px solid rgba(148,163,184,.15);font-size:.85rem;opacity:.7}.site-footer a{color:inherit}.irn-404{text-align:center;max-width:700px}.irn-404 .irn-search-form{margin:25px auto;max-width:500px}.nav-links{display:flex;justify-content:center;gap:8px;margin-top:35px}.page-numbers{padding:8px 12px;border-radius:9px;border:1px solid rgba(148,163,184,.22)}.page-numbers.current{background:#22d3ee;color:#041018}.irn-form-status{padding:14px;border-radius:10px;margin-bottom:16px;background:rgba(34,211,238,.12);border:1px solid rgba(34,211,238,.35)}
@media(max-width:1050px){.irn-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.irn-content-layout,.irn-article-layout{grid-template-columns:1fr}.irn-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.irn-sticky{position:static}}
@media(max-width:700px){.wp-content{padding:45px 0}.irn-post-grid,.irn-content-layout .irn-post-grid,.irn-sidebar{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.header-cta{display:none}.irn-single-head{text-align:right}.irn-single-head .irn-post-meta{justify-content:flex-start}}


/* Footer social networks - Iran Network 2.6.0 */
.footer-social-wrap{margin-top:22px}.footer-social-wrap>strong{display:block;font-size:.82rem;margin-bottom:11px;color:var(--muted)}.footer-socials{display:flex;flex-wrap:wrap;gap:9px}.footer-socials a{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(159,254,0,.22);background:rgba(255,255,255,.035);transition:.25s}.footer-socials a:hover{transform:translateY(-3px);border-color:var(--green);background:rgba(159,254,0,.1)}.footer-socials svg{width:21px;height:21px;fill:currentColor}.founder-photo{overflow:hidden}.founder-photo img{width:100%;height:100%;object-fit:cover;display:block}

/* Version 2.7.0 section visibility controls */
body.irn-hide-hero .hero,body.irn-hide-process #irn-process,body.irn-hide-services .services-command-v232,body.irn-hide-founder .founder,body.irn-hide-founder section:has(.founder),body.irn-hide-projects .projects-section,body.irn-hide-blog .blog-section,body.irn-hide-testimonials .testimonials-section,body.irn-hide-faq .faq-section,body.irn-hide-certs .certs-section{display:none!important}
.custom-logo-link{display:flex;align-items:center}.custom-logo{max-height:64px;width:auto}.footer-socials a{transition:transform .2s ease,opacity .2s ease}.footer-socials a:hover{transform:translateY(-3px);opacity:.9}
