/* 
    GLOBAL STYLE FOR Paket Meeting Page
     
    1. Paket Meeting (paket.php)
    2. Transaksi (Transaksi.php)
    3. Sukses Kupon (SuksesKupon.php)


*/

/* ========= PAKET MEETING ============ */
.pricing-section {
  background-color: #f1f8fd;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 80px;
}

.title-main {
  font-weight: 600;
  font-size: 2.5rem;
}

.text-desc {
  max-width: 900px;
  line-height: 1.6;
  color: #4a505e;
  font-size: 1.2rem;
}

.text-gradient-custom {
  background: -webkit-linear-gradient(left, #7eb6fc, #243d5c);
  background: linear-gradient(to right, #7eb6fc, #243d5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #243d5c;
}

.icon-info {
  font-size: 0.5em;
  vertical-align: middle;
  color: #2e4d74;
}

.icon-check-custom {
  color: #7eb6fc;
  font-size: 1.2rem;
}

.card-common {
  border-radius: 12px;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.card-regular {
  border: 1px solid #eaecf4;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.card-starter {
  border: 2px solid #7eb6fc;
  box-shadow: 0 10px 25px rgba(126, 182, 252, 0.2);
  z-index: 2;
}

.card-body-custom {
  padding: 3rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.badge-wrapper {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

.badge-custom {
  background: linear-gradient(to right, #396092, #4c80c2);
  color: #fff;
  padding: 8px 24px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.badge-custom img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.price-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
}

.price-currency {
  font-weight: 700;
  font-size: 1rem;
  color: #888;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.price-amount {
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
}

.price-amount-regular {
  color: #243d5c;
}

.feature-list {
  font-size: 0.9rem;
  max-width: 280px;
}

.feature-text {
  color: #555;
  margin-top: 2px;
  margin-left: 0.5rem;
}

.btn-custom {
  font-weight: 700;
  border-radius: 6px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.4) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-regular {
  background-color: #3b5998;
  color: #fff;
  border: none;
}

.btn-gradient-custom {
  background: linear-gradient(to right, #7eb6fc, #243d5c) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(36, 61, 92, 0.3);
}

.modal-content-custom {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.modal-header-custom {
  background-color: #3b6aa6;
  color: #fff;
  padding: 15px 25px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title-custom {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

button.close.btn-close-circle {
  opacity: 1 !important;
  background-color: #ffffff !important;
  text-shadow: none !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
  transition: transform 0.2s;
  cursor: pointer;
  outline: none;
}

button.close.btn-close-circle span {
  color: #555;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
  display: block;
}

button.close.btn-close-circle:hover {
  opacity: 1 !important;
  background-color: #ffffff !important;
  transform: scale(1.1);
}

.modal-body-custom {
  padding: 30px 25px;
  background-color: #fff;
}

.headline-text {
  color: #396092;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.desc-text {
  color: #396092;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.payment-alert-box {
  background-color: #edf2f9;
  border: 1px solid #dee8f2;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.payment-text {
  color: #396092;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.owl-stage {
  display: flex;
}

.owl-item {
  display: flex;
}

@media (max-width: 991px) {
  .pricing-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .price-wrapper {
    justify-content: center;
    align-items: center;
  }

  .price-currency {
    align-self: flex-start;
    margin-top: 0.5rem;
  }

  .title-main {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .title-main .icon-info {
    font-size: 0.8em;
  }

  .text-desc {
    font-size: 20px;
    padding: 0 20px;
  }

  .card-body-custom {
    padding: 2.5rem 1rem;
  }

  .modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 1040 !important;
  }

  .modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 414px) {
  .pricing-section {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: auto;
  }

  .price-wrapper {
    justify-content: center;
    align-items: center;
  }

  .price-currency {
    align-self: flex-start;
    margin-top: 0.5rem;
  }

  .title-main {
    font-size: 24px;
    margin-bottom: 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .title-main .icon-info {
    font-size: 0.9em;
    margin-top: 2px;
  }

  .text-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 30px !important;
  }

  .card-body-custom {
    padding: 2rem 1rem;
  }

  .card-starter {
    box-shadow: 0 5px 15px rgba(126, 182, 252, 0.2);
  }

  .price-amount {
    font-size: 32px;
  }

  .price-currency {
    font-size: 0.9rem;
    margin-top: 5px;
  }

  .feature-list {
    font-size: 14px;
    max-width: 100%;
    padding-left: 0;
  }

  .feature-text {
    margin-left: 10px;
  }

  .badge-wrapper {
    top: -14px;
  }

  .badge-custom {
    padding: 6px 16px;
    font-size: 0.8rem;
  }

  .badge-custom img {
    width: 16px;
    height: 16px;
  }

  .btn-custom {
    font-size: 0.9rem;
    padding: 10px;
  }

  .modal-body-custom {
    padding: 20px 15px;
  }

  .headline-text {
    font-size: 15px;
  }

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

  #hintPaket .modal-dialog {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: calc(100% - 60px) !important;
    margin: 30px auto !important;
    max-width: 85% !important;
  }

  #hintPaket .modal-content-custom {
    width: 100% !important;
    margin: 0 auto;
  }

  #hintPaket .modal-body-custom {
    padding: 20px 15px !important;
  }

  #hintPaket .modal-header-custom {
    padding: 15px !important;
  }
}

/* ========= PAKET MEETING ============ */

/* ========= TRANSAKSI ============ */
.main-wrapper {
  padding-top: 10%;
  padding-bottom: 80px;
}

.page-title {
  font-weight: 700;
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.page-subtitle {
  color: #1b2d44;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}

.floating-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.left-panel {
  background: linear-gradient(to right, #396092, #4c80c2);
  height: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 2rem;
  text-align: center;
}

.illustration-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(5px);
}

.right-panel {
  padding: 3rem;
  background-color: #fff;
}

.price-badge-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #333;
}

.badge-name {
  border: 1px solid #4c80c2;
  color: #4c80c2;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
  margin-right: 10px;
  background-color: #fff;
  font-weight: 600;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #1b2d44;
}

.icon-check {
  color: #2ecc71;
  background-color: #e8f8f0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0.6rem;
}

.input-coupon-wrapper {
  background-color: #f1f3f5;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.input-coupon {
  border: none;
  background: #edf2f9;
  width: 100%;
  outline: none;
  font-size: 0.9rem;
  margin-left: 8px;
}

.agreement-box {
  background-color: #f1f8fd;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.agreement-text {
  font-size: 0.85rem;
  color: #2a3f53;
  margin-left: 8px;
  line-height: 1.4;
}

.btn-action {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: white;
}

.btn-action:disabled {
  background-color: #bfbfbf !important;
  cursor: not-allowed;
  box-shadow: none;
}

.btn-action:not(:disabled) {
  background-color: #4c80c2 !important;
  box-shadow: 0 4px 6px rgba(76, 128, 194, 0.3);
  cursor: pointer;
}

.btn-action:hover:not(:disabled) {
  background-color: #3b6aa6 !important;
  transform: translateY(-2px);
}

/* --- RESPONSIVE MEDIA QUERIES --- */

/* Tablet & Small Desktop (Max 991px) */
@media (max-width: 991px) {
  .main-wrapper {
    padding-top: 100px;
    /* Kurangi padding top agar tidak terlalu jauh */
    padding-bottom: 60px;
  }

  .left-panel {
    min-height: 300px;
    /* Kurangi tinggi panel kiri agar tidak memakan tempat di mode stack */
    padding: 2rem 1rem;
  }

  .right-panel {
    padding: 2rem;
    /* Kurangi padding panel kanan */
  }

  .page-title {
    font-size: 1.8rem;
  }

  .page-subtitle {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }
}

/* Mobile (Max 767px) */
@media (max-width: 767px) {
  .main-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .page-title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .page-subtitle {
    font-size: 0.9rem;
    padding: 0 10px;
  }

  .left-panel {
    min-height: 250px;
    padding: 1.5rem;
  }

  .illustration-box {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
  }

  .illustration-box i {
    font-size: 2rem;
  }

  .right-panel {
    padding: 1.5rem;
  }

  .price-badge-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .badge-name {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .agreement-box {
    padding: 12px;
  }

  .agreement-text {
    font-size: 0.8rem;
  }
}

/* ========= TRANSAKSI ============ */

/* ========= SuksesKupon ============ */

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

.success-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1b2d44;
  margin-bottom: 5px;
}

.success-subtitle span,
.success-package-text span {
  background: linear-gradient(90deg, #243d5c 0%, #7eb6fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.success-package-text {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1b2d44;
}

.btn-lihat-paket {
  display: inline-block;
  background: linear-gradient(180deg, #4c80c2 0%, #345d8f 100%);
  color: white;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 0.2s;
  margin-top: 20px;
}

.btn-lihat-paket:hover {
  background: linear-gradient(180deg, #5b8dce 0%, #345d8f 100%);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* ========= SuksesKupon ============ */
