/* Tentang Kami Section */
.tentang-section {
  padding: 3rem 0;
  background: white;
}

.tentang-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 1px solid #249bcd;
  border-radius: 9999px;
  font-size: 0.875rem;
  color: #249bcd;
  margin-bottom: 1rem;
}

.tentang-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #01193f;
  text-align: center;
}

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.logo-container img {
  width: 16rem;
  height: auto;
  max-width: 400px;
}

.company-description {
  max-width: 80rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.company-description p {
  font-size: 1rem;
  line-height: 1.75;
  color: #01193f;
}

.visi-misi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}

.visi-card,
.misi-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
}

.visi-card h3,
.misi-card h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #01193f;
}

.visi-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: #01193f;
}

.misi-list {
  list-style: none;
}

.misi-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.misi-bullet {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #249bcd;
  margin-top: 0.5rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.misi-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #01193f;
}

/* Video Section */
.video-section {
  position: relative;
  padding: 3rem 0;
  background-color: #01193f;
  overflow: hidden;
}

.video-ornament-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: auto;
  opacity: 0.5;
}

.video-ornament-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: auto;
  opacity: 0.5;
}

.video-container {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Client Portfolio Section */
.portfolio-section {
  padding: 3rem 0;
  background: white;
}

.section-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 1px solid #249bcd;
  border-radius: 9999px;
  font-size: 0.875rem;
  color: #249bcd;
  background: white;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #01193f;
  text-align: center;
  padding: 0 1rem;
}

.section-description {
  font-size: 1rem;
  line-height: 1.75;
  color: #505050;
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.partner-card {
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: box-shadow 0.3s;
  background: white;
}

.partner-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.partner-logo {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 0.5rem;
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-type {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  padding: 0 0.25rem;
}

.stats-card {
  background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 100%);
  border: 2px solid #45abd5;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.stat-item {
  padding: 0 0.25rem;
}

.stat-value {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.875rem;
  color: #6b7280;
}

/* Mitra Section */
.mitra-section {
  padding: 3rem 0;
  background: white;
}

.mitra-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.mitra-card {
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: box-shadow 0.3s;
  background: white;
}

.mitra-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.mitra-logo {
  width: 100%;
  height: 5rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.mitra-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mitra-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #01193f;
  padding: 0 0.25rem;
}

/* Testimonial Section */
.testimonial-section {
  padding: 3rem 0;
  background-color: #f5f5f5;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.testimonial-card {
  position: relative;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 1.5rem;
  overflow: hidden;
}

.testimonial-ornament {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
}

.testimonial-ornament img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quote-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin-top: -1rem;
  padding: 0.5rem;
}

.quote-icon img {
  width: 1.5rem;
  height: 1.5rem;
}

.testimonial-text {
  font-size: 0.65rem;
  line-height: 1.75;
  color: #505050;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  position: relative;
  z-index: 10;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 10;
}

.author-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #e5e7eb;
  overflow: hidden;
  flex-shrink: 0;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #01193f;
}

.author-title {
  font-size: 0.6rem;
  color: #505050;
}

/* Icon SVG Styles */
.icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}

/* Responsive Styles */
@media (min-width: 640px) {
  .tentang-section {
    padding: 4rem 0;
  }

  .tentang-badge {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .tentang-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }

  .logo-container img {
    width: 20rem;
  }

  .company-description {
    margin-bottom: 4rem;
  }

  .company-description p {
    font-size: 1.125rem;
  }

  .visi-misi-grid {
    gap: 3rem;
  }

  .visi-card,
  .misi-card {
    padding: 2rem;
  }

  .visi-card h3,
  .misi-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .visi-card p,
  .misi-text {
    font-size: 1.125rem;
  }

  .video-section {
    padding: 4rem 0;
  }

  .video-ornament-top,
  .video-ornament-bottom {
    width: 12rem;
  }

  .section-header {
    margin-bottom: 4rem;
  }

  .portfolio-section,
  .mitra-section,
  .testimonial-section {
    padding: 4rem 0;
  }

  .section-badge {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .section-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }

  .section-description {
    font-size: 1.125rem;
    margin-bottom: 0;
  }

  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
  }

  .partner-logo {
    width: 6rem;
    height: 6rem;
  }

  .partner-type {
    font-size: 0.875rem;
  }

  .stats-card {
    padding: 1.5rem;
  }

  .stats-grid {
    gap: 1.5rem;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.875rem;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .testimonial-ornament {
    width: 6rem;
    height: 6rem;
  }

  .testimonial-text {
    font-size: 0.75rem;
    margin-bottom: 2rem;
  }

  .quote-icon {
    width: 3rem;
    height: 3rem;
  }

  .quote-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .author-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .author-name {
    font-size: 1rem;
  }

  .author-title {
    font-size: 0.75rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
  }

  .footer-ornament {
    width: 18.75rem;
    height: 17.5rem;
  }

  .footer-copyright {
    padding: 2rem 0;
  }
}

@media (min-width: 768px) {
  .tentang-section {
    padding: 5rem 0;
  }

  .tentang-title {
    font-size: 2.25rem;
  }

  .logo-container img {
    width: 24rem;
  }

  .visi-misi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-section {
    padding: 5rem 0;
  }

  .video-ornament-top,
  .video-ornament-bottom {
    width: 16rem;
  }

  .portfolio-section,
  .mitra-section,
  .testimonial-section {
    padding: 5rem 0;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .section-description {
    font-size: 1.25rem;
  }

  .stats-card {
    padding: 2rem;
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .stat-value {
    font-size: 1.875rem;
  }

  .stat-label {
    font-size: 1rem;
  }

  .mitra-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .mitra-logo {
    height: 6rem;
  }
}
