/* =========================================================
   OUR WORK PAGE — klien, studi kasus, testimoni
   ========================================================= */

.our-work-page-main {
  padding-top: 90px;
}

.our-work-hero-simple {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 40px 10px 40px;
}

.our-work-hero-simple h1 {
  font-family: "Asap Sharp", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #12024D;
  margin: 6px 0 10px 0;
}

.our-work-hero-simple p {
  font-family: "Asap Sharp", sans-serif;
  font-size: 15px;
  color: #6b6b75;
  max-width: 640px;
  line-height: 1.6;
}

.our-work-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px;
  scroll-margin-top: 90px;
}

.our-work-section h2 {
  font-family: "Asap Sharp", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #12024D;
  margin: 0 0 20px 0;
}

/* Klien logo grid */
.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}

.client-logo-grid img {
  width: 100%;
  height: 48px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
}

/* Studi kasus cards */
.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.case-study-card {
  border: 1px solid #eef1f6;
  border-radius: 12px;
  overflow: hidden;
}

.case-study-image {
  width: 100%;
  height: 150px;
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-study-body {
  padding: 16px;
}

.case-study-tag {
  font-family: "Asap Sharp", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #052d55;
}

.case-study-title {
  font-family: "Asap Sharp", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #12024D;
  margin: 6px 0;
}

.case-study-desc {
  font-family: "Asap Sharp", sans-serif;
  font-size: 12px;
  color: #6b6b75;
  line-height: 1.5;
  margin: 0;
}

/* Testimoni */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  border: 1px solid #eef1f6;
  border-radius: 12px;
  padding: 20px;
  background-color: #f7f9fc;
}

.testimonial-stars {
  color: #f5a623;
  font-size: 13px;
  margin-bottom: 10px;
}

.testimonial-quote {
  font-family: "Asap Sharp", sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 14px 0;
}

.testimonial-author {
  font-family: "Asap Sharp", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #12024D;
}

.testimonial-role {
  font-family: "Asap Sharp", sans-serif;
  font-size: 11px;
  color: #6b6b75;
}

.google-review-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Asap Sharp", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #052d55;
  text-decoration: none;
  margin-top: 16px;
}
