:root{
  --acg-hero-primary:#0c53a5;
  --acg-hero-dark:#2f2e2c;
  --acg-hero-gray:#858380;
  --acg-hero-navy:#022041;
  --acg-hero-white:#ffffff;
}

.acg-hero-main-disabled{
  position:relative;
  width:100%;
  min-height:732px;
  height:calc(100vh - var(--acg-header-h, 0px));
  max-height:860px;
  direction:rtl;
  overflow:hidden;
  background:#000;
  isolation:isolate;
}

.acg-hero-media-disabled{
  position:absolute;
  inset:0;
  z-index:0;
}

.acg-hero-media picture,
.acg-hero-media img{
  display:block;
  width:100%;
  height:100%;
}

.acg-hero-media img{
  object-fit:cover;
  object-position:center;
}

.acg-hero-overlay-disabled{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 42%, rgba(12,83,165,.38) 0%, rgba(12,83,165,0) 34%),
    linear-gradient(270deg, rgba(2,32,65,.94) 0%, rgba(2,32,65,.74) 38%, rgba(2,32,65,.24) 74%, rgba(2,32,65,.08) 100%);
}

.acg-hero-content-disabled{
  position:relative;
  z-index:2;
  min-height:inherit;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-align:center;
  color:var(--acg-hero-white);
  padding:72px 24px;
  font-family:Shabnam,Tahoma,Arial,sans-serif;
}

.acg-hero-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dbeafe;
  font-size:14px;
  font-weight:800;
  backdrop-filter:blur(10px);
}

.acg-hero-content h1{
  max-width:1080px;
  margin:0;
  font-weight:900;
  line-height:1.45;
  font-size:clamp(2rem,5.5vw,4rem);
  text-shadow:0 3px 18px rgba(0,0,0,.42);
}

.acg-hero-content h1 strong{
  color:#ffffff;
  background:linear-gradient(135deg,#ffffff,#b9d9ff);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.acg-hero-content h1 span{
  display:block;
  margin-top:12px;
  font-weight:700;
  font-size:clamp(1rem,2.3vw,1.22rem);
  line-height:1.85;
  color:#eef6ff;
}

.acg-hero-desc{
  max-width:980px;
  margin:0;
  line-height:2.05;
  font-size:clamp(1rem,2.2vw,1.12rem);
  color:#eef6ff;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}

.acg-hero-actions-disabled{
  display:flex;
  gap:14px;
  margin-top:14px;
  flex-wrap:wrap;
  justify-content:center;
}

.acg-hero-btn-disabled{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:154px;
  padding:14px 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:clamp(.95rem,2vw,1.05rem);
  font-weight:900;
  white-space:nowrap;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:color .22s ease,box-shadow .22s ease,transform .12s ease,border-color .22s ease;
  z-index:0;
}

.acg-hero-btn::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:-1;
  transform:translateY(-105%);
  transition:transform .45s ease;
}

.acg-hero-btn:hover::after,
.acg-hero-btn:focus-visible::after{
  transform:translateY(0);
}

.acg-hero-btn:active{
  transform:translateY(0) scale(.99);
}

.acg-hero-btn.primary{
  background:var(--acg-hero-primary);
  color:#fff;
  border:2px solid var(--acg-hero-primary);
  box-shadow:0 10px 26px rgba(12,83,165,.32);
}

.acg-hero-btn.primary::after{
  background:var(--acg-hero-navy);
}

.acg-hero-btn.primary:hover,
.acg-hero-btn.primary:focus-visible{
  color:#fff;
  border-color:#fff;
  box-shadow:0 16px 36px rgba(2,32,65,.42);
}

.acg-hero-btn.ghost{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:2px solid rgba(255,255,255,.82);
  box-shadow:0 8px 22px rgba(2,32,65,.24);
}

.acg-hero-btn.ghost::after{
  background:#fff;
}

.acg-hero-btn.ghost:hover,
.acg-hero-btn.ghost:focus-visible{
  color:var(--acg-hero-navy);
  border-color:#fff;
  box-shadow:0 14px 32px rgba(255,255,255,.22);
}

.acg-hero-btn.outline{
  background:rgba(2,32,65,.24);
  color:#fff;
  border:2px solid rgba(185,217,255,.82);
}

.acg-hero-btn.outline::after{
  background:var(--acg-hero-primary);
}

.acg-hero-btn.outline:hover,
.acg-hero-btn.outline:focus-visible{
  color:#fff;
  border-color:var(--acg-hero-primary);
}

@media (max-width:1024px){
  .acg-hero-main-disabled{
    min-height:560px;
    height:calc(100vw * 732 / 1200);
  }
}

@media (max-width:640px){
  .acg-hero-main-disabled{
    min-height:460px;
    height:68vh;
  }

  .acg-hero-content-disabled{
    padding:48px 18px;
    gap:14px;
  }

  .acg-hero-content h1 span{
    display:none;
  }

  .acg-hero-desc{
    max-width:92vw;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height:1.9;
  }

  .acg-hero-actions-disabled{
    gap:10px;
  }

  .acg-hero-btn-disabled{
    min-width:auto;
    padding:11px 18px;
  }
}


/* Section 2 — About ACG */
.acg-about-section{
  width:100%;
  padding:76px 20px;
  background:#f4f7fa;
  text-align:center;
  font-family:Shabnam,Tahoma,Arial,sans-serif;
  direction:rtl;
}

.acg-about-container{
  max-width:1400px;
  margin:0 auto;
}

.acg-section-heading span{
  display:inline-flex;
  color:var(--acg-hero-primary);
  font-weight:900;
  font-size:14px;
  margin-bottom:8px;
}

.acg-section-heading h2{
  font-size:clamp(1.7rem,3vw,2.6rem);
  font-weight:900;
  color:var(--acg-hero-navy);
  margin:0 auto 14px;
  line-height:1.35;
}

.acg-section-separator{
  width:clamp(76px,10vw,110px);
  height:4px;
  background:var(--acg-hero-primary);
  border-radius:999px;
  margin:0 auto 34px;
}

.acg-about-intro{
  max-width:1080px;
  margin:0 auto 38px;
  color:#344054;
  font-size:1rem;
  line-height:2.1;
}

.acg-about-intro p{
  margin:0 0 8px;
}

.acg-about-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  max-width:1400px;
  margin:0 auto;
}

