.product-warranty {
  display: none !important;
}

.j88-welcome-offer {
  box-sizing: border-box;
  width: 100%;
  margin: 12px 0;
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid #c99a2e;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 205, 76, 0.2), transparent 34%),
    linear-gradient(145deg, #1a0505 0%, #3a0709 52%, #0d0d0d 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(74, 0, 0, 0.18);
}

.j88-welcome-offer *,
.j88-welcome-offer *::before,
.j88-welcome-offer *::after {
  box-sizing: border-box;
}

.j88-offer-label {
  margin: 0 0 8px;
  color: #f4c94f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.j88-offer-reward {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 0 #7d1014, 0 0 18px rgba(255, 196, 46, 0.3);
}

.j88-offer-supporting {
  margin: 10px 0 18px;
  color: #f7e9c0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 650;
}

.j88-offer-highlight {
  padding: 15px;
  border: 1px solid rgba(244, 201, 79, 0.7);
  border-radius: 10px;
  background: linear-gradient(110deg, rgba(191, 18, 24, 0.9), rgba(20, 20, 20, 0.92));
}

.j88-offer-highlight-title,
.j88-offer-highlight-value {
  margin: 0;
}

.j88-offer-highlight-title {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.j88-offer-highlight-value {
  margin-top: 5px;
  color: #ffd85a;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 900;
  line-height: 1.2;
}

.j88-offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 16px 0 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.j88-offer-description {
  margin: 15px 0 0;
  color: #eee;
  font-size: 0.92rem;
  line-height: 1.65;
}

.j88-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.j88-offer-button {
  display: inline-flex;
  min-height: 46px;
  flex: 1 1 180px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 2px solid #e2b63d;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.j88-offer-button:hover {
  transform: translateY(-1px);
}

.j88-offer-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.j88-offer-button--primary {
  background: linear-gradient(180deg, #ffe276, #e5ad25);
  color: #200;
  box-shadow: 0 5px 14px rgba(229, 173, 37, 0.22);
}

.j88-offer-button--secondary {
  background: #121212;
  color: #ffd85a;
}

.j88-offer-notice {
  margin: 15px 0 0;
  color: #ddd;
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 420px) {
  .j88-welcome-offer {
    padding: 17px 14px;
  }

  .j88-offer-actions {
    flex-direction: column;
  }

  .j88-offer-button {
    width: 100%;
    flex-basis: auto;
  }
}
