.cc-home-wrap{
  width:min(1220px, calc(100% - 40px));
  margin-inline:auto;
}

.cc-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0c53a5;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  margin-bottom:14px;
}

.cc-kicker:before{
  content:"";
  width:28px;
  height:2px;
  background:#0c53a5;
  opacity:.45;
}

.cc-home-hero{
  position:relative;
  min-height:calc(100vh - 140px);
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#022041;
}

.cc-home-hero__bg{
  position:absolute;
  inset:0;
  background:url('/assets/images/home/hero-crane-cabin-main.png') center/cover no-repeat;
  opacity:.58;
  transform:scale(1.02);
}

.cc-home-hero__shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(2,32,65,.95) 0%, rgba(2,32,65,.78) 44%, rgba(2,32,65,.30) 100%),
    linear-gradient(0deg, rgba(2,32,65,.35), transparent 45%);
}

.cc-home-hero__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 280px;
  align-items:end;
  gap:40px;
  padding:90px 0;
}

.cc-home-hero__content{
  max-width:760px;
  color:#fff;
}

.cc-home-hero .cc-kicker{
  color:#fff;
  opacity:.92;
}

.cc-home-hero .cc-kicker:before{
  background:#fff;
}

.cc-home-hero h1{
  margin:0 0 18px;
  font-size:clamp(36px, 5.2vw, 72px);
  line-height:1.22;
  font-weight:950;
  letter-spacing:-.04em;
}

.cc-home-hero p{
  margin:0;
  max-width:680px;
  font-size:18px;
  line-height:2.05;
  color:rgba(255,255,255,.82);
}

.cc-home-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.cc-home-btn{
  min-height:48px;
  padding:0 22px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.22s ease;
}

.cc-home-btn--primary{
  background:#0c53a5;
  color:#fff;
  box-shadow:0 14px 30px rgba(12,83,165,.26);
}

.cc-home-btn--ghost{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
}

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

.cc-home-hero__card{
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
  color:#fff;
}

.cc-home-hero__card strong{
  display:block;
  font-size:18px;
  margin-bottom:8px;
}

.cc-home-hero__card span{
  color:rgba(255,255,255,.72);
}

.cc-section{
  padding:92px 0;
}

.cc-section:nth-of-type(even){
  background:#f5f7fa;
}

.cc-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}

.cc-section__media{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  min-height:430px;
  box-shadow:0 24px 70px rgba(2,32,65,.14);
}

.cc-section__media:after{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:20px;
  pointer-events:none;
}

.cc-section__media img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  display:block;
}

.cc-section__text h2,
.cc-section-head h2,
.cc-home-cta h2{
  margin:0 0 18px;
  color:#022041;
  font-size:clamp(28px, 3.2vw, 46px);
  line-height:1.35;
  font-weight:950;
  letter-spacing:-.03em;
}

.cc-section__text p,
.cc-section-head p,
.cc-home-cta p{
  margin:0 0 13px;
  color:#4b5563;
  font-size:16px;
  line-height:2.05;
}

.cc-section-head{
  max-width:760px;
  margin-bottom:34px;
}

.cc-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.cc-product-card{
  display:block;
  background:#fff;
  border:1px solid #e7edf3;
  border-radius:26px;
  overflow:hidden;
  text-decoration:none;
  color:#111827;
  box-shadow:0 18px 50px rgba(2,32,65,.08);
  transition:.24s ease;
}

.cc-product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 70px rgba(2,32,65,.14);
}

.cc-product-card img{
  width:100%;
  height:245px;
  object-fit:cover;
  display:block;
}

.cc-product-card div{
  padding:22px;
}

.cc-product-card h3{
  margin:0 0 10px;
  color:#022041;
  font-size:20px;
  font-weight:950;
}

.cc-product-card p{
  margin:0;
  color:#64748b;
  line-height:1.9;
  font-size:14px;
}

.cc-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.cc-benefit-item{
  min-height:96px;
  padding:18px;
  border-radius:20px;
  background:#fff;
  border:1px solid #e7edf3;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:0 12px 34px rgba(2,32,65,.055);
}

.cc-benefit-item span{
  width:11px;
  height:11px;
  border-radius:50%;
  background:#0c53a5;
  box-shadow:0 0 0 6px rgba(12,83,165,.10);
  flex-shrink:0;
}

.cc-benefit-item strong{
  color:#1f2937;
  font-size:14px;
  line-height:1.8;
}

