:root {
  --cl-card: rgba(255, 255, 255, 0.055);
  --cl-border: rgba(255, 255, 255, 0.12);
  --cl-muted: rgba(255, 255, 255, 0.74);
  --cl-soft: rgba(255, 255, 255, 0.08);
  --cl-accent: #c6ff3f;
}

main { overflow: hidden; }
.cl-muted { color: var(--cl-muted); }
.cl-kicker,
.sub-title { letter-spacing: .08em; text-transform: uppercase; }
.cl-section { position: relative; padding: 120px 0; }
.cl-section-sm { padding: 80px 0; }
.cl-card {
  height: 100%;
  padding: 34px;
  border: 1px solid var(--cl-border);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.cl-card:hover { transform: translateY(-6px); border-color: rgba(198,255,63,.42); background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035)); }
.cl-card h3, .cl-card h4 { margin-bottom: 15px; }
.cl-card p { color: var(--cl-muted); }
.cl-card ul { margin: 22px 0 0; padding-left: 0; list-style: none; }
.cl-card li { position: relative; padding-left: 24px; margin: 10px 0; color: var(--cl-muted); }
.cl-card li:before { content: "✓"; position: absolute; left: 0; color: var(--cl-accent); }
.cl-pill-row { display: flex; flex-wrap: wrap; gap: 10px; }
.cl-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--cl-border);
  background: var(--cl-soft);
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1;
}
.cl-hero {
  min-height: 900px;
  padding: 220px 0 120px;
  background:
    radial-gradient(circle at 20% 20%, rgba(198,255,63,.14), transparent 28%),
    radial-gradient(circle at 80% 40%, rgba(105,82,255,.20), transparent 28%),
    linear-gradient(135deg, rgba(10,10,12,.92), rgba(14,14,18,.70)),
    image-set(url('../images/creative-agency/hero/header-3d-background-transparent-1400.avif') type('image/avif'), url('../images/creative-agency/hero/header-3d-background-transparent-1400.webp') type('image/webp')) center right / contain no-repeat;
}
.cl-hero .hero-title { font-size: clamp(48px, 7vw, 106px); line-height: .96; margin-bottom: 30px; letter-spacing: -0.05em; }
.cl-hero .hero-copy { max-width: 680px; font-size: 20px; line-height: 1.65; color: var(--cl-muted); }
.cl-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 36px; }
.cl-hero-proof { margin-top: 52px; display: grid; grid-template-columns: repeat(4, minmax(110px, 1fr)); gap: 14px; max-width: 790px; }
.cl-stat { padding: 22px; border-radius: 20px; border: 1px solid var(--cl-border); background: rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.cl-stat strong { display: block; font-size: 30px; line-height: 1; margin-bottom: 8px; }
.cl-stat span { color: var(--cl-muted); font-size: 14px; }
.cl-section-head { margin-bottom: 56px; }
.cl-section-head h2 { font-size: clamp(34px, 4.8vw, 64px); line-height: 1.05; letter-spacing: -0.04em; }
.cl-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.cl-service-card { display: flex; flex-direction: column; }
.cl-service-card .num { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--cl-accent); color: #111; font-weight: 800; margin-bottom: 24px; }
.cl-service-card .link-arrow { margin-top: auto; padding-top: 18px; font-weight: 700; }
.cl-split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.cl-image-frame { border-radius: 34px; overflow: hidden; border: 1px solid var(--cl-border); box-shadow: 0 30px 90px rgba(0,0,0,.30); background: var(--cl-card); }
.cl-image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cl-process { counter-reset: steps; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.cl-step { position: relative; padding: 28px 24px; border-radius: 24px; border: 1px solid var(--cl-border); background: var(--cl-card); }
.cl-step:before { counter-increment: steps; content: counter(steps, decimal-leading-zero); color: var(--cl-accent); display: block; margin-bottom: 18px; font-weight: 800; }
.cl-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.cl-project-card { overflow: hidden; padding: 0; }
.cl-project-card .thumb { height: 260px; overflow: hidden; }
.cl-project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cl-project-card:hover img { transform: scale(1.05); }
.cl-project-card .body { padding: 28px; }
.cl-category { color: var(--cl-accent); font-weight: 800; text-transform: uppercase; letter-spacing: .07em; font-size: 12px; margin-bottom: 12px; display: block; }
.cl-blog-card { display: grid; grid-template-columns: 44% 1fr; gap: 28px; align-items: center; padding: 18px; }
.cl-blog-card .thumb { min-height: 310px; border-radius: 22px; overflow: hidden; }
.cl-blog-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cl-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.cl-detail-list .cl-card { padding: 24px; }
.cl-page-content p { color: var(--cl-muted); font-size: 18px; line-height: 1.75; }
.cl-page-content h2, .cl-page-content h3 { margin-top: 35px; margin-bottom: 15px; }
.cl-cta-band { padding: 56px; border: 1px solid rgba(198,255,63,.25); border-radius: 34px; background: radial-gradient(circle at 15% 20%, rgba(198,255,63,.16), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.cl-sidebar-card { padding: 30px; border-radius: 26px; background: var(--cl-card); border: 1px solid var(--cl-border); position: sticky; top: 120px; }
.cl-sidebar-card a:not(.theme-btn) { color: rgba(255,255,255,.9); }
.cl-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cl-form-grid .full { grid-column: 1 / -1; }
.cl-contact-item { padding: 25px; border: 1px solid var(--cl-border); background: var(--cl-card); border-radius: 22px; margin-bottom: 18px; }
.cl-contact-item h4 { margin-bottom: 8px; }
.cl-contact-item p, .cl-contact-item a { color: var(--cl-muted); }
.cl-proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cl-proof-strip .cl-card { padding: 24px; }
.cl-proof-strip strong { display: block; font-size: 34px; margin-bottom: 8px; }
.cl-footer-social { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.cl-footer-social a { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--cl-border); background: var(--cl-card); color: #fff; }
.cl-footer-social a:hover { color: #111; background: var(--cl-accent); }
.cl-meta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; color: var(--cl-muted); }
.cl-meta-row span { padding: 8px 12px; border-radius: 999px; background: var(--cl-soft); border: 1px solid var(--cl-border); }
.cl-blog-hero-image { border-radius: 34px; overflow: hidden; margin-bottom: 45px; border: 1px solid var(--cl-border); }
.cl-blog-hero-image img { width: 100%; display: block; }
.cl-legal-content h2 { margin-top: 32px; }
.cl-legal-content p, .cl-legal-content li { color: var(--cl-muted); line-height: 1.75; }

@media (max-width: 1199.98px) {
  .cl-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-process { grid-template-columns: repeat(2, 1fr); }
  .cl-hero-proof { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  .cl-hero { min-height: auto; padding: 170px 0 90px; background-size: 110%; background-position: center bottom; }
  .cl-split { grid-template-columns: 1fr; }
  .cl-blog-card { grid-template-columns: 1fr; }
  .cl-proof-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
  .cl-section { padding: 80px 0; }
  .cl-section-sm { padding: 55px 0; }
  .cl-card { padding: 26px; border-radius: 22px; }
  .cl-service-grid, .cl-project-grid, .cl-process, .cl-detail-list, .cl-form-grid, .cl-proof-strip { grid-template-columns: 1fr; }
  .cl-hero { padding: 140px 0 70px; background-size: 150%; }
  .cl-hero .hero-title { font-size: clamp(42px, 14vw, 64px); }
  .cl-hero .hero-copy { font-size: 17px; }
  .cl-hero-actions { align-items: stretch; }
  .cl-hero-actions .theme-btn { width: 100%; justify-content: center; }
  .cl-hero-proof { grid-template-columns: 1fr; }
  .cl-cta-band { padding: 32px; border-radius: 24px; }
  .cl-blog-card .thumb { min-height: 230px; }
}

.cl-process-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 991.98px){ .cl-process-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767.98px){ .cl-process-4 { grid-template-columns: 1fr; } }

/* Launch-ready refresh */
.cl-service-card-media,
.cl-project-card,
.cl-blog-card {
  padding: 0;
  overflow: hidden;
}

.cl-service-card-media .thumb,
.cl-project-card .thumb,
.cl-blog-card .thumb {
  display: block;
  overflow: hidden;
}

.cl-service-card-media .thumb img,
.cl-project-card .thumb img,
.cl-blog-card .thumb img,
.cl-image-frame img,
.cl-image-stack img,
.cl-photo-band img,
.cl-blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cl-service-card-media .thumb img,
.cl-project-card .thumb img,
.cl-blog-card .thumb img {
  min-height: 240px;
}

.cl-service-card-media .body,
.cl-project-card .body,
.cl-blog-card {
  padding: 28px 28px 30px;
}

.cl-blog-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cl-service-card-media .num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(25, 136, 255, 0.14);
  color: var(--cl-accent);
  font-weight: 700;
  margin-bottom: 16px;
}

.cl-service-card-media h3,
.cl-project-card h3,
.cl-blog-card h3 {
  font-size: clamp(22px, 3vw, 28px);
  margin-bottom: 14px;
}

.cl-service-card-media p,
.cl-project-card p,
.cl-blog-card p,
.cl-chatbot-head p {
  color: rgba(255,255,255,0.74);
}

.cl-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.cl-blog-grid-home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
}

.cl-image-frame {
  border-radius: var(--cl-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--cl-shadow-soft);
  min-height: 380px;
  background: #111318;
}

.cl-image-stack {
  position: relative;
  padding-right: 48px;
  padding-bottom: 48px;
}

.cl-image-stack .small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(44%, 280px);
  min-height: 220px;
}

.cl-photo-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.cl-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cl-pill {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  padding: 10px 16px;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.03);
  font-size: 15px;
}

.cl-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
}

