/* ===================== DealMil Landing Page Styles (Dark Premium) ===================== */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #080f1c;
}

h1, h2, h3, h4, .font-display {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ---------- Background pattern ---------- */
.hero-grid {
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}

/* ---------- Nav ---------- */
.nav-link {
  color: #d6dde8;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  transition: color 0.2s ease;
}
.nav-link:hover {
  color: #e2b769;
}

.mobile-nav-link {
  display: block;
  padding: 0.6rem 0;
  color: #d6dde8;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ---------- Buttons ---------- */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2b769, #ab7d38);
  color: #0f1f38;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 0.65rem;
  box-shadow: 0 8px 30px rgba(201,155,74,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(201,155,74,0.5);
}

.btn-gold-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2b769, #ab7d38);
  color: #0f1f38;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.55rem 1.25rem;
  border-radius: 0.55rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-gold-sm:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(201,155,74,0.4);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.03);
  color: #fff;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border-radius: 0.65rem;
  border: 1.5px solid rgba(255,255,255,0.15);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-outline:hover {
  background-color: rgba(255,255,255,0.08);
  border-color: rgba(201,155,74,0.5);
}

/* ---------- Sections common ---------- */
.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e2b769;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .section-title { font-size: 2.5rem; }
}

.section-subtitle {
  color: #adbbd1;
  font-size: 1.05rem;
  margin-top: 1rem;
  line-height: 1.7;
}

/* ---------- Glowing card base ---------- */
.glow-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(201,155,74,0.25);
  border-radius: 1.1rem;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02), 0 20px 45px rgba(0,0,0,0.35), 0 0 40px rgba(201,155,74,0.06);
  backdrop-filter: blur(6px);
}

/* ---------- Problem cards ---------- */
.problem-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  padding: 2.25rem 2rem;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.problem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,155,74,0.35);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.problem-emoji {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}

/* ---------- Feature cards ---------- */
.feature-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  padding: 2rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,155,74,0.4);
  box-shadow: 0 0 0 1px rgba(201,155,74,0.15), 0 20px 45px rgba(0,0,0,0.4), 0 0 30px rgba(201,155,74,0.1);
}
.feature-emoji {
  font-size: 2.25rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.85rem;
  background: rgba(201,155,74,0.1);
  border: 1px solid rgba(201,155,74,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.feature-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.feature-text {
  color: #adbbd1;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ---------- Steps ---------- */
.step-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255,255,255,0.08);
}
.step-number {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1.25rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #e2b769, #ab7d38);
  color: #0f1f38;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 0 25px rgba(201,155,74,0.35);
}

/* ---------- Trust rows ---------- */
.trust-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95rem;
  color: #d6dde8;
}
.trust-points {
  color: #e2b769;
  font-weight: 700;
  font-size: 0.85rem;
}

/* ---------- Stats section ---------- */
.stat-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #e2b769;
  text-shadow: 0 0 30px rgba(201,155,74,0.3);
}
.stat-label {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ---------- Pricing ---------- */
.pricing-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01));
  border: 1px solid rgba(201,155,74,0.25);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(201,155,74,0.2), 0 24px 50px rgba(0,0,0,0.4), 0 0 40px rgba(201,155,74,0.1);
}
.plan-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  background: rgba(201,155,74,0.15);
  color: #e2b769;
  border: 1px solid rgba(201,155,74,0.3);
  width: fit-content;
}
.plan-badge-alt {
  background: rgba(173,187,209,0.12);
  color: #d6dde8;
  border-color: rgba(173,187,209,0.3);
}
.pricing-amount {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 0.75rem;
}
.pricing-list {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #adbbd1;
  font-size: 0.92rem;
  flex-grow: 1;
}
.pricing-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.pricing-list i {
  color: #e2b769;
}

/* ---------- Broker profile card ---------- */
.avatar-lg {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #e2b769, #ab7d38);
  color: #0f1f38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}
.chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.06);
  color: #d6dde8;
  border: 1px solid rgba(255,255,255,0.1);
}
.chip-gold {
  background: rgba(201,155,74,0.15);
  color: #e2b769;
  border-color: rgba(201,155,74,0.3);
}
.stat-box {
  background-color: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
}
.qr-placeholder {
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e2b769;
  font-size: 1.25rem;
}

/* ---------- Contact form ---------- */
.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #d6dde8;
  margin-bottom: 0.4rem;
}
.form-input {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0.6rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.92rem;
  color: #fff;
  background: rgba(255,255,255,0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input::placeholder {
  color: rgba(255,255,255,0.35);
}
.form-input:focus {
  outline: none;
  border-color: #c99b4a;
  box-shadow: 0 0 0 3px rgba(201,155,74,0.15);
}
.form-input option {
  background: #0f1f38;
  color: #fff;
}

/* ---------- Footer ---------- */
.footer-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.9rem;
}
.footer-links a {
  color: #8499ba;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #e2b769;
}

/* ---------- Header scroll shadow ---------- */
#site-header.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