.cc-industries{
  background:
    linear-gradient(135deg, rgba(2,32,65,.96), rgba(12,83,165,.88)),
    url('/assets/images/home/heavy-duty-crane-cabin.png') center/cover no-repeat!important;
  color:#fff;
}

.cc-industries__inner{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
}

.cc-industries .cc-kicker,
.cc-industries h2,
.cc-industries p{
  color:#fff;
}

.cc-industries .cc-kicker:before{
  background:#fff;
}

.cc-industries p{
  color:rgba(255,255,255,.78);
}

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

.cc-industry-item{
  min-height:76px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  font-weight:900;
  backdrop-filter:blur(8px);
}

.cc-gallery-strip{
  background:#fff!important;
  padding:74px 0;
}

.cc-gallery-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1.2fr;
  gap:14px;
}

.cc-gallery-grid img{
  width:100%;
  height:310px;
  object-fit:cover;
  display:block;
  border-radius:24px;
  box-shadow:0 18px 54px rgba(2,32,65,.10);
}

.cc-home-cta{
  background:#f5f7fa;
  padding:80px 0;
}

.cc-home-cta__inner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
  padding:40px;
  border-radius:30px;
  background:#022041;
  color:#fff;
  overflow:hidden;
  position:relative;
}

.cc-home-cta__inner:before{
  content:"";
  position:absolute;
  inset:auto -80px -140px auto;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(12,83,165,.42);
}

.cc-home-cta__inner > *{
  position:relative;
  z-index:2;
}

.cc-home-cta .cc-kicker,
.cc-home-cta h2{
  color:#fff;
}

.cc-home-cta .cc-kicker:before{
  background:#fff;
}

.cc-home-cta p{
  color:rgba(255,255,255,.74);
  max-width:760px;
}

@media(max-width:1024px){
  .cc-home-hero__inner,
  .cc-two-col,
  .cc-industries__inner,
  .cc-home-cta__inner{
    grid-template-columns:1fr;
  }

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

  .cc-benefit-grid,
  .cc-industry-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .cc-home-hero__card{
    max-width:340px;
  }
}

@media(max-width:720px){
  .cc-home-wrap{
    width:min(100% - 24px, 1220px);
  }

  .cc-home-hero{
    min-height:74vh;
  }

  .cc-home-hero__inner{
    padding:64px 0;
  }

  .cc-home-hero h1{
    font-size:34px;
  }

  .cc-home-hero p{
    font-size:15px;
  }

  .cc-section{
    padding:62px 0;
  }

  .cc-product-grid,
  .cc-benefit-grid,
  .cc-industry-grid,
  .cc-gallery-grid{
    grid-template-columns:1fr;
  }

  .cc-section__media,
  .cc-section__media img{
    min-height:300px;
  }

  .cc-gallery-grid img{
    height:240px;
  }

  .cc-home-cta__inner{
    padding:28px 20px;
  }
}

/* Full Width + Minimal Hero Refinement */
.zw-page-main{
  width:100%;
  max-width:none;
  padding:0;
  margin:0;
}

.cc-home-wrap{
  width:100%;
  max-width:none;
  padding-inline:clamp(18px,4vw,72px);
  box-sizing:border-box;
}

.cc-home-hero{
  width:100%;
  min-height:calc(100vh - 146px);
  background:#022041;
}

.cc-home-hero__bg{
  background-image:url('/assets/images/home/hero-crane-cabin-main.png');
  background-position:center;
  background-size:cover;
  opacity:.46;
  filter:saturate(.92) contrast(1.04);
}

.cc-home-hero__shade{
  background:
    linear-gradient(90deg, rgba(2,32,65,.96) 0%, rgba(2,32,65,.82) 42%, rgba(2,32,65,.36) 100%),
    linear-gradient(180deg, rgba(2,32,65,.08), rgba(2,32,65,.72));
}

.cc-home-hero__inner{
  min-height:calc(100vh - 146px);
  padding-block:72px;
  align-items:center;
}

.cc-home-hero__content{
  max-width:820px;
}

.cc-home-hero h1{
  max-width:900px;
  font-size:clamp(38px,5.6vw,76px);
  line-height:1.18;
  letter-spacing:-.045em;
}

.cc-home-hero p{
  max-width:720px;
  font-size:17px;
  line-height:2.05;
}

.cc-home-hero__card{
  align-self:end;
  justify-self:end;
  width:260px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}

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

.cc-home-btn--ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}

.cc-home-btn--ghost:hover{
  background:rgba(255,255,255,.14);
}