.cl-process-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cl-chatbot {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
}

.cl-chatbot-fab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1988ff, #00b2ff);
  color: #fff;
  padding: 14px 20px;
  box-shadow: 0 16px 34px rgba(25,136,255,0.32);
  font-weight: 700;
}

.cl-chatbot-panel {
  width: min(380px, calc(100vw - 24px));
  background: #10131a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.4);
  padding: 18px;
  margin-bottom: 14px;
}

.cl-chatbot-head {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.cl-chatbot-head strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.cl-chatbot-close {
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.cl-chatbot-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 280px;
  overflow: auto;
  padding-right: 4px;
}

.cl-chatbot-msg {
  display: flex;
}

.cl-chatbot-msg.user {
  justify-content: flex-end;
}

.cl-chatbot-msg .bubble {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.cl-chatbot-msg.bot .bubble {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.9);
}

.cl-chatbot-msg.user .bubble {
  background: linear-gradient(135deg, #1988ff, #00b2ff);
  color: #fff;
}

.cl-chatbot-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.cl-chatbot-chip {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.9);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.4;
}

.cl-chatbot-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cl-chatbot-input {
  flex: 1 1 auto;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: #fff;
  padding: 0 16px;
}

.cl-chatbot-input::placeholder {
  color: rgba(255,255,255,0.45);
}

.cl-chatbot .theme-btn.style-one {
  min-width: auto;
  padding: 16px 18px;
}

@media (max-width: 1199px) {
  .cl-project-grid,
  .cl-blog-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-split,
  .cl-photo-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cl-project-grid,
  .cl-blog-grid-home,
  .cl-process-4 {
    grid-template-columns: 1fr;
  }

  .cl-chatbot {
    right: 14px;
    bottom: 14px;
  }

  .cl-chatbot-panel {
    width: min(100vw - 20px, 380px);
    padding: 16px;
  }

  .cl-chatbot-fab span {
    display: none;
  }

  .cl-chatbot-fab {
    width: 58px;
    height: 58px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .cl-image-stack {
    padding-right: 0;
    padding-bottom: 0;
  }

  .cl-image-stack .small {
    position: static;
    width: 100%;
    min-height: 240px;
    margin-top: 20px;
  }
}


.cl-note-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.cl-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.cl-proof-card {
  background: #0f1117;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
}
.cl-proof-card .thumb {
  display: block;
}
.cl-proof-card .thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.cl-proof-card .body {
  padding: 18px 20px 22px;
}
.cl-proof-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 8px 0 0;
}
.cl-proof-grid-detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cl-detail-highlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.cl-detail-highlight .item {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 18px 20px;
  background: #10131a;
}
.cl-detail-highlight .item strong,
.cl-detail-highlight .item span {
  display: block;
}
.cl-detail-highlight .item strong {
  margin-bottom: 8px;
}
.cl-bullet-list {
  padding-left: 22px;
  margin-bottom: 25px;
}
.cl-bullet-list li {
  color: rgba(255,255,255,0.72);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cl-proof-grid,
  .cl-proof-grid-detail,
  .cl-detail-highlight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .cl-proof-grid,
  .cl-proof-grid-detail,
  .cl-detail-highlight {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Brand logo refresh */
#cl-header-logo.cl-header-logo-img {
  width: auto;
  height: 64px;
  max-width: min(420px, 32vw);
  object-fit: contain;
}
.cl-footer-logo-link .cl-footer-fixed-logo-img {
  width: auto;
  height: 72px;
  max-width: 100%;
  object-fit: contain;
}
#loading-icon.cl-loader-logo img#cl-loader-icon.cl-loader-icon-img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

/* Floating review toast */
.cl-review-toast {
  position: fixed;
  right: 18px;
  bottom: 118px;
  width: min(300px, calc(100vw - 32px));
  padding: 12px 14px 12px;
  border-radius: 16px;
  background: rgba(15, 18, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
  z-index: 993;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translate3d(20px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform .22s ease, opacity .22s ease, visibility .22s ease;
  pointer-events: auto;
}
.cl-review-toast.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: .94;
  visibility: visible;
}
.cl-review-toast.is-fading-out {
  opacity: 0;
}
.cl-review-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.76);
  margin-bottom: 8px;
}
.cl-review-label::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9cf1f 0%, #8f67cf 100%);
  flex: none;
}
.cl-review-stars {
  display: flex;
  gap: 3px;
  color: #d9cf1f;
  font-size: 11px;
  margin-bottom: 8px;
}
.cl-review-name {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 2px;
  padding-right: 24px;
}
.cl-review-service {
  color: rgba(255,255,255,.56);
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.cl-review-text {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}
.cl-review-meta,
.cl-review-count,
.cl-review-next { display: none !important; }
.cl-review-close {
  appearance: none;
  border: 0;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.04);
}
.cl-review-close:hover { color: #fff; }

@media (max-width: 1199px) {
  #cl-header-logo.cl-header-logo-img {
    height: 56px;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  #cl-header-logo.cl-header-logo-img {
    height: 46px;
    max-width: 220px;
  }
  .cl-footer-logo-link .cl-footer-fixed-logo-img {
    height: 58px;
  }
  .cl-review-toast {
    right: 12px;
    left: auto;
    bottom: 92px;
    width: min(255px, calc(100vw - 24px));
    padding: 11px 12px 11px;
    border-radius: 14px;
  }
  .cl-review-name { font-size: 12px; }
  .cl-review-text { font-size: 11.5px; }
}

