body {
  font-family: "poppins", sans-serif;
  padding-top: 60px;
}

.container-custom {
  padding: 0px 60px;
}

h3 {
    font-size: 32px;
    font-weight: 600;
    color: #005048;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #005048;
}

h6 {
    font-weight: 700;
    color: #005048;
}

.text-title {
  font-weight: 600;
  font-size: 14px;
    color: #005048;
}

.text-highlight {
    font-weight: 700;
    color: #198754;
}

.btn-success {
    background: #005048;
    border: 1px solid #005048;
    padding: 10px 24px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.btn-success:hover {
  background-color: rgb(11, 82, 48);
}

.btn-outline-success {
    background: #f5ffff;
    border: 1px solid #005048;
    padding: 10px 24px;
    border-radius: 8px;
    color: #005048;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.btn-animate {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  transition: all 0.3s ease;
}

.btn-animate .icon-animate {
  margin-left: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s ease;
}

/* Saat hover */
.btn-animate:hover .icon-animate {
  opacity: 1;
  margin-left: 10px;
  transform: translateX(0);
}


.bg-soft {
  background: #039e8f;
}

.logo img {
  width: 150px;
  height: 80px;
  display: flex;
}

.nav-link {
  color: #fff;
}

/* HERO =========================================================================================================*/
.hero-section {
  background: url('https://www.kantorkita.co.id/wp-content/uploads/2025/12/hero2.png') no-repeat center center / cover;
  /* background: linear-gradient(180deg, #009788 50%, #fff 100%); */
  width: 100%;
  min-height: 100vh;
  display: flex;
  padding: 40px 0;
  gap: 40px;
}

.hero-section .container {
  display: flex;
  gap: 40px;
align-items: center;
}

.hero-left {
  width: 50%;
  padding-right: 40px;
}

.hero-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #005048;
}

.promo-badge {
    display: inline-block;
    padding: 4px 16px;
    background: #00796582;
    border-radius: 20px;
    border: 1px solid  #80fff2;
    font-size: 12px;
    margin-bottom: 25px;
    backdrop-filter: blur(4px);
}

