/* ===== AUTH MODAL MODERN LOOK ===== */
.auth-modal .modal-dialog {
  max-width: 560px;
}

.auth-modal .modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
}

.auth-modal .modal-header {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 1.2rem 1.4rem;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.auth-modal .modal-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.auth-modal .modal-body {
  padding: 1.4rem;
}

.auth-tabs {
  display: flex;
  gap: 0.6rem;
  background: #f1f5f9;
  padding: 0.35rem;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.auth-tab-btn {
  flex: 1;
  border: 0;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  font-weight: 700;
  background: transparent;
  color: #475569;
  transition: all 0.25s ease;
}

.auth-tab-btn.active {
  background: #ffffff;
  color: #d7263d;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.auth-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(15, 23, 42, 0.12),
    transparent
  );
  margin: 1rem 0 1.2rem;
}

.auth-form .form-label {
  font-weight: 600;
  color: #334155;
}

.auth-form .form-control {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  border: 1px solid #dbe3ee;
  background: #f8fafc;
  box-shadow: none;
}

.auth-form .form-control:focus {
  background: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.auth-form .input-group-text.password-toggle {
  border-radius: 0 14px 14px 0;
  background: #f1f5f9;
  border: 1px solid #dbe3ee;
  cursor: pointer;
}

.auth-form .btn {
  border-radius: 12px;
  padding: 0.72rem 1.1rem;
  font-weight: 700;
}

.form-alert {
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}

/* ===== ABOUT PAGE MODERN LOOK ===== */
.hero-about {
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.09),
      transparent 28%
    ),
    linear-gradient(180deg, #1a243c 0%, #0f172a 68%);
  padding: 5rem 0 4rem;
  color: white !important;
}

#about_us {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 5px solid #d7263d;
  letter-spacing: -0.03em;
  color: #d7263d;
}

.hero-about .lead {
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 680px;
  color: white !important;
}

.values .card,
.research-card,
.campaigns .card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.values .card:hover,
.research-card:hover,
.campaigns .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.research-card {
  border-left: 4px solid #d7263d;
  background: #0f172a !important;
}

.campaigns .card {
  background: #1a243c !important;
  min-height: 100%;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 16px;
  background: #1a243c;
  border: 1px solid rgba(207, 207, 207, 0.06);
  color: white !important;
}

.about-feature .icon-wrap {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.1);
  color: white !important;
}

.about-image-card {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.12);
  color: white !important;
}

.about-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-soft {
  background: #d7263d;
}

.info-card,
.metric-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  background: #1a243c;
  color: white !important;
}

.metric-card {
  height: 100%;
}

.page-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: #0ef;
  font-size: 0.82rem;
  font-weight: 600;
}

body .about-feature {
  background: #ffffff;
  border-color: #d1d5db;
  color: #0f172a !important;
}

body .about-feature .icon-wrap {
  background: rgba(13, 110, 253, 0.12);
  color: #d7263d !important;
}

body .about-image-card {
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

body .info-card,
body .metric-card,
body .campaigns .card,
body .research-card {
  background: #ffffff !important;
  border-color: #d1d5db;
  color: #0f172a !important;
}

body .tag,
body .page-pill {
  background: rgba(253, 13, 61, 0.12);
  color: #d7263d !important;
}

body .page-pill {
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.08);
}

body .hero-about {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

body .hero-about .lead {
  color: #475569 !important;
}

body .values .card,
body .campaigns .card {
  background: #ffffff;
  border-color: #d1d5db;
  color: #0f172a !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

body .text-muted {
  color: #6b7280 !important;
}

.c-cta {
  background: linear-gradient(90deg, #d7263d, #111111);
  color: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(13, 110, 253, 0.18);
}

.c-cta:hover {
  color: #fff;
  opacity: 0.96;
}

@media (max-width: 991px) {
  .hero-about {
    padding: 4rem 0 3rem;
  }
}

@media (max-width: 767px) {
  .hero-about {
    padding: 3rem 0 2.5rem;
  }

  .auth-modal .modal-body {
    padding: 1rem;
  }

  .auth-tabs {
    flex-direction: column;
  }
}

.text-muted {
  color: rgb(140, 140, 140) !important;
}