/* Premium testimonial section */
.cl-premium-testimonials {
  position: relative;
  overflow: hidden;
}
.cl-premium-testimonials::before {
  content: '';
  position: absolute;
  inset: auto -12% -26% auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,103,207,.22), rgba(217,207,31,.08) 42%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}
.cl-premium-testimonials::after {
  content: '';
  position: absolute;
  left: -18%;
  top: 12%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25,136,255,.12), rgba(0,0,0,0) 65%);
  pointer-events: none;
}
.cl-premium-testimonials .container {
  position: relative;
  z-index: 1;
}
.cl-review-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 230px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}
.cl-review-badge span {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cl-review-badge strong {
  color: #fff;
  font-size: 18px;
}
.cl-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.cl-testimonial-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
  overflow: hidden;
}
.cl-testimonial-card::before {
  content: '“';
  position: absolute;
  right: 22px;
  top: -18px;
  color: rgba(255,255,255,.06);
  font-size: 140px;
  line-height: 1;
  font-family: Georgia, serif;
}
.cl-testimonial-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.cl-testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #1988ff, #8f67cf 58%, #d9cf1f);
  box-shadow: 0 10px 26px rgba(25,136,255,.22);
  flex: none;
}
.cl-testimonial-top h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}
.cl-testimonial-top span {
  color: rgba(255,255,255,.56);
  font-size: 13px;
}
.cl-testimonial-service {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #dfe7ff;
  background: rgba(25,136,255,.12);
  border: 1px solid rgba(25,136,255,.20);
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.cl-testimonial-card p {
  color: rgba(255,255,255,.78);
  line-height: 1.72;
  margin: 0;
  position: relative;
  z-index: 1;
}
.cl-testimonial-foot {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: #d9cf1f;
  position: relative;
  z-index: 1;
}
.cl-testimonial-foot span {
  color: rgba(255,255,255,.46);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cl-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .cl-testimonial-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .cl-testimonial-card {
    min-height: auto;
    padding: 24px;
  }
}


/* Simple website cleanup: no 3D object in inner-page banner */
.agenko-page-banner .circle-box { display: none !important; }
.agenko-page-banner .page-content { max-width: 980px; }

/* Review stars and drop-review form */
.cl-stars {
  display: inline-flex;
  gap: 4px;
  color: #d9cf1f;
  margin: 0 0 14px;
  position: relative;
  z-index: 1;
}
.cl-testimonial-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}
.cl-review-form-wrap {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 26px;
  padding: 34px;
  background: linear-gradient(135deg, rgba(217,207,31,.08), rgba(143,103,207,.08) 45%, rgba(255,255,255,.03));
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}
.cl-review-form input,
.cl-review-form select,
.cl-review-form textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,.055);
  color: #fff;
  outline: none;
}
.cl-review-form textarea { min-height: 130px; resize: vertical; }
.cl-review-form select option { color: #111; background: #fff; }
.cl-review-form input::placeholder,
.cl-review-form textarea::placeholder { color: rgba(255,255,255,.55); }
.cl-review-form input:focus,
.cl-review-form select:focus,
.cl-review-form textarea:focus {
  border-color: rgba(217,207,31,.62);
  box-shadow: 0 0 0 4px rgba(217,207,31,.08);
}

/* Small circular chatbot */
.cl-chatbot {
  right: 24px !important;
  bottom: 24px !important;
  width: auto !important;
  z-index: 999 !important;
}
.cl-chatbot-fab {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: radial-gradient(circle at 25% 20%, #d9cf1f 0%, #8f67cf 62%, #12141d 100%) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.34) !important;
  animation: clFloatIcon 3.2s ease-in-out infinite;
}
.cl-chatbot-fab i { display: none !important; }
.cl-chatbot-fab span {
  font-size: 0 !important;
  line-height: 0 !important;
}
.cl-chatbot-fab::before {
  content: 'CL';
  font-weight: 900;
  font-size: 17px;
  letter-spacing: -.04em;
}
.cl-chatbot:not(.open)::after {
  content: 'Do you need any help?';
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 184px;
  padding: 10px 13px;
  border-radius: 14px 14px 4px 14px;
  background: rgba(18, 20, 29, .94);
  border: 1px solid rgba(217,207,31,.24);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  box-shadow: 0 14px 34px rgba(0,0,0,.32);
  animation: clHelpBubble 6s ease both;
  pointer-events: none;
}
.cl-chatbot-panel {
  right: 0 !important;
  bottom: 76px !important;
  border-color: rgba(217,207,31,.18) !important;
}
.cl-chatbot-head {
  background: linear-gradient(135deg, rgba(217,207,31,.20), rgba(143,103,207,.22)) !important;
}
@keyframes clFloatIcon {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes clHelpBubble {
  0% { opacity: 0; transform: translateY(10px) scale(.96); }
  12%,70% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-6px) scale(.98); }
}
@media (max-width: 767px) {
  .cl-review-form-wrap { padding: 24px 18px; border-radius: 20px; }
  .cl-chatbot { right: 16px !important; bottom: 16px !important; }
  .cl-chatbot-fab { width: 54px !important; height: 54px !important; min-width: 54px !important; }
  .cl-chatbot:not(.open)::after { width: 168px; bottom: 66px; font-size: 12px; }
}


/* === Corrected page header image backgrounds === */
.agenko-page-banner.has-banner-image {
  background-color: #101217 !important;
  background-image:
    linear-gradient(90deg, rgba(14,16,22,0.96) 0%, rgba(14,16,22,0.92) 31%, rgba(14,16,22,0.78) 58%, rgba(14,16,22,0.58) 100%),
    var(--page-banner-photo) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.agenko-page-banner.has-banner-image .shape {
  opacity: 0.42;
}
.agenko-page-banner.has-banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 83% 22%, rgba(217,207,31,.11), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(143,103,207,.14), transparent 38%);
}
@media (max-width: 991px) {
  .agenko-page-banner.has-banner-image {
    background-image:
      linear-gradient(90deg, rgba(14,16,22,0.97) 0%, rgba(14,16,22,0.90) 100%),
      var(--page-banner-photo) !important;
    background-position: 60% center !important;
  }
}

