@import url("../free-invoice-generator/style.css");

:root {
  --p: #6A0BE4;
  --p-h: #5a09c4;
  --p-lt: #eceaff;
  --p-llt: #f5f3ff;
  --shadow-md: 0 4px 16px rgba(106,11,228,0.08), 0 1px 4px rgba(15,10,30,0.06);
}

#hero {
  background: linear-gradient(155deg, #030b2e 0%, #0f1e5a 45%, #6A0BE4 100%);
}
#hero::before {
  background:
    radial-gradient(ellipse 55% 45% at 80% 100%, rgba(106,11,228,0.5) 0%, transparent 65%),
    radial-gradient(ellipse 40% 30% at 5% 5%, rgba(180,200,255,0.06) 0%, transparent 60%);
}
.hero-chip { background: rgba(180,190,255,0.13); border-color: rgba(180,190,255,0.25); color: #c4b5fd; }
#hero h1 span { color: #c4b5fd; }

#outputCard {
  border-color: rgba(106,11,228,0.22);
  box-shadow: 0 8px 32px rgba(106,11,228,0.15), 0 2px 8px rgba(15,10,30,0.07);
  border-top: 3px solid #c00;
}
.output-header { background: linear-gradient(135deg, #030b2e 0%, #0f1e5a 50%, #6A0BE4 100%); }
.output-title svg { color: #c4b5fd; }
.output-status-badge { color: rgba(196,181,253,0.9); }
.output-actions-bar { background: #f5f3ff; }
#previewBtn .btn-icon { background: #eceaff; color: #6A0BE4; }
#previewBtn .btn-label { color: #6A0BE4; }
#previewBtn:hover { background: #eceaff; }
#previewBtn:hover .btn-icon { box-shadow: 0 4px 14px rgba(106,11,228,0.3); }
#downloadBtn { background: linear-gradient(160deg, #0f1e5a 0%, #6A0BE4 100%); }
#downloadBtn:hover { background: linear-gradient(160deg, #1a2e80 0%, #7c3aed 100%); }

.totals-total { background: linear-gradient(135deg, #6A0BE4 0%, #5a09c4 100%); }
#generateBtn { background: linear-gradient(135deg, #6A0BE4 0%, #5a09c4 100%); box-shadow: 0 4px 20px rgba(106,11,228,0.38); }
#whyBanner { background: linear-gradient(155deg, #030b2e 0%, #0f1e5a 45%, #6A0BE4 100%); }
.why-cta-btn { background: #c4b5fd; color: #030b2e; }
.why-cta-btn:hover { background: #ddd6fe; }

/* ─── Form Style: Boxed card steps ─── */
.form-topbar { background: #f8f6ff; border-bottom: 1.5px solid rgba(106,11,228,0.08); }
.form-steps { gap: 8px !important; }
.form-step { box-shadow: 0 1px 4px rgba(106,11,228,0.07); border: 1px solid #ede8ff; border-radius: 10px !important; overflow: hidden; margin-bottom: 0; }
.form-step.active { border-color: rgba(106,11,228,0.25); box-shadow: 0 2px 12px rgba(106,11,228,0.1); }
.tpl-tabs { justify-content: center; }
