/* Basic look & feel to match the reference. */
:root {
  --bg-start: #0b1220;
  --bg-end: #1a2140;
  --text-secondary-300: #b7bfd6;
  --brand-gradient-start: #9f7aea;
  /* purple */
  --brand-gradient-end: #22d3ee;
  /* cyan */
}

html,
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

/* Force default text to render white on dark backgrounds */
body {
  color: #ffffff;
}

label,
.form-label {
  color: #ffffff !important;
}

.card-title {
  color: #ffffff;
}

.card-text {
  color: #ffffff;
}

.bg-gradient-dark {
  background: radial-gradient(1200px 600px at 20% -10%, rgba(159, 122, 234, 0.15), transparent 60%),
    radial-gradient(900px 500px at 80% 10%, rgba(34, 211, 238, 0.15), transparent 60%),
    linear-gradient(180deg, var(--bg-start), var(--bg-end));

    /* background:
    radial-gradient(1200px 800px at 20% -10%, rgba(159, 122, 234, 0.25), transparent 70%),
    radial-gradient(1000px 600px at 85% 0%, rgba(34, 211, 238, 0.2), transparent 70%),
    linear-gradient(120deg, #1a103f, #03091f);

  background:
    radial-gradient(1000px 700px at 20% -10%, rgba(159, 122, 234, 0.25), transparent 10%),
    radial-gradient(1000px 700px at 100% 20%, rgba(34, 211, 238, 0.25), transparent 10%),
    linear-gradient(135deg, #1a103f 0%, #022c3c 80%); */

  /* background:
    linear-gradient(135deg, #221543(274, 85%, 40%, 0.1), #172e45(180, 100%, 45%, 0.1)),
    linear-gradient(135deg, #221543(274, 85%, 40%), #172e45(180, 100%, 45%)); */

  /* diagonal base: purple → cyan */
  /* linear-gradient(135deg, #1a103f 0%, #03091f 100%); */
  /* deep diagonal base */
  /* deep base gradient */
  /* background-attachment: fixed; */
}

.text-secondary-300 {
  color: var(--text-secondary-300) !important;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-bold {
  color: #fff;
}

.gradient-text {
  background: linear-gradient(90deg, var(--brand-gradient-start), var(--brand-gradient-end));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-gradient {
  background: linear-gradient(90deg, #8b5cf6, #22d3ee);
  color: #0b1220;
  border: none;
  box-shadow: 0 8px 24px rgba(34, 211, 238, 0.25);
}

.btn-gradient:hover {
  filter: brightness(1.05);
  color: #0b1220;
}

.feature-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(6px);
}

.feature-card .card-body {
  padding: 1.5rem;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 12px;
  color: #0b1220;
}

.bg-purple {
  background: #c4b5fd;
}

.bg-teal {
  background: #5eead4;
}

.bg-cyan {
  background: #67e8f9;
}

.accent {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.accent-1 {
  background: radial-gradient(600px 300px at 20% 0%, rgba(139, 92, 246, 0.25), transparent 70%);
}

.accent-2 {
  background: radial-gradient(600px 300px at 80% 10%, rgba(34, 211, 238, 0.25), transparent 70%);
}

.py-lg-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.navbar .brand-icon {
  filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.15));
}

.brand-logo {
  height: 40px;
  width: auto;
  display: block;
}

/* Sticky nav glass effect */
.nav-glass {
  background: rgba(12, 17, 34, 0.6);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* SVG icon utilities to mimic reference */
.icon-lg {
  width: 48px;
  height: 48px;
}

.text-primary-custom {
  color: #a78bfa;
}

.text-cyan-custom {
  color: #67e8f9;
}

.icon-sm {
  width: 20px;
  height: 20px;
}

/* Spacing helper when navbar becomes sticky */
.section-offset {
  scroll-margin-top: 84px;
}

/* Chips */
.badge-soft {
  background: rgba(148, 163, 184, 0.16);
  color: #dbe2f1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

/* Feature list */
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: var(--text-secondary-300);
}

.feature-list li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  top: 0;
}

.integration-banner .feature-icon {
  margin-bottom: 0;
}

/* Contrast section like screenshot: deep ink tone with top divider */
.section-ink {
  background: #070e1e;
  /* section 2 */
  position: relative;
}

.section-ink::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(3, 8, 20, 0.85), rgba(3, 8, 20, 0));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* Pricing section color shift */
.section-pricing {
  background: #020817;
  /* section 3 */
  position: relative;
}

.section-pricing::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(2, 6, 17, 0.75), rgba(2, 6, 17, 0));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* Pricing cards */
.pricing-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  height: 100%;
}

.pricing-featured {
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 10px 40px rgba(34, 211, 238, 0.15);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #8b5cf6, #22d3ee);
  color: #0b1220;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(34, 211, 238, 0.25);
}

/* ROI section color and controls */
.section-roi {
  background: #070e1e;
  /* section 4 */
  position: relative;
}

.section-roi::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(2, 6, 17, 0.75), rgba(2, 6, 17, 0));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.roi-card .card-body {
  padding: 1.25rem;
}

.form-control-dark {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e6ecff;
}

.form-control-dark:focus {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(103, 232, 249, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.15);
}

.form-control-dark::placeholder {
  color: #cbd5e1;
}

.roi-result.card {
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.06), rgba(34, 211, 238, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.roi-lost-month .result-number,
.roi-lost-year .result-number {
  color: #ff6b6b !important;
}

.roi-recoverable .result-number {
  color: #a78bfa !important;
}

.roi-percent .result-number {
  color: #34d399 !important;
}

.roi-banner.card {
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.18), rgba(34, 211, 238, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* CTA section slight color change */
.section-cta {
  background: #020817;
  /* section 5 */
  position: relative;
}

.section-cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(2, 6, 17, 0.75), rgba(2, 6, 17, 0));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.cta-card {
  border-radius: 18px;
}

/* Footer */
.site-footer {
  background: #101929;
  /* footer */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-links li {
  margin-bottom: 8px;
}

.link-light-subtle {
  color: #dbe2f1;
  text-decoration: none;
}

.link-light-subtle:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.06);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.plan-title {
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #fff;
}

.feature-checks li::before {
  content: "✔";
  color: #7dd3fc;
}