/* Hero Section */
.hero-kolaborator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.hero-kolaborator h1 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  text-align: left;
}

.hero-kolaborator p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 0;
}

/* Kenapa Section */
.kenapa-section {
  background-color: #f1f8fd;
  padding: 80px 0 0 0;
}

.kenapa-section h2 {
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.kenapa-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 470px;
  height: 3px;
  background-color: #5f90be;
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
}

.row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

.benefit-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.benefit-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-text {
  flex: 1;
  color: #1b2d44;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

/* Alur Section */
.alur-section {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 -100vw;
  padding-left: 100vw;
  padding-right: 100vw;
}

.alur-section h2 {
  color: #4a90e2;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  border-bottom: none;
  text-decoration: none;
}

.alur-section h2::after {
  display: none;
}

.alur-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 80px auto;
  gap: 12%;
}

.alur-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.alur-icon-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.alur-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #4a90e2;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.alur-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.alur-number {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #4a90e2;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.alur-line {
  position: absolute;
  top: 50px;
  left: calc(5% + 50px);
  right: calc(5% + 50px);
  height: 2px;
  background: #c5d9e8;
  z-index: 1;
}

.alur-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #2a3f53;
  margin: 0;
}

/* Contact Section */
.contact-section {
  padding: 10px 0;
  background-color: #ffffff;
}

.contact-box h3 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.contact-box p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
  opacity: 0.95;
}

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

.btn-contact {
  padding: 14px 32px;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 6px 12px rgba(0, 0, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.btn-email {
  background-color: #ffffff;
  color: #3d669b;
}

.btn-email:hover {
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.4), 0 4px 8px rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.3), inset 0 0 0 200px rgba(0, 0, 0, 0.1);
  outline: none;
  text-decoration: none;
}

.btn-whatsapp {
  background-color: #2fca54;
  color: #ffffff;
}

.btn-whatsapp:hover {
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.4), 0 4px 8px rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.3), inset 0 0 0 200px rgba(0, 0, 0, 0.1);
  outline: none;
  text-decoration: none;
}

/* Partner Logos Section */
.partner-logos-section {
  background-color: #ffffff;
  padding: 80px 0;
  overflow: hidden;
}

.partner-logos-section h2 {
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.partner-logos-section p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}

.logos-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.logos-track {
  display: flex;
  animation: scroll 5s linear infinite;
  gap: 80px;
}

.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

/* Besarkan logo di row 3 dan 4 */
.logos-track:nth-child(3) .logo-item img,
.logos-track:nth-child(4) .logo-item img {
  height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-55.33%);
  }
}

/* Tablet - 991px */
@media (max-width: 991px) {
  .hero-kolaborator {
    min-height: 350px;
    padding: 60px 0;
  }

  .hero-kolaborator h1 {
    font-size: 36px;
  }

  .hero-kolaborator p {
    font-size: 16px;
  }

  .kenapa-section {
    padding: 60px 0 0 0;
  }

  .kenapa-section h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .benefit-card {
    padding: 18px 16px;
  }

  .alur-section {
    padding: 60px 0;
  }

  .alur-section h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .alur-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .alur-item {
    flex: 0 0 33.333%;
    margin-bottom: 50px;
  }

  .alur-line {
    display: none;
  }

  .alur-circle {
    width: 90px;
    height: 90px;
  }

  .alur-icon {
    width: 45px;
    height: 45px;
  }

  .alur-text {
    font-size: 14px;
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-box {
    padding: 50px 40px;
  }

  .contact-box h3 {
    font-size: 24px;
  }

  .contact-box p {
    font-size: 15px;
  }

  .partner-logos-section {
    padding: 60px 0;
  }

  .partner-logos-section h2 {
    font-size: 32px;
  }

  .partner-logos-section p {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .logos-slider {
    gap: 30px;
  }

  .logos-track {
    gap: 60px;
  }

  .logo-item img {
    height: 50px;
  }

  .logos-track:nth-child(3) .logo-item img,
  .logos-track:nth-child(4) .logo-item img {
    height: 70px;
  }
}

/* Tablet Small - 767px */
@media (max-width: 767px) {
  .hero-kolaborator {
    min-height: 300px;
    padding: 50px 0;
  }

  .hero-kolaborator h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .hero-kolaborator p {
    font-size: 15px;
  }

  .kenapa-section {
    padding: 50px 0 0 0;
  }

  .kenapa-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .benefit-card {
    padding: 16px 14px;
    margin-bottom: 15px;
  }

  .benefit-text {
    font-size: 14px;
  }

  .alur-section {
    padding: 50px 0;
  }

  .alur-section h2 {
    font-size: 28px;
  }

  .alur-item {
    flex: 0 0 50%;
    margin-bottom: 40px;
  }

  .alur-circle {
    width: 80px;
    height: 80px;
  }

  .alur-icon {
    width: 40px;
    height: 40px;
  }

  .alur-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .alur-text {
    font-size: 13px;
  }

  .contact-section {
    padding: 50px 0;
  }

  .contact-box {
    padding: 40px 30px;
    border-radius: 20px;
  }

  .contact-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .contact-box p {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .btn-contact {
    padding: 12px 24px;
    font-size: 15px;
  }

  .partner-logos-section {
    padding: 50px 0;
  }

  .partner-logos-section h2 {
    font-size: 28px;
  }

  .partner-logos-section p {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .logos-slider {
    gap: 25px;
  }

  .logos-track {
    gap: 50px;
  }

  .logo-item img {
    height: 45px;
  }

  .logos-track:nth-child(3) .logo-item img,
  .logos-track:nth-child(4) .logo-item img {
    height: 90px;
  }
}

/* Mobile - 575px */
@media (max-width: 575px) {
  .hero-kolaborator {
    min-height: 280px;
    padding: 40px 0;
  }

  .hero-kolaborator h1 {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }

  .hero-kolaborator p {
    font-size: 14px;
    padding: 0 10px 0 10px;
  }

  .kenapa-section {
    padding: 40px 0 0 0;
  }

  .kenapa-section h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .row > [class*="col-"] {
    margin-bottom: 14px;
  }

  .benefit-icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .benefit-text {
    font-size: 14px;
  }

  .alur-section {
    padding: 40px 0;
  }

  .alur-section h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .alur-item {
    flex: 0 0 calc(50% - 12px);
    margin-bottom: 30px;
  }

  .alur-circle {
    width: 70px;
    height: 70px;
  }

  .alur-icon {
    width: 35px;
    height: 35px;
  }

  .alur-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .alur-text {
    font-size: 12px;
  }

  .contact-section {
    padding: 40px 0;
  }

  .contact-box {
    padding: 15% 40px;
    border-radius: 16px;
  }

  .contact-box h3 {
    font-size: 20px;
  }

  .contact-box p {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .contact-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .btn-contact {
    flex: 0 0 calc(50% - 6px);
    padding: 12px 20px;
    font-size: 14px;
    justify-content: center;
  }

  .partner-logos-section {
    padding: 40px 0;
  }

  .partner-logos-section h2 {
    font-size: 20px;
  }

  .partner-logos-section p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .logos-slider {
    gap: 20px;
  }

  .logos-track {
    gap: 40px;
    animation: scroll 15s linear infinite;
  }

  .logo-item img {
    height: 40px;
  }

  /* Besarkan logo di row 3 dan 4 untuk mobile */
  .logos-track:nth-child(3) .logo-item img,
  .logos-track:nth-child(4) .logo-item img {
    height: 55px;
  }
}