/* HERO ACTION */
.hero-action {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* HERO IMAGE
.hero-img {
  max-width: 600px;
} */

/* Background decorative
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
}

.circle-1 {
  width: 260px;
  height: 260px;
  background: #0097888b;
  top: 5%;
  left: -80px;
}

.circle-2 {
  width: 300px;
  height: 300px;
  background: #009788;
  bottom: 10%;
  right: -100px;
}

.circle-3 {
  width: 500px;
  height: 500px;
  background: #00978870;
  top: 10%;
  right: 30%;
} */

/* pastikan konten di atas bg */
.hero-section .container {
  position: relative;
  z-index: 2;
}


.hero-right {
  width: 500px;
}

.register-form {
  background: white;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(0,0,0,0.08);
}

.register-form h3 {
  margin-bottom: 25px;
}

.register-form label {
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.register-form input {
  width: 100%;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #d8d4dc;
  font-size: 12px;
}

.btn-submit {
  width: 100%;
  border: none;
  margin-top: 25px;
  padding: 12px;
  background: #005048;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* STAT SECTION =========================================================*/
.stat-section {
  padding: 80px 0;
}

/* STAT BOX */
.stat-box {
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  box-shadow: 0 5px 20px hsla(174, 100%, 16%, 0.18);
  transition: 0.3s;
}

.stat-box:hover {
  transform: translateY(-4px);
}

/* ICON */
.icon-stat {
  background-color: #e3ffff;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 12px;
}

.icon-stat i {
  font-size: 24px;
  color: #7ad0c8;
}

/* FEATURES SECTION */
.feature-section {
  background: linear-gradient(180deg, #ffffff 0%, #009788 80%);
  padding-top: 120px;
  padding-bottom: 80px;

}

/* FEATURE BOX =======================================================*/
.feature-box {
  background: #fff;
  padding: 28px 24px;
  border-radius: 12px;
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-4px);
}

.feature-box h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-box p {
  color: #6c757d;
  font-size: 14px;
}

/* ICON */
.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.icon-circle i {
  font-size: 20px;
}

/* ICON COLORS */
.bg-green { background: #cbffca; color: #527754; }
.bg-red { background: #ffeded; color: #775253; }
.bg-purple { background: #ded5ff; color: #525477; }
.bg-blue { background: #c9caff; color: #252974; }
.bg-yellow { background: #fff9bc; color: #cea752; }
.bg-pink { background: #ffd8d9; color: #db5457; }

/* PRICING SECTION ========================================================*/
.pricing-section {
  padding: 120px 0;
  background: rgba(208, 255, 250, 0.08);
}

/* CARD */
.pricing-box {
  background: #fff;
  padding: 32px 28px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.pricing-box:hover {
  transform: translateY(-6px);
}

.pricing-box.highlight {
  border: 2px solid #198754;
  background: #fff;
}

/* POPULAR TAG */
.popular-tag {
  background: #fff;
  border: 1px solid #005048;
  color: #005048;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}

/* LIST */
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #198754;
  font-weight: bold;
}

/* FORM CUSTOM */
.custom-form label {
  font-size: 13px;
  font-weight: 600;
  margin-top: 12px;
  display: block;
}

.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  margin-top: 5px;
}

.custom-form textarea {
  resize: vertical;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #00cc88;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 204, 136, 0.4);
}


/* DOWNLOAD SECTION ================================================*/
.download-section {
  background: url('https://www.kantorkita.co.id/wp-content/uploads/2025/12/hero2.png') no-repeat center center / cover;
    /* background: linear-gradient(180deg, #009788 50%, #fff 100%); */
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* CONTENT */
.download-content {
  padding-right: 40px;
}

/* STORE BADGE */
.download-badge {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.download-badge img {
  height: 45px;
  transition: 0.3s;
}

.download-badge img:hover {
  transform: translateY(-3px);
}

/* IMAGE */
.download-img {
  max-width: 100%;
  width: 520px;
}

/* TESTIMONIAL ==================================================*/
.testimonial-section {
  padding: 100px 0;
  background: #ffffff;
}

.testimonial-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 80, 72, 0.12);
  transition: 0.3s;
}

.testimonial-item:hover {
  transform: translateY(-6px);
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.testimonial-header h6 {
  font-weight: 600;
  color: #005048;
}

.quote-icon {
  font-size: 32px;
  color: #198754;
}

.testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

/* LOGO SECTION ===========================================================*/
.logo-section {
  padding: 20px 0;
  background: #ffffff;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.logo-img {
  height: 100px;
  max-width: 1200px;
  object-fit: contain;
  transition: 0.3s;
}

.logo-img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* CTA SECTION ================================================*/ 
.faq-section {
  padding: 120px 8%;
  background: #ffffff;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #005048;
}

.faq-answer {
  padding: 0 24px 20px 24px;
  color: #555;
  display: none;
  font-size: 15px;
}

.arrow {
  font-weight: bold;
  transition: 0.3s;
}

/* Open State */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .arrow {
  transform: rotate(45deg);
}


/* CTA SECTION ================================================*/
.hero-kk {
  padding: 120px 0;
  background: radial-gradient(
    circle at bottom,
    #0fa89e 0%,
    #5fa7a1 40%,
    #63f8ec 100%
  );
  color: #ffffff;
  overflow: hidden;
}

/* TITLE */
.hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* DESCRIPTION */
.hero-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
  color: #e6fffb;
}

/* ACTION BUTTON */
.hero-action {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta {
  min-width: 180px;
      padding: 10px 24px;
    border-radius: 8px;

}

/* DASHBOARD */
.dashboard-wrapper {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  max-width: 520px;
}

.dashboard-img {
  border-radius: 16px;
  width: 100%;
}

/* RESPONSIVE =========================================================================*/
@media (max-width: 768px) {

  h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  h3 {
    font-size: 24px;
  }

  .hero-section {
    min-height: auto;
    gap: 20px;
    align-items: center;
  }

  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-action a {
    width: 100%;
  }

  .register-form {
    padding: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .hero-action {
    flex-direction: column;
  }

  .hero-action .btn {
    width: 100%;
  }

  .hero-img {
    max-width: 100%;
  }

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

  .stat-box {
    padding: 24px 18px;
  }

  .stat-box h3 {
    font-size: 28px;
  }

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

  .feature-box {
    padding: 24px 20px;
  }

  .popular-tag {
    font-size: 10px;
  }
  
  .testimonial-section {
    padding: 70px 0;
  }

  .logo-wrapper {
    gap: 24px;
  }

  .logo-img {
    height: 32px;
  }

  .download-section {
    padding: 70px 0;
  }
}

@media (max-width: 992px) {
  .pricing-section {
    padding: 60px 0;
  }

  .download-section {
    padding: 80px 0;
  }

  .download-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .download-badge {
    justify-content: center;
  }

  .hero-kk {
    padding: 90px 0;
  }

  .hero-title {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .pricing-box {
    padding: 24px 20px;
  }

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

  .download-img {
    width: 100%;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .btn-cta {
    width: 100%;
  }
}

@media (max-width: 992px) {

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

  .hero-section .container {
    flex-direction: column;
  }

  .hero-left {
    width: 100%;
    padding: 0 20px;
    padding-top: 40px;
  }

  .hero-right {
    width: 100%;
    max-width: 450px;
    margin-top: 30px;
  }

  .hero-action {
    justify-content: center;
  }
}

@media (max-width: 480px) {

  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .promo-badge {
    font-size: 10px;
    padding: 4px 12px;
  }

  .hero-section {
    padding: 20px 0;
  }

}