/* ===== ourask.css — Referral Ask Page ===== */

/* Custom Referral Hero */
.referral-hero {
  position: relative;
  background-image: url('../images/NL.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  padding: 5rem 2rem;
  text-align: center;
  margin-bottom: 0;
}

.referral-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(22,33,62,0.88) 0%, rgba(0,119,182,0.75) 100%);
  z-index: 0;
}

.referral-hero > * {
  position: relative;
  z-index: 1;
}

.referral-hero h1 {
  color: #00FFFF;
  text-shadow: 0 0 15px rgba(0,255,255,0.8), 0 2px 10px rgba(0,0,0,0.8);
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'Antic Slab', serif;
}

.referral-hero .lead {
  color: #e0ffff;
  text-shadow: 0 0 10px rgba(0,255,255,0.6), 0 2px 8px rgba(0,0,0,0.8);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Badges */
.local-badge {
  display: inline-block;
  background: rgba(0,180,216,0.18);
  border: 1px solid #00b4d8;
  color: #00FFFF;
  padding: 0.35rem 1.2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.4rem;
  letter-spacing: 0.3px;
}

.target-badge {
  display: inline-block;
  background: rgba(255,215,0,0.12);
  border: 1px solid #ffd700;
  color: #fffacd;
  padding: 0.35rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0.4rem;
  letter-spacing: 0.3px;
}

/* Pain Point Cards */
.pain-point-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pain-point-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,180,216,0.15);
  border-color: #00b4d8;
}

.pain-point-card i {
  font-size: 2.2rem;
  color: #00b4d8;
  margin-bottom: 1rem;
  display: block;
  transition: transform 0.3s ease;
}

.pain-point-card:hover i {
  transform: scale(1.15);
}

.pain-point-card h5 {
  font-size: 1rem;
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Quote Cards */
.quote-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #00b4d8;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  font-style: italic;
  font-size: 1.1rem;
  color: #334155;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.quote-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.quote-card i.fa-quote-left {
  color: #00b4d8;
  opacity: 0.35;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

/* Section Headers */
.section-header {
  border-left: 4px solid #00b4d8;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.section-header h2 {
  color: #16213e;
  font-family: 'Antic Slab', serif;
  font-weight: 600;
  font-size: 1.8rem;
}

/* Intro paragraph */
.intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #334155;
}

/* Value Section */
.value-section {
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  margin: 2.5rem 0;
  border: 1px solid #e2e8f0;
}

.value-section h3 {
  color: #16213e;
  font-family: 'Antic Slab', serif;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Referral CTA */
.referral-cta {
  background: linear-gradient(135deg, #16213e 0%, #0077b6 100%);
  color: #ffffff;
  text-align: center;
  padding: 3.5rem 2rem;
  border-radius: 12px;
  margin: 2.5rem 0;
}

.referral-cta h3 {
  font-family: 'Antic Slab', serif;
  color: #00FFFF;
  text-shadow: 0 0 10px rgba(0,255,255,0.5);
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.referral-cta p {
  color: #cbd5e1;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Referral Button */
.btn-referral {
  background: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);
  color: #ffffff !important;
  font-weight: 600;
  padding: 0.85rem 2.5rem;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(0, 180, 216, 0.4);
  transition: all 0.3s ease;
  font-family: 'Antic Slab', serif;
  letter-spacing: 0.5px;
  font-size: 1.15rem;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.btn-referral:hover, .btn-referral:focus {
  background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 180, 216, 0.5);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 767px) {
  .referral-hero {
    padding: 3rem 1.5rem;
  }
  .referral-hero h1 {
    font-size: 1.8rem;
  }
  .referral-hero .lead {
    font-size: 1rem;
  }
  .section-header h2 {
    font-size: 1.4rem;
  }
  .pain-point-card {
    padding: 1.25rem 1rem;
  }
  .pain-point-card i {
    font-size: 1.8rem;
  }
  .referral-cta {
    padding: 2rem 1.5rem;
  }
  .referral-cta h3 {
    font-size: 1.4rem;
  }
  .value-section {
    padding: 1.5rem;
  }
}
