#sp-top-bar {
    display: none !important;
}

/* ========================= */
/* PREMIUM SERVICE BUTTONS  */
/* ========================= */

.btn-service {
  display: inline-block;
  min-width: 220px;
  text-align: center;
  border-radius: 60px;
  padding: 14px 36px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 12px 15px;
  position: relative;
}

/* Hilangkan efek template (titik biru dll) */
.btn-service::before,
.btn-service::after {
  content: none !important;
  display: none !important;
}

/* PRIMARY (navy solid) */
.btn-service-primary {
  background-color: #0f1c2e;
  color: #ffffff !important;
  border: 2px solid #0f1c2e;
}

.btn-service-primary:hover {
  background-color: #b08d57;
  border-color: #b08d57;
  color: #000 !important;
  transform: translateY(-2px);
}

/* OUTLINE */
.btn-service-outline {
  background-color: transparent;
  color: #0f1c2e !important;
  border: 2px solid #0f1c2e;
}

.btn-service-outline:hover {
  background-color: #0f1c2e;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.service-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #2c2c2c;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.service-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: #0f1c2e;
  margin-bottom: 12px;
}

/* ========================= */
/* PREMIUM SERVICE DESCRIPTION */
/* ========================= */

.service-desc {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 2;
  color: #2c2c2c;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  letter-spacing: 0.4px;
}

a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.cta-consult {
  text-align: center;
  margin: 40px 0;
}

.btn-konsultasi {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  font-family: 'Comfortaa', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #d4145a, #fbb03b);
  box-shadow: 0 10px 25px rgba(212, 20, 90, 0.25);
  transition: all 0.35s ease;
}

.btn-konsultasi:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212, 20, 90, 0.35);
}

.btn-konsultasi i {
  font-size: 15px;
}

.cta-section {
  text-align: center;
  padding: 100px 20px;
}

.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 25px;
}

.cta-description {
  font-family: 'Lora', serif;
  font-size: 17px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 40px auto; /* jarak ke button */
}

.cta-button {
  display: inline-block;
  padding: 14px 38px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(135deg,#ff2f92,#b08d57);
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
}