/* === Corrected floating CL chatbot icon === */
.cl-chatbot {
  right: 22px !important;
  bottom: 22px !important;
  width: auto !important;
  z-index: 999 !important;
}
.cl-chatbot-fab {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(12,14,20,.92) !important;
  border: 1px solid rgba(217,207,31,.32) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.34), 0 0 0 1px rgba(143,103,207,.13) inset !important;
  animation: clFloatIcon 3.2s ease-in-out infinite;
  overflow: visible !important;
}
.cl-chatbot-fab i,
.cl-chatbot-fab::before {
  display: none !important;
  content: none !important;
}
.cl-chatbot-fab span,
.cl-chatbot-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.cl-chatbot-logo-img {
  width: 46px !important;
  height: 46px !important;
  object-fit: contain !important;
  display: block !important;
  pointer-events: none !important;
}
.cl-chatbot:not(.open)::after {
  content: 'Do you need any help?';
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 184px;
  padding: 10px 13px;
  border-radius: 14px 14px 4px 14px;
  background: rgba(18,20,29,.94);
  border: 1px solid rgba(217,207,31,.24);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  box-shadow: 0 14px 34px rgba(0,0,0,.32);
  animation: clHelpBubble 6s ease both;
  pointer-events: none;
}
.cl-chatbot-panel {
  right: 0 !important;
  bottom: 76px !important;
  border-color: rgba(217,207,31,.20) !important;
}
@media (max-width: 767px) {
  .cl-chatbot { right: 16px !important; bottom: 16px !important; }
  .cl-chatbot-fab { width: 54px !important; height: 54px !important; min-width: 54px !important; max-width: 54px !important; }
  .cl-chatbot-logo-img { width: 42px !important; height: 42px !important; }
  .cl-chatbot:not(.open)::after { width: 168px; bottom: 66px; font-size: 12px; }
}