.cc-section,
.cc-home-cta,
.cc-gallery-strip{
  width:100%;
}

@media(max-width:1024px){
  .cc-home-hero__inner{
    min-height:auto;
  }

  .cc-home-hero__card{
    justify-self:start;
  }
}

@media(max-width:720px){
  .cc-home-wrap{
    padding-inline:18px;
  }

  .cc-home-hero{
    min-height:calc(100vh - 78px);
  }

  .cc-home-hero__inner{
    min-height:calc(100vh - 78px);
    padding-block:54px;
  }

  .cc-home-hero h1{
    font-size:34px;
  }

  .cc-home-hero__card{
    width:auto;
  }
}

/* Hero V2 — Industrial Minimal */
.cc-home-hero{
  min-height:calc(100vh - 146px)!important;
  background:#f5f7fa!important;
  color:#022041!important;
  overflow:hidden;
}

.cc-home-hero__bg{
  display:none!important;
}

.cc-home-hero__shade{
  display:none!important;
}

.cc-home-hero__inner{
  min-height:calc(100vh - 146px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr)!important;
  gap:56px!important;
  align-items:center!important;
  padding-block:64px!important;
  position:relative!important;
}

.cc-home-hero__inner::before{
  content:"";
  position:absolute;
  inset:38px 46% 38px auto;
  width:54%;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(2,32,65,.10),rgba(12,83,165,.04));
  border:1px solid rgba(2,32,65,.08);
  z-index:0;
}

.cc-home-hero__inner::after{
  content:"";
  position:absolute;
  left:clamp(18px,4vw,72px);
  top:50%;
  width:min(50vw,720px);
  height:min(62vh,620px);
  transform:translateY(-50%);
  border-radius:36px;
  background:
    linear-gradient(90deg,rgba(2,32,65,.12),rgba(2,32,65,.02)),
    url('/assets/images/home/hero-crane-cabin-main.png') center/cover no-repeat;
  box-shadow:0 30px 80px rgba(2,32,65,.16);
  z-index:1;
}

.cc-home-hero__content{
  position:relative!important;
  z-index:2!important;
  max-width:720px!important;
  color:#022041!important;
  padding:34px 0!important;
}

.cc-home-hero .cc-kicker{
  color:#0c53a5!important;
  opacity:1!important;
}

.cc-home-hero .cc-kicker::before{
  background:#0c53a5!important;
}

.cc-home-hero h1{
  margin:0 0 22px!important;
  max-width:760px!important;
  color:#022041!important;
  font-size:clamp(38px,5vw,68px)!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
}

.cc-home-hero p{
  margin:0!important;
  max-width:640px!important;
  color:#4b5563!important;
  font-size:17px!important;
  line-height:2.05!important;
}

.cc-home-actions{
  margin-top:32px!important;
}

.cc-home-btn--primary{
  background:#0c53a5!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(12,83,165,.22)!important;
}

.cc-home-btn--ghost{
  background:#fff!important;
  color:#0c53a5!important;
  border:1px solid rgba(12,83,165,.20)!important;
}

.cc-home-hero__card{
  position:relative!important;
  z-index:3!important;
  align-self:end!important;
  justify-self:end!important;
  width:260px!important;
  margin-left:24px!important;
  margin-bottom:42px!important;
  background:#fff!important;
  color:#022041!important;
  border:1px solid rgba(2,32,65,.10)!important;
  box-shadow:0 20px 60px rgba(2,32,65,.12)!important;
}

.cc-home-hero__card strong{
  color:#022041!important;
}

.cc-home-hero__card span{
  color:#64748b!important;
}

@media(max-width:1024px){
  .cc-home-hero__inner{
    grid-template-columns:1fr!important;
    gap:30px!important;
    min-height:auto!important;
  }

  .cc-home-hero__inner::before{
    inset:32px 18px auto 18px!important;
    width:auto!important;
    height:280px!important;
  }

  .cc-home-hero__inner::after{
    position:relative!important;
    order:-1!important;
    left:auto!important;
    top:auto!important;
    width:100%!important;
    height:360px!important;
    transform:none!important;
    display:block!important;
  }

  .cc-home-hero__content{
    padding:0!important;
  }

  .cc-home-hero__card{
    justify-self:start!important;
    margin:0!important;
  }
}

