body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Inter', Arial, sans-serif;
  background: #222;
  min-height: 100vh;
}

.background-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgba(20, 30, 40, 0.8), rgba(20, 30, 40, 1)), url('/assets/kinship-donation-bg2.jpg') center center/cover no-repeat;
  z-index: 0;
}

.navbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  background: rgba(24, 29, 29, 0.95);
  border-radius: 18px;
  margin: 32px auto 0 auto;
  max-width: 1100px;
}

.navbar-logo {
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  height: 56px;
  width: 56px;
}

.navbar-logo img {
  height: 40px;
  width: 60px;
  object-fit: contain;
  border-radius: 50%;
}

.navbar-links {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.navbar-links li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  transition: color 0.2s;
}

.navbar-links li a:hover {
  color: #00c48c;
}

.donate-now-btn {
  background: #00c48c;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
}

.donate-now-btn:hover {
  background: #009e6e;
}

.main-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 60px 0px 0 auto;
  min-height: 70vh;
}

.donation-card-section {
  flex: 0 0 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.donation-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 32px 28px;
  min-width: 320px;
  max-width: 350px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headline-section {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 48px;
}

.headline-content {
  color: #fff;
  max-width: 480px;
  margin-top: -80px;
}

.headline-logo {
  font-size: 2.5rem;
  font-weight: 900;
  color: #b6ffb6;
  margin-bottom: 12px;
  letter-spacing: -2px;
}

.headline-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.1;
}

.headline-content p {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 900px) {
  .navbar {
    padding: 16px 5vw;
    max-width: 82vw;
    margin: 24px auto 0 auto;
    border-radius: 14px;
    background-color: rgba(24, 29, 29, 0.95);
  }
  .main-content {
    flex-direction: column;
    align-items: center;
    padding: 0 5vw;
    max-width: 90vw;
    margin: 32px auto 0 auto;
  }
  .donation-card-section {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .donation-card {
    min-width: unset;
    max-width: 90vw;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 5vw;
  }
  .donation-fine-print {
    max-width: 90vw;
    padding: 0 5vw;
    text-align: center;
  }
  .headline-section {
    padding-left: 0;
    margin-top: 32px;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }
  .headline-content {
    max-width: 90vw;
    padding: 0 5vw;
  }
  .mobile-menu {
    padding: 0 5vw;
    box-sizing: border-box;
  }
}

.frequency-toggle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
}

.freq-btn {
  flex: 1 1 0;
  background: none;
  border: none;
  padding: 14px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.freq-btn.active {
  background: #00c48c;
  color: #fff;
}

.amount-section {
  margin-bottom: 22px;
}

.amount-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}

.amount-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.amount-btn {
  flex: 1 1 40%;
  min-width: 80px;
  background: #f3f3f3;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.amount-btn.active {
  background: #00c48c;
  color: #fff;
}

.amount-btn.other-btn {
  background: #eaeaea;
  color: #666;
}

.amount-btn.other-btn.active {
  background: #00c48c;
  color: #fff;
}

.other-input {
  width: 100%;
  padding: 10px;
  font-size: 1.1rem;
  border: 1.5px solid #00c48c;
  border-radius: 8px;
  margin-top: 6px;
  margin-bottom: 4px;
  outline: none;
  box-sizing: border-box;
}

.donate-btn {
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 16px 0;
  margin-top: 18px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}

.donate-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Mobile menu styles */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}
.mobile-menu-btn span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 4px 0;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 30, 40, 0.98);
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-menu ul li {
  margin: 24px 0;
}
.mobile-menu ul li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
}
.mobile-menu ul li .donate-now-btn {
  font-size: 1.2rem;
  padding: 14px 32px;
}
@media (max-width: 900px) {
  .navbar-links {
    display: none;
  }
  .donate-now-btn {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
}
@media (max-width: 900px) {
  .main-content {
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
  }
  .headline-section {
    padding-left: 0;
    margin-top: 32px;
    justify-content: center;
  }
  .headline-content {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.donation-fine-print {
  margin-top: 18px;
  max-width: 350px;
  color: #888;
  font-size: 0.92rem;
  text-align: center;
  line-height: 1.5;
}
.mobile-menu-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 110;
  line-height: 1;
  padding: 0 8px;
  transition: color 0.2s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  color: #00c48c;
  outline: none;
}
.mobile-menu {
  position: fixed;
  /* already set, but ensure position for close btn */
}