/* ============================================
   PROZO CLIENTS PAGE
   ============================================ */

:root {
  --cl-dark: #1a1a2e;
  --cl-orange: #ea6425;
  --cl-gray-50: #f9fafb;
  --cl-gray-100: #f3f4f6;
  --cl-gray-200: #e5e7eb;
  --cl-gray-600: #4b5563;
  --cl-gray-900: #111827;
}

/* --- Hero --- */
.cl-hero {
  background: var(--cl-dark);
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.cl-hero::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 100, 37, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cl-hero .container {
  position: relative;
  z-index: 1;
}

.cl-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.cl-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cl-breadcrumb li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.cl-breadcrumb li a:hover {
  color: var(--cl-orange);
}

.cl-breadcrumb li span {
  color: rgba(255, 255, 255, 0.4);
}

.cl-breadcrumb li.cl-breadcrumb-active {
  color: #fff;
}

.cl-hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.15;
}

.cl-hero__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 720px;
  margin: 0 0 40px;
}

.cl-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cl-stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--cl-orange);
  padding: 14px 24px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  backdrop-filter: blur(4px);
}

.cl-stat-badge span {
  color: var(--cl-orange);
  font-size: 22px;
  font-weight: 700;
}

/* --- Brand Slider wrapper --- */
.cl-brands {
  padding: 48px 0;
  background: #fff;
}

/* --- Industry Segments --- */
.cl-segments {
  background: var(--cl-gray-50);
  padding: 80px 0;
}

.cl-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--cl-gray-900);
  text-align: center;
  margin: 0 0 48px;
}

.cl-segments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.cl-segment-card {
  background: #fff;
  border: 1px solid var(--cl-gray-200);
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}

.cl-segment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.cl-segment-card .mdi {
  font-size: 36px;
  color: var(--cl-orange);
  margin-bottom: 12px;
  display: block;
}

.cl-segment-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--cl-gray-900);
  margin: 0;
}

/* --- Testimonials Section --- */
.cl-testimonials {
  background: #fff;
  padding: 80px 0;
}

.cl-section-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--cl-gray-600);
  text-align: center;
  max-width: 600px;
  margin: -32px auto 48px;
  line-height: 1.6;
}

.cl-testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.cl-testi-card {
  background: #fff;
  border: 1px solid var(--cl-gray-200);
  border-radius: 16px;
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cl-testi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

.cl-testi-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.cl-testi-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--cl-gray-100);
  flex-shrink: 0;
}

.cl-testi-info {
  min-width: 0;
}

.cl-testi-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--cl-gray-900);
  margin: 0;
  line-height: 1.3;
}

.cl-testi-designation {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--cl-gray-600);
  margin: 2px 0 0;
}

.cl-testi-brand {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--cl-orange);
  margin: 2px 0 0;
}

.cl-testi-stars {
  color: var(--cl-orange);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.cl-testi-quote {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cl-gray-600);
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cl-testi-expand {
  margin: 0 0 14px;
  border: none;
}

.cl-testi-expand summary {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--cl-orange);
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cl-testi-expand summary::-webkit-details-marker {
  display: none;
}

.cl-testi-expand summary::after {
  content: "\203A";
  font-size: 16px;
  transition: transform 0.2s;
}

.cl-testi-expand[open] summary::after {
  transform: rotate(90deg);
}

.cl-testi-expand-body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cl-gray-600);
  margin-top: 10px;
}

.cl-testi-expand-body p {
  margin: 0 0 10px;
}

.cl-testi-expand-body p:last-child {
  margin-bottom: 0;
}

.cl-testi-website {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: var(--cl-gray-600);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s, color 0.2s;
}

.cl-testi-website:hover {
  opacity: 1;
  color: var(--cl-orange);
}

/* --- CTA Section --- */
.cl-cta {
  background: var(--cl-dark);
  padding: 80px 0;
  text-align: center;
}

.cl-cta h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.cl-cta p {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

.cl-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cl-btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: var(--cl-orange);
  border: 2px solid var(--cl-orange);
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
}

.cl-btn-orange:hover {
  background: #d4551c;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.cl-btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}

.cl-btn-outline-white:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .cl-hero h1 {
    font-size: 40px;
  }

  .cl-hero__subtitle {
    font-size: 16px;
  }

  .cl-segments-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .cl-testi-grid {
    gap: 20px;
  }

  .cl-section-title {
    font-size: 30px;
  }

  .cl-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .cl-hero {
    padding: 120px 0 60px;
  }

  .cl-hero h1 {
    font-size: 32px;
  }

  .cl-hero__subtitle {
    font-size: 15px;
  }

  .cl-hero__stats {
    gap: 12px;
  }

  .cl-stat-badge {
    padding: 10px 16px;
    font-size: 13px;
  }

  .cl-stat-badge span {
    font-size: 18px;
  }

  .cl-segments {
    padding: 60px 0;
  }

  .cl-segments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .cl-segment-card {
    padding: 24px 16px;
  }

  .cl-testimonials {
    padding: 60px 0;
  }

  .cl-testi-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cl-section-title {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .cl-section-subtitle {
    font-size: 15px;
    margin: -16px auto 32px;
  }

  .cl-cta {
    padding: 60px 0;
  }

  .cl-cta h2 {
    font-size: 26px;
  }

  .cl-cta p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cl-hero {
    padding: 110px 0 48px;
  }

  .cl-hero h1 {
    font-size: 28px;
  }

  .cl-hero__subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .cl-hero__stats {
    flex-direction: column;
    gap: 10px;
  }

  .cl-stat-badge {
    width: 100%;
    justify-content: center;
  }

  .cl-breadcrumb {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .cl-segments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cl-segment-card .mdi {
    font-size: 28px;
  }

  .cl-segment-card__name {
    font-size: 12px;
  }

  .cl-testi-card {
    padding: 20px;
  }

  .cl-testi-name {
    font-size: 14px;
  }

  .cl-testi-quote {
    font-size: 13px;
  }

  .cl-section-title {
    font-size: 24px;
  }

  .cl-cta h2 {
    font-size: 24px;
  }

  .cl-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cl-btn-orange,
  .cl-btn-outline-white {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
