body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  background-color: #e3e3e3;
  color: #212529;
  line-height: 1.6;
  min-height: 100vh;
}

main .container {
  background-color: rgba(159, 186, 76, 0.94);
  border-radius: 1rem;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.15);
}

.navbar {
  background-color: #9fba4c !important;
}

.navbar .nav-link {
  color: #fff;
  font-weight: 600;
}

.navbar .nav-link.active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.navbar-brand .brand-logo {
  height: 42px;
  width: auto;
}

.site-footer {
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.site-footer a {
  color: #9fba4c;
}

.quote-divider {
  border-top: 1px solid rgba(15, 23, 42, 0.15);
  margin: 3rem auto 1rem;
  max-width: 720px;
}

.site-quote {
  font-style: italic;
  color: rgba(15, 23, 42, 0.7);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
}

.navbar .dropdown-menu {
  background-color: #f8fafc;
  border-radius: 0.65rem;
  border: none;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.15);
}

.navbar .dropdown-item {
  font-weight: 600;
  color: #1f2937;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  background-color: rgba(159, 186, 76, 0.15);
  color: #111827;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.hero-title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 600;
}

.hero-subtitle {
  max-width: 720px;
}

.account-type .account-heading {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  letter-spacing: 0.25rem;
}

.account-type .account-card {
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.account-type .account-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.1);
}

.hover-lift-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift-card:hover,
.hover-lift-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.1);
}
.requirements-grid {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 992px) {
  .requirements-grid {
    column-count: 2;
  }
}

.requirement-card {
  padding: 1.5rem;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  text-align: left;
  break-inside: avoid;
  margin-bottom: 1.5rem;
  border-radius: 0.85rem;
  box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.18);
}

.requirement-card h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.requirement-card figure {
  margin: 0 0 0.75rem 0;
}

.requirement-card figure img {
  border-radius: 0.75rem;
  width: 100%;
  height: auto;
  display: block;
}

.requirement-divider {
  border: 0;
  border-top: 1px solid rgba(159, 186, 76, 0.4);
  margin: 1.25rem 0 1rem;
  opacity: 0.8;
}

.requirement-card > * + * {
  margin-top: 0.75rem;
}

.faq-search {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.85rem;
  padding: clamp(1rem, 3vw, 1.75rem);
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
}

.faq-search-input .input-group-text {
  background: transparent;
  border-right: 0;
  color: #6b7280;
}

.faq-search-input .form-control {
  border-left: 0;
  padding: 0.85rem 1rem;
}

.faq-search-results {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.25rem;
}

.faq-search-results .faq-result-card {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(159, 186, 76, 0.35);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.faq-search-results .faq-result-card + .faq-result-card {
  margin-top: 0.75rem;
}

.faq-search-results .faq-result-card:hover,
.faq-search-results .faq-result-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.25rem rgba(15, 23, 42, 0.1);
}

.faq-result-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.faq-result-card p {
  margin: 0;
  color: #4b5563;
}

.faq-result-card .faq-result-tags {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.faq-result-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(159, 186, 76, 0.15);
  color: #55610f;
  border-radius: 999px;
  padding: 0.15rem 0.65rem;
}

.faq-match-hidden {
  display: none !important;
}

.education-article h2 {
  font-weight: 600;
}

.education-article img {
  border-radius: 0.85rem;
}

.education-article .hero-illustration {
  box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.18);
  filter: drop-shadow(0 1rem 1.25rem rgba(15, 23, 42, 0.12));
}

.education-form-illustration {
  box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.2);
  filter: drop-shadow(0 1rem 1.5rem rgba(15, 23, 42, 0.15));
}

.assignment-split {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.85);
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .assignment-split {
    display: flex;
  }
  .assignment-panel {
    padding-right: 2rem;
  }
  .assignment-panel.right-panel {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    padding-left: 2rem;
    padding-right: 0;
  }
}

.watermark-card {
  padding: 0;
  overflow: hidden;
  min-height: 100%;
  opacity: 0.6;
}

.watermark-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
