/* ═══════════════════════════════════════════════════
   GLOBAL UI POLISH — 4K Premium Modern Finish
════════════════════════════════════════════════════ */

/* ── Typography & Hierarchy ── */
body, p, li, a {
  font-family: 'Inter', sans-serif;
  color: #4a5568;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  color: #1a202c;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-title, h2 {
  font-size: clamp(28px, 4vw, 44px) !important;
  line-height: 1.15;
  margin-bottom: 24px;
}

.eyebrow {
  color: #e53e3e !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 12px;
  display: inline-block;
}

/* ── Glassmorphism & Card Upgrades ── */
.step-card,
.promise,
.why-card,
.rev-card,
.blog-card,
.faq-item {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
  overflow: hidden;
}

.step-card:hover,
.promise:hover,
.rev-card:hover,
.blog-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06) !important;
  border-color: rgba(229, 62, 62, 0.15) !important;
}

/* ── Buttons & CTAs ── */
.btn-red, .btn-salmon, .gold-btn, button[type="submit"] {
  background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  box-shadow: 0 4px 14px rgba(229, 62, 62, 0.3) !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
  padding: 14px 28px !important;
}

.btn-red:hover, .btn-salmon:hover, .gold-btn:hover, button[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(229, 62, 62, 0.4) !important;
  background: linear-gradient(135deg, #f56565 0%, #c53030 100%) !important;
}

.btn-ghost, .btn-hero-ghost {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid #e2e8f0 !important;
  color: #2d3748 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
}

.btn-ghost:hover, .btn-hero-ghost:hover {
  border-color: #cbd5e0 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-2px) !important;
  color: #1a202c !important;
}

/* ── Trust Bar Upgrades ── */
.trust-bar {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(10px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 20px 0 !important;
}
.trust-badge {
  font-weight: 600 !important;
  color: #2d3748 !important;
  font-size: 14px !important;
}
.trust-check {
  color: #38a169 !important;
  font-weight: bold;
}

/* ── Specific Section Tweaks ── */
/* Footer Polish */
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.f-head {
  color: #1a202c !important;
  font-weight: 700 !important;
}
.f-tagline, .ft-text, .ft-links a, .ft-contact p, .f-links ul li a {
  color: #4a5568 !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}
.ft-links a:hover, .f-links ul li a:hover {
  color: #e53e3e !important;
  text-decoration: none !important;
  padding-left: 4px;
}
.f-socials svg {
  color: #2d3748 !important;
}
.f-socials a:hover svg {
  color: #e53e3e !important;
}
.footer-bottom, .ft-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #718096 !important;
}
.footer-bottom p {
  color: #718096 !important;
}

/* Process Steps */
.step-num {
  font-size: 48px !important;
  color: rgba(229, 62, 62, 0.1) !important;
  font-weight: 800 !important;
  position: absolute;
  top: 10px;
  right: 20px;
}
.step-card {
  padding: 30px !important;
  position: relative;
}
.step-icon {
  font-size: 32px !important;
  margin-bottom: 16px !important;
  display: inline-block;
  background: rgba(229, 62, 62, 0.1);
  padding: 12px;
  border-radius: 12px;
}

/* Reviews */
.rev-stars {
  color: #ecc94b !important;
  font-size: 18px !important;
  letter-spacing: 2px !important;
}
.rev-text {
  font-style: italic;
  color: #4a5568 !important;
}

/* Navbar */
.navbar {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
}

/* Gold Banner Refinement */
.gold-banner {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
  color: #fff !important;
  border-radius: 24px;
  margin: 40px 20px !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}
.gold-banner-heading {
  color: #fff !important;
}
.gold-stat-divider {
  background: rgba(255, 255, 255, 0.2) !important;
}

/* FAQ Polish */
.faq-q {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #2d3748 !important;
}
.faq-a {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #4a5568 !important;
  line-height: 1.8 !important;
}

/* ── Floating WhatsApp Button ── */
.whatsapp-float {
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4) !important;
  transition: transform 0.3s ease !important;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
}
.whatsapp-float:hover {
  transform: scale(1.1) rotate(5deg) !important;
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6) !important;
}

/* ── Form & Inputs Upgrades ── */
.form-box, .c-info-col {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 16px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
}

.form-group input, .form-group select, .form-group textarea {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #2d3748 !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.01) !important;
  transition: all 0.3s ease !important;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #e53e3e !important;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.15) !important;
  outline: none !important;
}

/* ── Section Dividers ── */
.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent) !important;
  margin: 0 !important;
}

/* ── Mobile Polish & Human-Centered Responsiveness ── */
@media (max-width: 1024px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
}

@media (max-width: 768px) {
  /* Fluid Spacing */
  .section-pad {
    padding: 70px 0 !important;
  }
  .container {
    padding: 0 20px !important;
  }
  
  /* Fix Grid Bugs on Mobile */
  .hero-stats {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    align-items: center !important;
  }
  .hstat-div {
    display: none !important;
  }
  
  .process-steps, .promises, .blog-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Refine Typography & Cards */
  .section-title, h2 {
    font-size: 32px !important;
    line-height: 1.25 !important;
  }
  .step-card, .promise, .rev-card, .blog-card, .form-box, .c-info-col {
    padding: 24px !important;
    border-radius: 12px !important;
  }
  
  /* Relaxed Banners */
  .gold-banner {
    margin: 30px 15px !important;
    border-radius: 16px !important;
    padding: 30px 20px !important;
  }
}

/* ── SMALL MOBILE (480px) ── */
@media (max-width: 480px) {
  .section-title, h2 {
    font-size: 28px !important;
  }
  .hero-right img {
    max-width: 90% !important;
    margin: 0 auto;
  }
}
