
.fcw-container{max-width:1180px;margin:0 auto;padding:0 18px}

/* HERO like sample */
.fcw-hero{position:relative;min-height:560px}
.fcw-hero-banner, .fcw-hero-slide{
  height:560px;background-size:cover;background-position:center;
  filter:saturate(1.02);
}
.fcw-hero-layer{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.68) 100%);
  display:flex;flex-direction:column;justify-content:space-between;
}

/* Top bar */
.fcw-hero-top{
  display:flex;justify-content:space-between;align-items:flex-start;
  padding:18px 18px;
}
.fcw-agency-logo{
  width:64px;height:64px;border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.35);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;backdrop-filter: blur(8px);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.fcw-agency-logo img{width:74%;height:74%;object-fit:contain}
.fcw-back{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;text-decoration:none;font-weight:900;
  backdrop-filter: blur(8px);
  transition:transform .18s ease, background .18s ease;
}
.fcw-back:hover{transform:translateY(-1px);background:rgba(255,255,255,.22)}

/* Bottom block */
.fcw-hero-bottom{padding:0 0 26px 0}
.fcw-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}
.fcw-chip{
  display:inline-flex;align-items:center;justify-content:center;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;font-weight:900;font-size:12px;
  backdrop-filter: blur(8px);
}

.fcw-title-row{
  display:flex;align-items:flex-end;justify-content:space-between;gap:14px;
}
.fcw-h1{
  color:#fff;
  font-size:var(--fcw-title-size,56px);
  font-weight:900;line-height:1.05;margin:0 0 10px;
  letter-spacing:-.3px;
}

/* client badge like sample */
.fcw-hero-client-badge{
  width:62px;height:62px;border-radius:18px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.40);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;backdrop-filter: blur(8px);
  box-shadow:0 14px 34px rgba(0,0,0,.26);
  position:relative;flex:0 0 auto;
}
.fcw-hero-client-badge::before{
  content:"";position:absolute;inset:-40%;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 50%, rgba(255,255,255,0) 100%);
  transform:translateX(-80%) rotate(18deg);
  animation:fcwShine 2.8s ease-in-out infinite;
  opacity:.55;
}
@keyframes fcwShine{
  0%, 55% { transform:translateX(-80%) rotate(18deg); }
  100% { transform:translateX(80%) rotate(18deg); }
}
.fcw-hero-client-badge img{position:relative;z-index:1;width:72%;height:72%;object-fit:contain}

/* Meta row */
.fcw-hero-meta{
  margin-top:8px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  border-top:1px solid rgba(255,255,255,.18);
  padding-top:14px;
}
.fcw-hero-meta-item{
  display:flex;flex-direction:column;gap:6px;
  color:#fff;
}
.fcw-meta-k{
  font-size:var(--fcw-meta-label,12px);
  opacity:.82;
  font-weight:800;
}
.fcw-meta-v{
  font-size:var(--fcw-meta-value,16px);
  font-weight:900;
  line-height:1.2;
}

/* CTA */
.fcw-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.fcw-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 14px;border-radius:14px;font-weight:900;text-decoration:none;
  border:1px solid rgba(255,255,255,.18);color:#111;background:#fff;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.fcw-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.22)}
