/* ============================================================
   Sinar Beton Sentosa — Produksi Page (produksi.css)
   Normal-flow layout matching the Figma design.
   ============================================================ */

.page-produksi {
  padding-bottom: 60px;
}

.page-produksi .page-header {
  padding: 60px 0 0;
}

.page-produksi .page-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 32px;
  color: #000;
}

/* ── Beige text blocks ──────────────────────────────────── */
.production-block {
  background: #fdf6ec;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 32px;
}

.production-block .block-title {
  color: #c1382e;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
}

.production-block .block-text {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

/* ── Production images ──────────────────────────────────── */
.production-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 48px;
  display: block;
  object-fit: cover;
}

/* ── CTA Section ────────────────────────────────────────── */
.produksi-cta {
  background: #333;
  border-radius: 10px;
  padding: 48px 60px;
  text-align: center;
  margin-top: 48px;
}

.produksi-cta .cta-title {
  color: #c1382e;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.produksi-cta .cta-desc {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

/* ── Responsive Mobile ──────────────────────────────────── */
@media (max-width: 768px) {
  .page-produksi {
    padding-bottom: 40px;
  }

  .page-produksi .page-header {
    padding: 24px 0 0;
  }

  .page-produksi .page-header h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .production-block {
    padding: 24px 20px;
    margin-bottom: 16px;
    border-radius: 12px;
    border-left: 4px solid #c1382e;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }

  .production-block .block-title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .production-block .block-text {
    font-size: 15px;
    line-height: 1.65;
    color: #333;
  }

  .production-img {
    margin-bottom: 32px;
    border-radius: 12px;
    max-height: 280px;
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  }

  .produksi-cta {
    padding: 32px 20px;
    margin-top: 36px;
    border-radius: 12px;
  }

  .produksi-cta .cta-title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .produksi-cta .cta-desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .page-produksi {
    padding-bottom: 30px;
  }

  .page-produksi .page-header {
    padding: 16px 0 0;
  }

  .page-produksi .page-header h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .production-block {
    padding: 20px 16px;
    margin-bottom: 14px;
  }

  .production-block .block-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .production-block .block-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .production-img {
    margin-bottom: 24px;
    max-height: 220px;
    border-radius: 10px;
  }

  .produksi-cta {
    padding: 24px 16px;
    margin-top: 28px;
    border-radius: 10px;
  }

  .produksi-cta .cta-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .produksi-cta .cta-desc {
    font-size: 13px;
    line-height: 1.55;
  }
}
