:root {
  --hero-gradient-start: #032b5c;
  --hero-gradient-end: #051c3d;
  --teal: #2fdfc8;
  --highlight-green: #1dbf73;
}

body {
  font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f8fafc;
}

.btn,
.pill,
.view-link {
  transition: all 0.2s ease;
}

.navbar .nav-link {
  font-weight: 600;
  color: #1c2b4a;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--highlight-green);
}

.logo-img {
  height: 42px;
  width: auto;
}

.hero-section {
  background: linear-gradient(135deg, var(--hero-gradient-start), var(--hero-gradient-end));
  min-height: 70vh;
}

.btn-member,
.btn-theme,
.btn-theme-soft {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.btn-member,
.btn-theme {
  background-color: #2ec4b6;
  border-color: #26b2a5;
  color: #fff;
  box-shadow: 0 8px 20px rgba(46, 196, 182, 0.35);
}

.btn-member:hover,
.btn-theme:hover {
  background-color: #22a798;
  border-color: #1f988a;
  color: #fff;
}

.btn-theme-soft {
  background-color: rgba(46, 196, 182, 0.18);
  border: 1px solid rgba(46, 196, 182, 0.5);
  color: #e9fffb;
}

.btn-theme-soft:hover {
  background-color: rgba(46, 196, 182, 0.3);
  color: #fff;
}

.video-frame {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.stats-panel {
  background: rgba(46, 196, 182, 0.14);
  border: 1px solid rgba(46, 196, 182, 0.4);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  margin: 0;
}

.stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2ec4b6;
}

.stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.listings-section {
  background-color: #f2f5f7;
}

.listings-section .display-6 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}

.btn-view-all {
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}

.btn-view-all:hover {
  background-color: #1c2b4a;
  color: #fff;
}

.filter-pills .pill {
  border: none;
  border-radius: 999px;
  padding: 0.35rem 1.25rem;
  font-weight: 600;
  background-color: #e5e9ee;
  color: #5a6475;
  cursor: pointer;
}

.filter-pills .pill.active {
  background-color: #1f3b73;
  color: #fff;
}

.filter-pills .pill:hover {
  background-color: #d1d9e6;
}

.listing-card {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(7, 23, 63, 0.08);
  border: 1px solid #edf0f5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.listing-image {
  position: relative;
  overflow: hidden;
}

.listing-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.badge-featured {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #f6c344;
  color: #1f1f1f;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  font-size: 0.85rem;
}

.listing-body {
  padding: 1.5rem;
}

.category-tag {
  background-color: #eaf2ff;
  color: #1f3b73;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.price-tag {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f3b73;
}

.listing-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.listing-desc {
  color: #6f7c92;
  font-size: 0.95rem;
  min-height: 70px;
}

.listing-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  gap: 1.5rem;
  color: #5a6475;
  font-weight: 600;
}

.meta-icon {
  margin-right: 0.4rem;
}

.listing-footer {
  border-top: 1px solid #edf0f5;
  padding-top: 1rem;
  font-weight: 600;
  color: #5a6475;
}

.view-link {
  font-weight: 700;
  color: #2ec4b6;
  text-decoration: none;
}

.view-link:hover {
  color: #22a798;
  text-decoration: underline;
}

.categories-section {
  background-color: #f7f9fb;
}

.category-card {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: 0 10px 40px rgba(15, 33, 72, 0.05);
}

.category-card .icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.category-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #192a4d;
}

.category-card p {
  margin-bottom: 1rem;
  color: #6a768a;
}

.category-card .view-link {
  font-weight: 700;
}

.funders-section {
  background-color: #f7f8fb;
}

.funder-card {
  background-color: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 15px 40px rgba(13, 33, 72, 0.05);
}

.funder-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.funder-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #102044;
}

.funder-desc {
  color: #5a6475;
  min-height: 72px;
}

