.ahvc-support {
  --ahvc-support-forest-deep: #203019;
  --ahvc-support-forest: #405724;
  --ahvc-support-forest-soft: #eef1e8;
  --ahvc-support-gold-dark: #8d6723;
  --ahvc-support-gold: #b99442;
  --ahvc-support-gold-light: #ead5a5;
  --ahvc-support-cream: #fbfaf6;
  --ahvc-support-paper: #ffffff;
  --ahvc-support-ink: #263122;
  --ahvc-support-muted: #687063;
  --ahvc-support-line: rgba(64, 87, 36, 0.16);
  background: var(--ahvc-support-cream);
  color: var(--ahvc-support-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  left: auto !important;
  line-height: 1.65;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  overflow: hidden;
  position: relative;
  right: auto !important;
  width: 100% !important;
}

.ahvc-support *,
.ahvc-support *::before,
.ahvc-support *::after {
  box-sizing: border-box;
}

.ahvc-support a,
.ahvc-support button,
.ahvc-support input,
.ahvc-support textarea,
.ahvc-support summary {
  font: inherit;
}

.ahvc-support a {
  color: inherit;
}

.ahvc-support__container {
  margin-inline: auto;
  max-width: 1180px;
  width: calc(100% - 48px);
}

.ahvc-support__hero {
  align-items: center;
  background:
    radial-gradient(circle at 82% 22%, rgba(234, 213, 165, 0.2), transparent 30%),
    linear-gradient(135deg, #1f3018 0%, #405724 60%, #526a33 100%);
  color: #fff;
  display: flex;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.ahvc-support__hero::before {
  border: 1px solid rgba(234, 213, 165, 0.2);
  border-radius: 50%;
  content: "";
  height: min(58vw, 760px);
  position: absolute;
  right: min(-16vw, -90px);
  top: min(-18vw, -150px);
  width: min(58vw, 760px);
}

.ahvc-support__hero::after {
  background: repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 255, 255, 0.022) 34px 35px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ahvc-support__hero-decoration {
  border: 1px solid rgba(234, 213, 165, 0.16);
  border-radius: 50%;
  bottom: -360px;
  height: 620px;
  left: -270px;
  position: absolute;
  width: 620px;
}

.ahvc-support__hero-inner {
  padding-block: 104px;
  position: relative;
  z-index: 1;
}

.ahvc-support__eyebrow,
.ahvc-support__kicker {
  color: var(--ahvc-support-gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin: 0 0 19px;
  text-transform: uppercase;
}

.ahvc-support__hero h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8vw, 7.35rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
  max-width: 920px;
}

.ahvc-support__hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.62;
  margin: 31px 0 0;
  max-width: 720px;
}

.ahvc-support__hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 30px;
  margin-top: 42px;
}

.ahvc-support__button {
  align-items: center;
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 850;
  justify-content: center;
  letter-spacing: 0.105em;
  min-height: 52px;
  padding: 13px 24px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.ahvc-support__button:hover,
.ahvc-support__button:focus-visible {
  transform: translateY(-2px);
}

.ahvc-support__button:focus-visible,
.ahvc-support__text-link:focus-visible,
.ahvc-support summary:focus-visible,
.ahvc-support input:focus-visible,
.ahvc-support textarea:focus-visible {
  outline: 3px solid rgba(185, 148, 66, 0.42);
  outline-offset: 3px;
}

.ahvc-support__button--gold {
  background: var(--ahvc-support-gold);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  color: #182313 !important;
}

.ahvc-support__button--gold:hover,
.ahvc-support__button--gold:focus-visible {
  background: #d2b168;
  color: #182313 !important;
}

.ahvc-support__button--forest {
  background: var(--ahvc-support-forest);
  box-shadow: 0 10px 26px rgba(40, 58, 28, 0.18);
  color: #fff !important;
}

.ahvc-support__button--forest:hover,
.ahvc-support__button--forest:focus-visible {
  background: var(--ahvc-support-gold-dark);
  color: #fff !important;
}

.ahvc-support__text-link {
  border-bottom: 1px solid rgba(234, 213, 165, 0.55);
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  padding-bottom: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ahvc-support__text-link span {
  color: var(--ahvc-support-gold-light);
  margin-left: 7px;
}

.ahvc-support__main {
  background: var(--ahvc-support-cream);
}

.ahvc-support__section {
  padding-block: clamp(76px, 9vw, 124px);
}

.ahvc-support__mission-grid {
  display: grid;
  gap: clamp(42px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.ahvc-support__kicker {
  color: var(--ahvc-support-gold-dark);
}

.ahvc-support h2,
.ahvc-support h3,
.ahvc-support p,
.ahvc-support ul,
.ahvc-support figure,
.ahvc-support blockquote {
  overflow-wrap: anywhere;
}

.ahvc-support__mission-grid h2,
.ahvc-support__section-heading h2,
.ahvc-support__invitation-copy h2 {
  color: var(--ahvc-support-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.8vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0;
}

.ahvc-support__prose {
  border-left: 1px solid var(--ahvc-support-line);
  padding-left: clamp(28px, 4vw, 58px);
}

.ahvc-support__prose p {
  color: #465044;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.04rem, 1.55vw, 1.18rem);
  line-height: 1.78;
  margin: 0 0 22px;
}

.ahvc-support__prose p:last-child {
  margin-bottom: 0;
}

.ahvc-support__prose strong {
  color: var(--ahvc-support-forest);
}

.ahvc-support__section--membership {
  background: #f0eee6;
}

.ahvc-support__section-heading {
  margin-bottom: 46px;
  max-width: 830px;
}

.ahvc-support__section-heading > p:last-child {
  color: var(--ahvc-support-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 22px 0 0;
  max-width: 720px;
}

.ahvc-support__section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.ahvc-support__section-heading--center > p:last-child {
  margin-inline: auto;
}

.ahvc-support__membership-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.ahvc-support__price-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(234, 213, 165, 0.15), transparent 28%),
    var(--ahvc-support-forest-deep);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(32, 48, 25, 0.2);
  color: #fff;
  min-height: 100%;
  padding: clamp(32px, 5vw, 54px);
}

.ahvc-support__price-label {
  color: var(--ahvc-support-gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.ahvc-support__price {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 5.6rem);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 22px;
}

.ahvc-support__price span {
  color: var(--ahvc-support-gold-light);
  font-size: 0.45em;
  vertical-align: top;
}

.ahvc-support__price-card > p:not(.ahvc-support__price):not(.ahvc-support__price-label):not(.ahvc-support__secure-note) {
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
}

.ahvc-support__price-card ul {
  border-block: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
  margin: 28px 0;
  padding: 20px 0;
}

.ahvc-support__price-card li {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
  padding-left: 22px;
  position: relative;
}

.ahvc-support__price-card li:last-child {
  margin-bottom: 0;
}

.ahvc-support__price-card li::before {
  color: var(--ahvc-support-gold-light);
  content: "•";
  left: 0;
  position: absolute;
}

.ahvc-support__secure-note {
  color: var(--ahvc-support-gold-light);
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0;
}

.ahvc-support__secure-note span {
  border: 1px solid rgba(234, 213, 165, 0.45);
  border-radius: 50%;
  display: inline-grid;
  height: 22px;
  margin-right: 7px;
  place-items: center;
  width: 22px;
}

.ahvc-support__form-panel {
  background: var(--ahvc-support-paper);
  border: 1px solid rgba(64, 87, 36, 0.13);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(42, 57, 25, 0.1);
  overflow: hidden;
  scroll-margin-top: 28px;
}

.ahvc-support__form-panel > summary {
  align-items: center;
  background: var(--ahvc-support-paper);
  color: var(--ahvc-support-forest-deep);
  cursor: pointer;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  list-style: none;
  min-height: 116px;
  padding: 27px clamp(24px, 5vw, 42px);
  transition: background 180ms ease;
}

.ahvc-support__form-panel > summary::-webkit-details-marker {
  display: none;
}

.ahvc-support__form-panel > summary:hover {
  background: #f8f7f2;
}

.ahvc-support__form-panel > summary strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.1;
}

.ahvc-support__form-panel > summary small {
  color: var(--ahvc-support-muted);
  display: block;
  font-size: 0.83rem;
  margin-top: 8px;
}

.ahvc-support__summary-icon {
  border: 1px solid rgba(64, 87, 36, 0.24);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 42px;
  position: relative;
  width: 42px;
}

.ahvc-support__summary-icon::before,
.ahvc-support__summary-icon::after {
  background: var(--ahvc-support-forest);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
  width: 16px;
}

.ahvc-support__summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ahvc-support__form-panel[open] .ahvc-support__summary-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ahvc-support__form-panel[open] > summary {
  border-bottom: 1px solid var(--ahvc-support-line);
}

.ahvc-support__form-wrap {
  padding: clamp(27px, 5vw, 44px);
}

.ahvc-support__form-intro {
  color: var(--ahvc-support-muted);
  margin: 0 0 24px;
}

.ahvc-support__fields {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ahvc-support__field {
  display: block;
}

.ahvc-support__field--wide {
  grid-column: 1 / -1;
}

.ahvc-support__field > span {
  color: #34402f;
  display: block;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  margin-bottom: 7px;
}

.ahvc-support em {
  color: #9e3a2c;
  font-style: normal;
}

.ahvc-support__field input,
.ahvc-support__field textarea {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(64, 87, 36, 0.23);
  border-radius: 9px;
  color: var(--ahvc-support-ink);
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  max-width: none;
  padding: 13px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.ahvc-support__field input {
  min-height: 50px;
}

.ahvc-support__field textarea {
  min-height: 120px;
  resize: vertical;
}

.ahvc-support__field input:focus,
.ahvc-support__field textarea:focus {
  border-color: var(--ahvc-support-gold);
  box-shadow: 0 0 0 4px rgba(185, 148, 66, 0.12);
}

.ahvc-support__consent {
  align-items: flex-start;
  color: #4d5749;
  display: flex;
  font-size: 0.82rem;
  gap: 11px;
  line-height: 1.5;
  margin: 23px 0;
}

.ahvc-support__consent input {
  accent-color: var(--ahvc-support-forest);
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.ahvc-support__required-note,
.ahvc-support__minor-note {
  color: var(--ahvc-support-muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.ahvc-support__required-note {
  display: inline-block;
  margin: 0 0 0 12px;
}

.ahvc-support__minor-note {
  background: var(--ahvc-support-forest-soft);
  border-left: 3px solid var(--ahvc-support-gold);
  margin: -8px 0 24px;
  padding: 11px 13px;
}

.ahvc-support__hp {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.ahvc-support__notice {
  border-radius: 9px;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 22px;
  padding: 13px 16px;
}

.ahvc-support__notice--success {
  background: #eaf3e4;
  border: 1px solid #b6d4a7;
  color: #24451c;
}

.ahvc-support__notice--error {
  background: #fff0ec;
  border: 1px solid #e5b9ad;
  color: #7a2d20;
}

.ahvc-support__benefits {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.ahvc-support__benefit {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(64, 87, 36, 0.12);
  border-radius: 14px;
  padding: 27px;
}

.ahvc-support__benefit > span {
  color: var(--ahvc-support-gold-dark);
  display: block;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}

.ahvc-support__benefit h3,
.ahvc-support__impact-card h3 {
  color: var(--ahvc-support-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.22;
  margin: 0 0 12px;
}

.ahvc-support__benefit p,
.ahvc-support__impact-card p,
.ahvc-support__impact-card li {
  color: var(--ahvc-support-muted);
  font-size: 0.91rem;
  line-height: 1.67;
}

.ahvc-support__benefit p {
  margin: 0;
}

.ahvc-support__section--impact {
  background: var(--ahvc-support-paper);
}

.ahvc-support__impact-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ahvc-support__impact-card {
  background: var(--ahvc-support-cream);
  border: 1px solid var(--ahvc-support-line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(27px, 3.5vw, 38px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ahvc-support__impact-card:hover {
  border-color: rgba(185, 148, 66, 0.42);
  box-shadow: 0 18px 38px rgba(42, 57, 25, 0.09);
  transform: translateY(-4px);
}

.ahvc-support__impact-number {
  color: var(--ahvc-support-gold-dark);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin-bottom: 32px;
}

.ahvc-support__impact-card h3 {
  font-size: clamp(1.42rem, 2.2vw, 1.8rem);
}

.ahvc-support__impact-card p {
  margin: 0;
}

.ahvc-support__impact-card ul {
  border-top: 1px solid var(--ahvc-support-line);
  margin: 20px 0 0;
  padding: 18px 0 0 18px;
}

.ahvc-support__impact-card li {
  margin-bottom: 8px;
}

.ahvc-support__commitment {
  background:
    radial-gradient(circle at 8% 50%, rgba(234, 213, 165, 0.12), transparent 29%),
    var(--ahvc-support-forest-deep);
  color: #fff;
  padding-block: clamp(72px, 9vw, 118px);
  text-align: center;
}

.ahvc-support__commitment p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  max-width: 750px;
}

.ahvc-support__commitment > div > p:first-child {
  color: var(--ahvc-support-gold-light);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ahvc-support__commitment h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 26px auto 28px;
  max-width: 1000px;
}

.ahvc-support__section--voices {
  background: #f0eee6;
  padding-block: clamp(58px, 7vw, 90px);
}

.ahvc-support__voices-heading {
  align-items: flex-end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.ahvc-support__voices-heading .ahvc-support__section-heading {
  margin-bottom: 0;
}

.ahvc-support__testimonial-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding-bottom: 4px;
}

.ahvc-support__testimonial-controls[hidden] {
  display: none;
}

.ahvc-support__testimonial-controls button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(64, 87, 36, 0.2);
  border-radius: 50%;
  color: var(--ahvc-support-forest-deep);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 48px;
}

.ahvc-support__testimonial-controls button:hover,
.ahvc-support__testimonial-controls button:focus-visible {
  background: var(--ahvc-support-forest);
  border-color: var(--ahvc-support-forest);
  color: #fff;
  transform: translateY(-2px);
}

.ahvc-support__testimonial-controls button:focus-visible,
.ahvc-support__testimonial-dots button:focus-visible,
.ahvc-support__testimonial-viewport:focus-visible {
  outline: 3px solid rgba(185, 148, 66, 0.42);
  outline-offset: 3px;
}

.ahvc-support__testimonial-carousel {
  position: relative;
}

.ahvc-support__testimonial-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--ahvc-support-gold) transparent;
  scrollbar-width: thin;
  touch-action: pan-y;
}

.ahvc-support__testimonial-carousel.is-enhanced .ahvc-support__testimonial-viewport {
  overflow: hidden;
}

.ahvc-support__testimonial-track {
  align-items: stretch;
  display: flex;
  gap: 18px;
}

.ahvc-support__testimonial-carousel.is-enhanced .ahvc-support__testimonial-track {
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ahvc-support__testimonial {
  background: #fff;
  border: 1px solid rgba(64, 87, 36, 0.11);
  border-radius: 14px;
  display: flex;
  flex: 0 0 calc((100% - 36px) / 3);
  flex-direction: column;
  margin: 0;
  min-height: 330px;
  opacity: 1;
  padding: clamp(26px, 4vw, 38px);
  position: relative;
  transform: translateY(0) scale(1);
  transition: box-shadow 420ms ease, opacity 420ms ease, transform 420ms ease;
}

.ahvc-support__testimonial-carousel.is-enhanced .ahvc-support__testimonial {
  opacity: 0.48;
  transform: translateY(13px) scale(0.975);
}

.ahvc-support__testimonial-carousel.is-enhanced .ahvc-support__testimonial.is-active {
  box-shadow: 0 16px 38px rgba(32, 48, 25, 0.09);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ahvc-support__testimonial::before {
  color: var(--ahvc-support-gold-light);
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 0.7;
  position: absolute;
  right: 25px;
  top: 27px;
}

.ahvc-support__testimonial blockquote {
  color: var(--ahvc-support-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  font-weight: 600;
  line-height: 1.34;
  margin: 0 46px 17px 0;
}

.ahvc-support__testimonial-body {
  color: var(--ahvc-support-muted);
  flex: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  line-height: 1.68;
  margin: 0 0 24px;
}

.ahvc-support__testimonial-body p {
  color: inherit;
  font: inherit;
  margin: 0;
}

.ahvc-support__testimonial-body p + p {
  margin-top: 0.8em;
}

.ahvc-support__testimonial figcaption {
  border-top: 1px solid var(--ahvc-support-line);
  color: var(--ahvc-support-gold-dark);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.025em;
  padding-top: 16px;
}

.ahvc-support__testimonial-dots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
  min-height: 12px;
}

.ahvc-support__testimonial-dots:empty {
  display: none;
}

.ahvc-support__testimonial-dots button {
  appearance: none;
  background: rgba(64, 87, 36, 0.2);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background 220ms ease, transform 220ms ease, width 220ms ease;
  width: 8px;
}

.ahvc-support__testimonial-dots button[aria-current="true"] {
  background: var(--ahvc-support-gold-dark);
  width: 28px;
}

.ahvc-support__sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.ahvc-support__section--invitation {
  background: var(--ahvc-support-cream);
}

.ahvc-support__invitation-grid {
  align-items: start;
  display: grid;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.ahvc-support__invitation-copy {
  padding-top: 14px;
}

.ahvc-support__invitation-copy h2 {
  font-size: clamp(2.35rem, 4vw, 3.8rem);
}

.ahvc-support__invitation-copy > p:not(.ahvc-support__kicker) {
  color: var(--ahvc-support-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  margin: 23px 0 0;
}

.ahvc-support__form-panel--light {
  background: #fff;
}

/* Franja independiente para promocionar la página Apóyanos desde la portada. */
.ahvc-support-promo {
  align-items: center;
  background:
    radial-gradient(circle at 92% 10%, rgba(234, 213, 165, 0.2), transparent 30%),
    linear-gradient(135deg, #203019 0%, #405724 100%);
  border: 1px solid rgba(185, 148, 66, 0.32);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(32, 48, 25, 0.16);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  gap: clamp(28px, 5vw, 72px);
  justify-content: space-between;
  margin: clamp(32px, 5vw, 64px) auto;
  max-width: 1180px;
  overflow: hidden;
  padding: clamp(36px, 6vw, 72px);
  position: relative;
  width: calc(100% - 48px);
}

.ahvc-support-promo::after {
  border: 1px solid rgba(234, 213, 165, 0.16);
  border-radius: 50%;
  content: "";
  height: 330px;
  pointer-events: none;
  position: absolute;
  right: -170px;
  top: -205px;
  width: 330px;
}

.ahvc-support-promo *,
.ahvc-support-promo *::before,
.ahvc-support-promo *::after {
  box-sizing: border-box;
}

.ahvc-support-promo__copy {
  max-width: 745px;
  position: relative;
  z-index: 1;
}

.ahvc-support-promo__eyebrow {
  color: #ead5a5 !important;
  font-size: 0.73rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 15px !important;
  text-transform: uppercase;
}

.ahvc-support-promo h2 {
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.55rem) !important;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 !important;
}

.ahvc-support-promo__copy > p:last-child {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem !important;
  line-height: 1.65;
  margin: 21px 0 0 !important;
  max-width: 650px;
}

.ahvc-support-promo__button {
  align-items: center;
  background: #b99442;
  border-radius: 999px;
  color: #182313 !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.095em;
  min-height: 54px;
  padding: 14px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
  z-index: 1;
}

.ahvc-support-promo__button:hover,
.ahvc-support-promo__button:focus-visible {
  background: #d2b168;
  color: #182313 !important;
  transform: translateY(-2px);
}

.ahvc-support-promo__button:focus-visible {
  outline: 3px solid rgba(234, 213, 165, 0.55);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .ahvc-support__hero {
    min-height: 560px;
  }

  .ahvc-support__mission-grid,
  .ahvc-support__invitation-grid {
    grid-template-columns: 1fr;
  }

  .ahvc-support__prose {
    border-left: 0;
    border-top: 1px solid var(--ahvc-support-line);
    padding-left: 0;
    padding-top: 32px;
  }

  .ahvc-support__membership-grid {
    grid-template-columns: 1fr;
  }

  .ahvc-support__benefits,
  .ahvc-support__impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahvc-support__testimonial {
    flex-basis: calc((100% - 18px) / 2);
  }

  .ahvc-support-promo {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .ahvc-support__container {
    width: calc(100% - 32px);
  }

  .ahvc-support__hero {
    min-height: 520px;
  }

  .ahvc-support__hero-inner {
    padding-block: 80px;
  }

  .ahvc-support__hero h1 {
    font-size: clamp(3.25rem, 16vw, 5.1rem);
  }

  .ahvc-support__hero-copy {
    font-size: 1.08rem;
  }

  .ahvc-support__hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ahvc-support__section-heading {
    margin-bottom: 34px;
  }

  .ahvc-support__voices-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 28px;
  }

  .ahvc-support__voices-heading .ahvc-support__section-heading {
    margin-bottom: 0;
  }

  .ahvc-support__testimonial-controls {
    align-self: flex-end;
  }

  .ahvc-support__testimonial {
    flex-basis: 100%;
    min-height: 310px;
  }

  .ahvc-support__benefits,
  .ahvc-support__impact-grid,
  .ahvc-support__fields {
    grid-template-columns: 1fr;
  }

  .ahvc-support__field--wide {
    grid-column: auto;
  }

  .ahvc-support__price-card,
  .ahvc-support__form-panel,
  .ahvc-support__testimonial,
  .ahvc-support__impact-card {
    border-radius: 12px;
  }

  .ahvc-support__form-panel > summary {
    min-height: 100px;
  }

  .ahvc-support__required-note {
    display: block;
    margin: 12px 0 0;
  }

  .ahvc-support-promo {
    border-radius: 16px;
    margin-block: 32px;
    padding: 36px 28px;
    width: calc(100% - 32px);
  }

  .ahvc-support-promo__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ahvc-support *,
  .ahvc-support *::before,
  .ahvc-support *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
