.volunteer-hero {
  background: radial-gradient(circle at top left, rgba(224, 241, 230, 0.9) 0, transparent 55%), linear-gradient(135deg, #f5f7f4 0%, #e7efe9 100%);
}

.volunteer-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
}

.volunteer-hero__lead {
  max-width: 38rem;
}

.volunteer-hero__actions {
  margin-top: var(--space-5);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.volunteer-hero__meta {
  margin-top: var(--space-4);
  max-width: 32rem;
}

.volunteer-hero__image-wrapper {
  display: flex;
  justify-content: center;
}

.volunteer-hero__image {
  width: 100%;
  max-width: 480px;
  object-fit: cover;
}

.volunteer-section-header {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.volunteer-tasks__grid {
  align-items: stretch;
}

.volunteer-task-card .card-body ul {
  margin-top: var(--space-2);
}

.volunteer-benefits__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.volunteer-benefits__grid {
  margin-top: var(--space-5);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}

.volunteer-benefit-card {
  height: 100%;
}

.volunteer-benefits__highlight .volunteer-benefits__stats {
  list-style: none;
  padding-left: 0;
  margin: var(--space-4) 0 var(--space-4);
}

.volunteer-benefits__stats li + li {
  margin-top: var(--space-3);
}

.volunteer-benefits__stat-label {
  display: block;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.volunteer-benefits__stat-value {
  font-size: var(--font-size-xl);
  font-weight: 600;
}

.volunteer-apply__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.volunteer-apply__steps {
  margin-top: var(--space-4);
  padding-left: 1.25rem;
}

.volunteer-apply__steps li + li {
  margin-top: var(--space-3);
}

.volunteer-apply__steps h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-1);
}

.volunteer-form__group {
  margin-bottom: var(--space-4);
}

.volunteer-form__fieldset {
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
}

.volunteer-form__fieldset legend {
  padding: 0 var(--space-2);
  font-weight: 600;
  font-size: var(--font-size-sm);
}

.volunteer-form__checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-2);
  margin-top: var(--space-2);
}

.volunteer-form__group--consent label {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.volunteer-form__group--consent a {
  text-decoration: underline;
}

.volunteer-form__submit {
  width: 100%;
}

.volunteer-form__helper {
  margin-top: var(--space-2);
  font-size: var(--font-size-sm);
}

.volunteer-stories__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.volunteer-stories__image {
  width: 100%;
  object-fit: cover;
}

.volunteer-stories__content .volunteer-story + .volunteer-story {
  margin-top: var(--space-4);
}

.volunteer-stories__content blockquote {
  margin-top: var(--space-2);
}

.volunteer-events__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-5);
}

.volunteer-event__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
}

.volunteer-event__cta {
  white-space: nowrap;
}

.volunteer-prepare__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.volunteer-prepare__grid {
  margin-top: var(--space-5);
}

.volunteer-community__layout {
  max-width: 52rem;
  margin: 0 auto;
}

.volunteer-community__list {
  margin: var(--space-4) 0 var(--space-4);
}

.volunteer-faq__accordion {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: var(--space-3);
}

.volunteer-faq__trigger {
  width: 100%;
  text-align: left;
  padding: var(--space-3) var(--space-3);
  border-radius: var(--radius-md);
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
}

.volunteer-faq__trigger::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid var(--gray-600);
  border-bottom: 2px solid var(--gray-600);
  transform: rotate(45deg);
  transition: transform var(--transition-normal);
}

.volunteer-faq__trigger[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.volunteer-faq__panel {
  padding: 0 var(--space-3) var(--space-3);
}

.volunteer-training__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: var(--space-8);
  align-items: center;
}

.volunteer-training__list {
  margin: var(--space-4) 0 var(--space-4);
}

.volunteer-training__image {
  width: 100%;
  object-fit: cover;
}

.volunteer-impact__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
  gap: var(--space-6);
  align-items: center;
}

.volunteer-impact__highlight {
  margin: var(--space-4) 0;
  display: grid;
  gap: var(--space-4);
}

.volunteer-impact__metric-label {
  display: block;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.volunteer-impact__metric-value {
  font-size: var(--font-size-2xl);
  font-weight: 700;
}

.volunteer-impact__cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.volunteer-closing__content {
  max-width: 42rem;
  margin: 0 auto;
}

.volunteer-closing__actions {
  margin-top: var(--space-5);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 1024px) {
  .volunteer-hero__inner,
  .volunteer-benefits__layout,
  .volunteer-apply__layout,
  .volunteer-stories__layout,
  .volunteer-prepare__layout,
  .volunteer-training__layout,
  .volunteer-impact__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .volunteer-hero__image-wrapper {
    order: -1;
  }

  .volunteer-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .volunteer-hero__inner {
    gap: var(--space-6);
  }

  .volunteer-event__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .volunteer-impact__layout {
    text-align: left;
  }

  .volunteer-hero__actions,
  .volunteer-impact__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .volunteer-form__checkbox-group {
    grid-template-columns: minmax(0, 1fr);
  }
}
