.elementor-7530 .elementor-element.elementor-element-79d753f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5ac5829 */#discount-page {
  font-family: "Helvetica Neue", Arial, sans-serif;
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
  color: #0f172a;
}

#discount-page h1 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #0f172a;
}

#discount-page p.subtitle {
  text-align: center;
  font-size: 15px;
  color: #475569;
  margin-bottom: 35px;
}

.discount-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.discount-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.discount-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.discount-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 6px;
}

.discount-desc {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
}

.discount-code-box {
  background: #1e293b;
  color: #ffffff;
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: all;
}

/* Blurred code style for Offer 3 */
.blur-code {
  filter: blur(6px);
  transition: filter .3s ease;
  cursor: pointer;
}

.blur-code:hover,
.blur-code:active {
  filter: blur(0px);
}

/* Copy button */
.copy-btn {
  background: #38bdf8;
  border: none;
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: background .2s ease;
}

.copy-btn:hover {
  background: #0ea5e9;
}

/* CTA button for Offer 3 */
.cta-btn {
  background: #007bff;
  border: none;
  padding: 7px 14px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background .2s ease;
}

.cta-btn:hover {
  background: #005fcc;
}/* End custom CSS */