.acg-about-card{
  display:block;
  position:relative;
  overflow:hidden;
  border-radius:14px;
  box-shadow:0 8px 28px rgba(2,32,65,.10);
  transition:box-shadow .3s ease, transform .3s ease;
  text-decoration:none;
  background:#fff;
}

.acg-about-card:hover{
  box-shadow:0 18px 44px rgba(2,32,65,.20);
  transform:translateY(-4px);
}

.acg-about-image-wrapper{
  position:relative;
  width:100%;
  height:100%;
}

.acg-about-image-wrapper img{
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}

.acg-about-card:hover img{
  transform:scale(1.06);
}

.acg-about-overlay{
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  width:100%;
  background:#ffffff;
  color:var(--acg-hero-navy);
  padding:20px 22px;
  transition:all .42s ease;
  transform:translateY(calc(100% - 68px));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:68px;
}

.acg-about-card:hover .acg-about-overlay{
  transform:translateY(0);
  height:100%;
  background:rgba(255,255,255,.94);
}

.acg-about-overlay h3{
  font-size:clamp(1.1rem,1.8vw,1.32rem);
  font-weight:900;
  margin:0;
  color:var(--acg-hero-navy);
  line-height:1.5;
  position:relative;
}

.acg-about-card:hover .acg-about-overlay h3::after{
  content:"";
  position:absolute;
  bottom:-9px;
  right:50%;
  transform:translateX(50%);
  width:80px;
  height:2px;
  background:var(--acg-hero-primary);
  border-radius:999px;
}

.acg-about-overlay p{
  margin:20px 0 0;
  font-size:.92rem;
  color:#344054;
  line-height:1.95;
  opacity:0;
  transition:opacity .3s ease .14s, transform .3s ease .14s;
  transform:translateY(18px);
}

.acg-about-card:hover .acg-about-overlay p{
  opacity:1;
  transform:translateY(0);
}

.acg-about-points{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:34px;
}

.acg-about-points span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 15px;
  border:1px solid rgba(12,83,165,.18);
  border-radius:999px;
  background:#fff;
  color:var(--acg-hero-primary);
  font-weight:800;
  font-size:.9rem;
}

@media(max-width:1100px){
  .acg-about-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
  }
}

@media(max-width:767px){
  .acg-about-section{
    padding:52px 14px;
  }

  .acg-about-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .acg-about-card{
    max-width:95%;
    margin:0 auto;
  }

  .acg-about-overlay{
    padding:15px 18px;
    transform:translateY(calc(100% - 58px));
    min-height:58px;
  }

  .acg-about-overlay p{
    font-size:.84rem;
    line-height:1.85;
  }
}