@media(max-width:720px){
  .cc-home-hero{
    min-height:auto!important;
  }

  .cc-home-hero__inner{
    padding-block:28px 52px!important;
  }

  .cc-home-hero__inner::after{
    height:280px!important;
    border-radius:26px!important;
  }

  .cc-home-hero h1{
    font-size:32px!important;
  }

  .cc-home-hero p{
    font-size:15px!important;
  }
}

/* Hero V3 — ACG Blue Industrial */
.cc-home-hero{
  position:relative!important;
  min-height:calc(100vh - 146px)!important;
  background:
    radial-gradient(circle at 18% 22%, rgba(12,83,165,.45), transparent 32%),
    linear-gradient(135deg,#022041 0%, #063b7a 48%, #0c53a5 100%)!important;
  overflow:hidden!important;
  color:#fff!important;
}

.cc-home-hero__bg,
.cc-home-hero__shade{
  display:none!important;
}

.cc-home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.08) 1px, transparent 1px),
    radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1.8px);
  background-size:86px 86px, 24px 24px;
  opacity:.28;
  pointer-events:none;
}

.cc-home-hero::after{
  content:"";
  position:absolute;
  left:-120px;
  top:14%;
  width:52%;
  height:72%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02)),
    url('/assets/images/home/industrial-crane-operator.jpg') center/cover no-repeat;
  border-radius:0 42px 42px 0;
  box-shadow:0 34px 90px rgba(0,0,0,.30);
  clip-path:polygon(0 0, 100% 0, 88% 100%, 0 100%);
  z-index:1;
}

.cc-home-hero__inner{
  position:relative!important;
  z-index:3!important;
  min-height:calc(100vh - 146px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px)!important;
  align-items:center!important;
  gap:56px!important;
  padding-block:72px!important;
}

.cc-home-hero__inner::before{
  content:"";
  position:absolute;
  right:clamp(18px,4vw,72px);
  top:18%;
  width:110px;
  height:110px;
  border-top:2px solid rgba(255,255,255,.22);
  border-right:2px solid rgba(255,255,255,.22);
  z-index:-1;
}

.cc-home-hero__inner::after{
  content:"";
  position:absolute;
  right:42%;
  bottom:16%;
  width:170px;
  height:90px;
  border-bottom:2px solid rgba(255,255,255,.18);
  border-left:2px solid rgba(255,255,255,.18);
  z-index:-1;
}

.cc-home-hero__content{
  grid-column:1!important;
  max-width:760px!important;
  color:#fff!important;
  padding-right:0!important;
}

.cc-home-hero .cc-kicker{
  color:rgba(255,255,255,.88)!important;
}

.cc-home-hero .cc-kicker::before{
  background:rgba(255,255,255,.64)!important;
}

.cc-home-hero h1{
  color:#fff!important;
  font-size:clamp(40px,5.4vw,74px)!important;
  line-height:1.18!important;
  font-weight:950!important;
  max-width:860px!important;
}

.cc-home-hero p{
  color:rgba(255,255,255,.78)!important;
  max-width:680px!important;
  font-size:17px!important;
  line-height:2.05!important;
}

.cc-home-btn--primary{
  background:#fff!important;
  color:#0c53a5!important;
  box-shadow:0 18px 38px rgba(0,0,0,.20)!important;
}

.cc-home-btn--ghost{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.24)!important;
}

.cc-home-hero__card{
  grid-column:2!important;
  justify-self:end!important;
  align-self:end!important;
  width:300px!important;
  margin:0 0 34px!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.24)!important;
}

.cc-home-hero__card strong{
  color:#fff!important;
}

.cc-home-hero__card span{
  color:rgba(255,255,255,.70)!important;
}

@media(max-width:1024px){
  .cc-home-hero::after{
    position:relative;
    left:auto;
    top:auto;
    width:100%;
    height:340px;
    border-radius:0 0 34px 34px;
    clip-path:none;
    display:block;
  }

  .cc-home-hero__inner{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    padding-block:54px!important;
  }

  .cc-home-hero__content,
  .cc-home-hero__card{
    grid-column:auto!important;
  }

  .cc-home-hero__card{
    justify-self:start!important;
    width:min(100%,320px)!important;
    margin:0!important;
  }
}

@media(max-width:720px){
  .cc-home-hero{
    min-height:auto!important;
  }

  .cc-home-hero::after{
    height:260px;
  }

  .cc-home-hero__inner{
    padding-block:42px!important;
  }

  .cc-home-hero h1{
    font-size:33px!important;
  }

  .cc-home-hero p{
    font-size:15px!important;
  }
}