/* Form validation hints */
.cl-field-hint {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  line-height: 1.4;
}
.form-message.error {
  color: #ffb4b4;
  margin-top: 12px;
}
.form-message.success {
  color: #d9cf1f;
  margin-top: 12px;
}


/* Direct WhatsApp chat option */
.cl-whatsapp-direct {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 995;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #25d366 0%, #8f67cf 100%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 40px rgba(0,0,0,.24);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.cl-whatsapp-direct i {
  font-size: 28px;
  line-height: 1;
}
.cl-whatsapp-direct:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 48px rgba(0,0,0,.30);
}
.cl-whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  white-space: nowrap;
  background: rgba(15, 18, 27, .94);
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.cl-whatsapp-direct:hover .cl-whatsapp-tooltip,
.cl-whatsapp-direct:focus-visible .cl-whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.cl-chatbot-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 14px 0;
  padding: 10px 12px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(37, 211, 102, .90), rgba(141, 103, 207, .82));
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.cl-chatbot-whatsapp:hover { color: #fff; }
@media (max-width: 767px) {
  .cl-whatsapp-direct {
    right: 16px;
    bottom: 88px;
    width: 54px;
    height: 54px;
  }
  .cl-whatsapp-direct i { font-size: 24px; }
  .cl-whatsapp-tooltip { display: none; }
}

/* User-friendly project detail checklist */
.cl-project-checklist {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
  border-radius: 18px;
  padding: 18px 20px;
}
.cl-project-checklist strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 6px;
}
.cl-project-checklist p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.cl-project-checklist label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
  cursor: pointer;
}
.cl-project-checklist input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--primary-color);
  flex: 0 0 auto;
}
.cl-whatsapp-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37, 211, 102, .12);
  border: 1px solid rgba(37, 211, 102, .28);
  color: #fff;
  font-weight: 700;
}
.cl-whatsapp-inline i { color: #25D366; }
.cl-field-disabled {
  opacity: .55;
  cursor: not-allowed;
}
.cl-page-content p + p {
  margin-top: 18px;
}
.cl-page-content h2 {
  margin-top: 34px;
}


/* Final floating button fix: clean icon + movable handles */
.cl-chatbot,
.cl-whatsapp-direct {
  position: fixed !important;
  z-index: 999 !important;
  will-change: left, top;
}
.cl-chatbot {
  right: 22px !important;
  bottom: 22px !important;
  width: 58px !important;
  height: 58px !important;
  left: auto;
  top: auto;
}
.cl-chatbot-fab {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  cursor: grab !important;
  touch-action: none !important;
  background: rgba(12, 14, 20, .94) !important;
  border: 1px solid rgba(217,207,31,.32) !important;
  box-shadow: 0 14px 38px rgba(0,0,0,.32), inset 0 0 0 1px rgba(143,103,207,.13) !important;
}
.cl-chatbot.dragging .cl-chatbot-fab,
.cl-whatsapp-direct.dragging {
  cursor: grabbing !important;
  animation: none !important;
  transition: none !important;
}
.cl-chatbot-fab::before,
.cl-chatbot-fab::after,
.cl-chatbot-fab i,
.cl-chatbot-fab > span:not(.cl-chatbot-visually-hidden) {
  display: none !important;
  content: none !important;
}
.cl-chatbot-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}
.cl-chatbot-logo-img {
  width: 45px !important;
  height: 45px !important;
  max-width: 45px !important;
  max-height: 45px !important;
  object-fit: contain !important;
  display: block !important;
  flex: 0 0 auto !important;
  pointer-events: none !important;
}
.cl-chatbot:not(.open)::after {
  right: 0 !important;
  bottom: 72px !important;
  width: 178px !important;
  font-size: 12px !important;
  z-index: 1 !important;
}
.cl-chatbot.open::after,
.cl-chatbot.dragging::after { display: none !important; }
.cl-chatbot-panel {
  position: absolute !important;
  right: 0 !important;
  bottom: 74px !important;
  z-index: 2 !important;
}
.cl-whatsapp-direct {
  right: 92px !important;
  bottom: 24px !important;
  left: auto;
  top: auto;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  cursor: grab !important;
  touch-action: none !important;
}
.cl-whatsapp-direct i { font-size: 28px !important; }
@media (max-width: 767px) {
  .cl-chatbot {
    right: 16px !important;
    bottom: 16px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .cl-chatbot-fab {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }
  .cl-chatbot-logo-img {
    width: 41px !important;
    height: 41px !important;
    max-width: 41px !important;
    max-height: 41px !important;
  }
  .cl-chatbot:not(.open)::after {
    width: 160px !important;
    bottom: 64px !important;
  }
  .cl-chatbot-panel {
    right: 0 !important;
    bottom: 66px !important;
    max-width: calc(100vw - 24px) !important;
  }
  .cl-whatsapp-direct {
    right: 82px !important;
    bottom: 16px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
  }
  .cl-whatsapp-direct i { font-size: 25px !important; }
}


/* Smooth movable floating buttons update */
.cl-floating-drag-active,
.cl-floating-drag-active * {
  user-select: none !important;
}
.cl-chatbot,
.cl-whatsapp-direct {
  touch-action: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
.cl-chatbot-fab,
.cl-whatsapp-direct,
.cl-whatsapp-direct * {
  -webkit-user-drag: none !important;
}
.cl-whatsapp-direct.dragging,
.cl-chatbot.dragging .cl-chatbot-fab {
  transform: scale(1.04) !important;
  opacity: .96 !important;
}
.cl-whatsapp-direct .cl-whatsapp-tooltip {
  pointer-events: none !important;
}
.cl-footer-profile-links {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}
.cl-footer-profile-links li a {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.4;
}
.cl-footer-profile-links li a:hover {
  color: #d9cf1f;
}


/* Hide controls for floating WhatsApp and chatbot buttons */
.cl-floating-dismiss {
  position: absolute !important;
  top: -7px !important;
  right: -7px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  background: rgba(14,16,22,.92) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  z-index: 1002 !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.26) !important;
}
.cl-floating-dismiss:hover {
  background: linear-gradient(135deg, #d9cf1f 0%, #8f67cf 100%) !important;
  color: #fff !important;
}
.cl-chatbot .cl-floating-dismiss,
.cl-whatsapp-direct .cl-floating-dismiss {
  pointer-events: auto !important;
}
.cl-chatbot.is-temp-hidden,
.cl-whatsapp-direct.is-temp-hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .cl-floating-dismiss {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    top: -6px !important;
    right: -6px !important;
    font-size: 10px !important;
  }
}