.funder-range {
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.funder-tags span {
  display: inline-block;
  border-radius: 999px;
  background-color: #e9edf6;
  color: #2c3e63;
  padding: 0.25rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0.4rem 0.4rem 0;
}

.funder-cta {
  background: linear-gradient(120deg, #071c46, #0d2f63, #0b4765);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.pitch-section {
  background: linear-gradient(120deg, rgba(46, 196, 182, 0.12), rgba(255, 255, 255, 0.85));
}

.pill-badge {
  background-color: rgba(46, 196, 182, 0.18);
  border-radius: 999px;
  padding: 0.35rem 1.2rem;
  font-weight: 700;
  color: #0b3a5a;
}

.badge-icon {
  font-size: 1.1rem;
}

.pitch-checklist li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #253041;
}

.pitch-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ec4b6;
  font-size: 1.1rem;
}

.btn-primary-schedule {
  background-color: #142c66;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  padding: 0.9rem 1.75rem;
}

.btn-primary-schedule:hover {
  background-color: #0c1d49;
  color: #fff;
}

.pitch-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(12, 23, 61, 0.15);
}

.pitch-overlay {
  position: absolute;
  left: 1.5rem;
  bottom: 4.5rem;
  background-color: rgba(7, 18, 48, 0.8);
  color: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 18px;
  width: calc(100% - 3rem);
}

.overlay-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(46, 196, 182, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.overlay-title {
  font-weight: 700;
}

.overlay-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.live-pill {
  display: inline-flex;
  background-color: rgba(255, 69, 58, 0.25);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  font-weight: 600;
}

.pitch-slot-card {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  background-color: #fff;
  border-radius: 18px;
  padding: 1rem 1.25rem;
  box-shadow: 0 20px 40px rgba(13, 21, 46, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.slot-label {
  font-weight: 700;
  color: #0b1d3a;
}

.slot-date,
.slot-time {
  color: #41506b;
  font-weight: 600;
}

.slot-badge {
  background-color: rgba(46, 196, 182, 0.15);
  color: #0f3c34;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-weight: 700;
}

.listing-cta .btn {
  border-radius: 999px;
  font-weight: 700;
}

.btn-outline-soft {
  border: 1px solid #d9e2ec;
  color: #1f3b73;
  background-color: transparent;
}

.btn-outline-soft:hover {
  background-color: #eef2f7;
  color: #0f2249;
}

.site-footer {
  background-color: #050f23;
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-card {
  background: linear-gradient(120deg, #021b3c, #042c5a);
  border-radius: 1.5rem;
}

.newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.85rem 1rem;
}

.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-links h5 {
  font-weight: 700;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.35rem;
}

.footer-links a:hover {
  color: #2ec4b6;
}

.social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom a:hover {
  color: #2ec4b6;
}

@media (max-width: 767.98px) {
  .hero-section {
    text-align: center;
  }

  .stat-value {
    font-size: 1.5rem;
  }
}

/* Signup Modal Styles */
.signup-modal {
  border-radius: 16px;
  border: none;
}

.signup-modal .modal-header {
  padding: 1.5rem 1.5rem 1rem;
}

.signup-modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c2b4a;
}

.signup-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c2b4a;
  margin-bottom: 0.5rem;
}

.signup-input {
  border: 1.5px solid #d1d9e6;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
}

.signup-input:focus {
  border-color: #2ec4b6;
  box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.1);
}

.signup-radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.signup-radio-item {
  margin-bottom: 0;
}

.signup-radio-item .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d1d9e6;
  margin-top: 0.125rem;
}

.signup-radio-item .form-check-input:checked {
  background-color: #2ec4b6;
  border-color: #2ec4b6;
}

.signup-radio-item .form-check-label {
  font-size: 0.9375rem;
  color: #1c2b4a;
  font-weight: 500;
  margin-left: 0.5rem;
}

.signup-submit-btn {
  background-color: #1f3b73;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.signup-submit-btn:hover {
  background-color: #142c66;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 59, 115, 0.3);
}

.signup-signin-text {
  font-size: 0.875rem;
  color: #6a768a;
  margin-bottom: 0;
}

.signup-signin-link {
  color: #2ec4b6;
  text-decoration: none;
  font-weight: 600;
}

.signup-signin-link:hover {
  color: #22a798;
  text-decoration: underline;
}

