/* Minimal ACG Crane Fork Home */
.cf-wrap{
  width:100%;
  padding-inline:clamp(20px,4vw,72px);
  box-sizing:border-box;
}

.cf-hero{
  background:#f7f9fc;
  padding:72px 0 56px;
}

.cf-hero__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}

.cf-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 13px;
  border:1px solid #dce7f2;
  border-radius:999px;
  background:#fff;
  color:#0c53a5;
  font-size:13px;
  font-weight:800;
}

.cf-hero h1{
  margin:18px 0 14px;
  color:#022041;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.35;
  letter-spacing:-.8px;
}

.cf-lead{
  margin:0 0 12px;
  color:#2f2e2c;
  font-size:clamp(17px,1.7vw,22px);
  line-height:2;
  font-weight:800;
}

.cf-desc{
  max-width:720px;
  margin:0;
  color:#667085;
  font-size:15px;
  line-height:2.15;
}

.cf-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:26px 0 20px;
}

.cf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:12px;
  text-decoration:none;
  font-weight:900;
  transition:.2s ease;
}

.cf-btn--primary{
  background:#0c53a5;
  color:#fff;
}

.cf-btn--ghost{
  background:#fff;
  color:#0c53a5;
  border:1px solid #dce7f2;
}

.cf-btn--light{
  background:#fff;
  color:#0c53a5;
}

.cf-btn:hover{
  transform:translateY(-2px);
}

.cf-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.cf-keywords span{
  padding:6px 10px;
  border:1px solid #e6edf4;
  border-radius:999px;
  background:#fff;
  color:#344054;
  font-size:12px;
  font-weight:800;
}

.cf-hero__media img{
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:cover;
  display:block;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(2,32,65,.12);
}

.cf-section{
  padding:68px 0;
  background:#fff;
}

.cf-section--soft{
  background:#f7f9fc;
}

.cf-section--dark{
  background:#022041;
  color:#fff;
}

.cf-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.cf-head span{
  color:#0c53a5;
  font-size:13px;
  font-weight:900;
}

.cf-head h2{
  margin:8px 0 10px;
  color:#022041;
  font-size:clamp(25px,2.8vw,38px);
  line-height:1.55;
}

.cf-head p{
  margin:0;
  color:#667085;
  line-height:2;
}

.cf-head--light h2,
.cf-head--light p{
  color:#fff;
}

.cf-head--light span{
  color:#9fd0ff;
}

.cf-products{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.cf-product-card{
  display:grid;
  grid-template-columns:42% 58%;
  overflow:hidden;
  border:1px solid #e6edf4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 34px rgba(2,32,65,.07);
}

.cf-product-card__image{
  min-height:260px;
  background:#eef2f6;
}

.cf-product-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cf-product-card__body{
  padding:24px;
}

.cf-product-card__body>i{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#eef5fc;
  color:#0c53a5;
}

.cf-product-card h3{
  margin:16px 0 4px;
  color:#022041;
  font-size:23px;
}

.cf-product-card strong{
  display:block;
  margin-bottom:10px;
  color:#0c53a5;
  font-size:13px;
}

.cf-product-card p{
  margin:0 0 14px;
  color:#667085;
  line-height:2;
}

.cf-product-card a{
  color:#0c53a5;
  text-decoration:none;
  font-weight:900;
}

.cf-about,
.cf-standard{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  align-items:center;
}

.cf-about h2,
.cf-standard h2{
  margin:14px 0 12px;
  color:#022041;
  font-size:clamp(25px,2.8vw,38px);
  line-height:1.6;
}

.cf-about p,
.cf-standard p{
  color:#667085;
  line-height:2.15;
}

.cf-about__image img{
  width:100%;
  display:block;
  border-radius:22px;
  box-shadow:0 14px 38px rgba(2,32,65,.1);
}

.cf-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.cf-benefit{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px;
  border:1px solid #e6edf4;
  border-radius:16px;
  background:#fff;
  color:#022041;
  font-weight:900;
}

.cf-benefit i{
  color:#0c53a5;
}

.cf-industries{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.cf-industries div{
  display:flex;
  align-items:center;
  gap:10px;
  padding:18px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  background:rgba(255,255,255,.07);
  font-weight:900;
}

.cf-industries i{
  color:#9fd0ff;
}

.cf-standard__list{
  display:grid;
  gap:12px;
}

.cf-standard__list div{
  padding:18px;
  border:1px solid #e6edf4;
  border-radius:16px;
  background:#fff;
}

.cf-standard__list strong{
  display:block;
  margin-bottom:6px;
  color:#0c53a5;
}

.cf-standard__list span{
  color:#667085;
}

.cf-faq{
  max-width:920px;
  margin:auto;
  display:grid;
  gap:10px;
}

.cf-faq details{
  border:1px solid #e6edf4;
  border-radius:16px;
  background:#fff;
  padding:17px 18px;
}

.cf-faq summary{
  cursor:pointer;
  color:#022041;
  font-weight:900;
}

.cf-faq p{
  margin:12px 0 0;
  color:#667085;
  line-height:2;
}

.cf-cta{
  padding:62px 0;
  background:#0c53a5;
  color:#fff;
  text-align:center;
}

.cf-cta h2{
  margin:0 0 12px;
  font-size:clamp(24px,2.8vw,38px);
  line-height:1.6;
}

.cf-cta p{
  margin:0 0 22px;
  opacity:.9;
  line-height:2;
}

@media(max-width:1100px){
  .cf-products{
    grid-template-columns:1fr;
  }
}

@media(max-width:900px){
  .cf-hero__grid,
  .cf-about,
  .cf-standard{
    grid-template-columns:1fr;
  }

  .cf-benefits,
  .cf-industries{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .cf-hero{
    padding:44px 0;
  }

  .cf-section{
    padding:52px 0;
  }

  .cf-products,
  .cf-benefits,
  .cf-industries{
    grid-template-columns:1fr;
  }

  .cf-product-card{
    grid-template-columns:1fr;
  }

  .cf-product-card__image{
    min-height:220px;
  }
}


/* =========================
   IMAGE SIZE REFINEMENT
========================= */

/* Hero */
.cf-hero__media{
  display:flex;
  align-items:center;
  justify-content:center;
}

.cf-hero__media img{
  width:100%;
  max-width:580px;
  max-height:420px;
  object-fit:cover;
  border-radius:22px;
  margin-inline:auto;
}

/* Product Cards */
.cf-product-card{
  align-items:center;
}

.cf-product-card__image{
  height:240px !important;
  min-height:auto !important;
  overflow:hidden;
  background:#f3f6f9;
}

.cf-product-card__image img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  padding:18px;
  box-sizing:border-box;
  transition:.25s ease;
}

.cf-product-card:hover .cf-product-card__image img{
  transform:scale(1.03);
}

/* About Image */
.cf-about__image{
  display:flex;
  justify-content:center;
}

.cf-about__image img{
  width:100%;
  max-width:520px;
  max-height:360px;
  object-fit:cover;
  border-radius:20px;
}

/* استانداردها */
.cf-standard img{
  width:100%;
  max-width:500px;
  max-height:340px;
  object-fit:cover;
  border-radius:18px;
}

/* Gallery / Generic Images */
img{
  image-rendering:auto;
}

/* Mobile */
@media(max-width:768px){

  .cf-hero__media img{
    max-height:280px;
    border-radius:18px;
  }

  .cf-product-card__image{
    height:200px !important;
  }

  .cf-about__image img,
  .cf-standard img{
    max-height:260px;
  }

}
