:root {
  --dark: #0B2C6B;
  --green: #2e7d32;
  --green-dark: #1b5e20;
  --green-darker: #14532d;
  --red: #c0392b;
}

.top-banner {
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
}

.news-header {
  background: #fff;
  border-bottom: 3px solid #c0392b;
  padding: 12px 16px;
}

.news-logo .logo-text {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a1a;
}

.news-logo .logo-text span { color: #c0392b; }

.live-badge {
  background: #c0392b;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .7; }
}

.call-now-responsive {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 -2px 10px rgba(0,0,0,.1);
}

.call-now-responsive a {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer {
  background: #0B2C6B;
  color: #fff;
  text-align: center;
  padding: 24px 16px;
  margin-top: 40px;
}

.site-footer a { color: #fff; }
.site-footer .disclaimer { font-size: 12px; opacity: .8; margin-top: 8px; }

.red { color: #c0392b; }

.payment-method-box {
  background: #f0faf4;
  border: 1px solid #b8e6c8;
  border-radius: 10px;
  padding: 14px;
  margin: 12px 0;
}

.payment-title { font-weight: 700; color: #0B2C6B; margin: 0 0 6px; }

.payment-summary { color: #2e7d32; font-size: 14px; }

#input-submit, .form_btn {
  width: 100%;
  background: #9c6d25 !important;
  color: #fff !important;
  border: none;
  padding: 16px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
}

#input-submit:hover { background: #7d581e !important; }
