/* Start custom CSS for section, class: .elementor-element-mello-hero */* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Nunito", sans-serif; background: #fff; color: #1A0A2E; line-height: 1.7; }

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #1A0A2E 0%, #3D1478 50%, #7B32B5 100%);
  color: white;
  padding: 80px 24px 60px;
  text-align: center;
}
.hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  max-width: 720px;
  margin: 0 auto 16px;
}
.hero h1 span {
  color: #A8E6A3;
}
.hero-sub {
  font-size: 18px;
  opacity: 0.9;
  max-width: 540px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.hero-bullets {
  list-style: none;
  text-align: left;
  max-width: 440px;
  margin: 0 auto 36px;
}
.hero-bullets li {
  padding: 8px 0;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hero-bullets li::before {
  content: "✔";
  color: #A8E6A3;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── CTA BUTTON ── */
.cta-wrap { text-align: center; margin: 8px 0; }
.cta-btn {
  display: inline-block;
  background: #7B32B5;
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  max-width: 420px;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.cta-sub { font-size: 12px; opacity: 0.7; margin-top: 10px; }

/* ── FORM ── */
.form-section {
  background: white;
  border-radius: 20px;
  padding: 32px 28px;
  max-width: 480px;
  margin: 32px auto 0;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.form-section input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8e0f0;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 12px;
  outline: none;
  transition: border-color 0.2s;
}
.form-section input:focus { border-color: #7B32B5; }
.form-section .submit-btn {
  width: 100%;
  background: #7B32B5;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
}
.form-section .submit-btn:hover { opacity: 0.9; }
.trust-line {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 12px;
}

/* ── PAIN SECTION ── */
.pain {
  background: #F8F4FF;
  padding: 72px 24px;
  text-align: center;
}
.pain h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: #1A0A2E;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pain-text {
  font-size: 17px;
  color: #444;
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.8;
}
.pain-list {
  list-style: none;
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
}
.pain-list li {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.pain-list li::before {
  content: "→";
  color: #7B32B5;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── SHIFT SECTION ── */
.shift {
  padding: 72px 24px;
  text-align: center;
  background: white;
}
.shift h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 700;
  color: #1A0A2E;
  max-width: 600px;
  margin: 0 auto 20px;
}
.shift-text {
  font-size: 17px;
  color: #444;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}
.shift-highlight {
  display: inline-block;
  background: #C9B8E8;
  color: #1A0A2E;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
}

/* ── VALUE STACK ── */
.value {
  background: #1A0A2E;
  color: white;
  padding: 72px 24px;
  text-align: center;
}
.value h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  margin-bottom: 8px;
}
.value-sub { opacity: 0.8; margin-bottom: 40px; font-size: 16px; }
.value-items {
  list-style: none;
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: left;
}
.value-items li {
  padding: 14px 0;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.value-items li::before {
  content: "✔";
  color: #A8E6A3;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.value-price {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.value-price s { opacity: 0.7; }
.value-free {
  font-size: 28px;
  font-weight: 700;
  color: #A8E6A3;
  margin-bottom: 32px;
}

/* ── OBJECTION KILLER ── */
.objections {
  background: #F8F4FF;
  padding: 60px 24px;
  text-align: center;
}
.objections h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #1A0A2E;
  margin-bottom: 28px;
}
.obj-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 520px;
  margin: 0 auto;
}
.obj-item {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1A0A2E;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 8px;
}
.obj-item::before {
  content: "✓";
  color: #7B32B5;
  font-weight: 700;
}

/* ── FINAL CTA ── */
.final-cta {
  background: linear-gradient(135deg, #1A0A2E 0%, #3D1478 50%, #7B32B5 100%);
  color: white;
  padding: 80px 24px;
  text-align: center;
}
.final-cta h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.final-cta p {
  font-size: 17px;
  opacity: 0.9;
  max-width: 500px;
  margin: 0 auto 36px;
}

/* ── FOOTER ── */
footer {
  text-align: center;
  padding: 32px 24px;
  font-size: 12px;
  color: #999;
  background: white;
}
footer a { color: #7B32B5; text-decoration: none; }

/* ── MOBILE ── */
@media (max-width: 600px) {
  .hero { padding: 60px 20px 48px; }
  .form-section { margin: 24px 16px 0; padding: 24px 20px; }
  .pain, .shift, .value, .objections, .final-cta { padding: 52px 20px; }
}/* End custom CSS */