.fcw-whatsapp{background:rgba(37,211,102,.95);color:#fff;border-color:rgba(37,211,102,.35)}
.fcw-call{background:rgba(255,138,0,.95);color:#fff;border-color:rgba(255,138,0,.35)}
.fcw-quote{background:#fff}

/* Content */
.fcw-content-area{padding:28px 18px 44px}
.fcw-content{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.fcw-content :where(h2,h3,h4){margin-top:14px}

.fcw-section{margin-top:26px}
.fcw-h2{font-size:22px;font-weight:900;margin:0 0 12px}

.fcw-video{background:#000;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.12)}
.fcw-video iframe, .fcw-video video{width:100%;height:min(520px,60vh);border:0;display:block}

.fcw-gallery{margin-top:8px}
.fcw-gallery.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.fcw-gallery.masonry{column-count:3;column-gap:14px}
.fcw-gitem{position:relative;display:block;overflow:hidden;border-radius:16px;background:#f2f2f2;margin:0 0 14px}
.fcw-gallery.grid .fcw-gitem{margin:0}
.fcw-gitem img{width:100%;height:auto;display:block;transition:transform .35s ease}
.fcw-gitem:hover img{transform:scale(1.03)}
.fcw-zoom{
  position:absolute;inset:auto 12px 12px auto;width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-weight:900;
  background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.08);
}

.fcw-similar{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Slider */
.fcw-hero-slider{position:relative;overflow:hidden}
.fcw-hero-track{display:flex;transition:transform .35s ease}
.fcw-hero-slide{min-width:100%}
.fcw-hero-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:44px;height:44px;border-radius:16px;border:1px solid rgba(255,255,255,.25);
  background:rgba(0,0,0,.35);color:#fff;font-size:26px;font-weight:900;cursor:pointer;
}
.fcw-prev{left:16px}
.fcw-next{right:16px}

/* Lightbox */
.fcw-lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.80);display:none;align-items:center;justify-content:center;
  z-index:999999;padding:18px;
}
.fcw-lightbox.is-open{display:flex}
.fcw-lb-img{max-width:min(1100px,95vw);max-height:85vh;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.45)}
.fcw-lb-close,.fcw-lb-prev,.fcw-lb-next{
  position:fixed;top:18px;width:48px;height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);color:#fff;font-size:28px;font-weight:900;cursor:pointer;
}
.fcw-lb-close{right:18px}
.fcw-lb-prev{left:18px;top:50%;transform:translateY(-50%)}
.fcw-lb-next{right:18px;top:50%;transform:translateY(-50%)}

/* Responsive */
@media (max-width: 992px){
  .fcw-hero-banner, .fcw-hero-slide{height:520px}
  .fcw-h1{font-size:46px}
  .fcw-hero-meta{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcw-gallery.grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcw-gallery.masonry{column-count:2}
  .fcw-similar{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 640px){
  .fcw-hero-banner, .fcw-hero-slide{height:460px}
  .fcw-h1{font-size:var(--fcw-title-size-m,36px)}
  .fcw-hero-top{padding:14px}
  .fcw-hero-meta{grid-template-columns:1fr}
  .fcw-gallery.grid{grid-template-columns:1fr}
  .fcw-gallery.masonry{column-count:1}
  .fcw-similar{grid-template-columns:1fr}


  /* Mobile Pro Layout for Hero */
  .fcw-hero{min-height:0}
  .fcw-hero-banner, .fcw-hero-slide{
    height:min(420px, 62vh);
    background-position:center;
  }
  .fcw-hero-bottom{padding:0 0 16px 0}
  .fcw-hero-badges{flex-wrap:wrap;gap:8px}
  .fcw-title-row{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .fcw-h1{
    font-size:clamp(24px, 7vw, var(--fcw-title-size-m,32px));
    line-height:1.12;
    margin:0;
    text-shadow:0 10px 30px rgba(0,0,0,.35);
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .fcw-hero-client-badge{
    width:54px;height:54px;border-radius:16px;
  }

  .fcw-hero-meta{
    margin-top:12px;
    padding-top:12px;
    gap:10px;
    border-top:1px solid rgba(255,255,255,.16);
  }
  .fcw-hero-meta-item{
    flex-direction:row;
    align-items:baseline;
    justify-content:space-between;
    gap:10px;
    padding:10px 12px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:16px;
    background:rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
  }
  .fcw-meta-k{
    font-size:var(--fcw-meta-label,12px);
    opacity:.85;
    letter-spacing:.1px;
  }
  .fcw-meta-v{
    font-size:var(--fcw-meta-value,14px);
    text-align:end;
  }

  .fcw-hero-nav{
    width:38px;height:38px;border-radius:14px;
    font-size:22px;
  }
  .fcw-hero-nav.fcw-prev{left:10px}
  .fcw-hero-nav.fcw-next{right:10px}

}


@media (max-width: 420px){
  .fcw-hero-top{padding:12px}
  .fcw-back{padding:10px 12px;border-radius:14px}
  .fcw-agency-logo{width:54px;height:54px;border-radius:16px}
}
