.support-hero {
  min-height: 520px;
  padding: 80px 52px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(100deg, rgba(13,79,128,0.95), rgba(41,171,226,0.72)),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786?w=1600&q=80") center / cover;
  color: #fff;
}
.support-hero .section-kicker { color: #fff; margin-bottom: 16px; }
.support-hero-text { max-width: 840px; }
.support-hero-text h1 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(3rem, 6vw, 6rem); line-height: 1; letter-spacing: -0.05em; margin-bottom: 20px; }
.support-hero-text p:not(.section-kicker) { font-size: 1.2rem; line-height: 1.7; font-weight: 800; max-width: 760px; margin-bottom: 28px; }

.contributions-section { padding: 84px 40px; background: linear-gradient(180deg, #fff, var(--sky-soft)); text-align: center; }
.contributions-section h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2.2rem, 4.5vw, 4.2rem); color: var(--ink); line-height: 1.05; max-width: 900px; margin: 12px auto 16px; letter-spacing: -0.04em; }
.contrib-sub { max-width: 760px; margin: 0 auto 40px; color: var(--muted); font-weight: 700; line-height: 1.7; }
.support-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: 1240px; margin: 0 auto; }
.support-card { background: #fff; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; text-align: left; border: 1px solid rgba(13,79,128,0.1); }
.support-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.support-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.45rem; color: var(--ink); padding: 22px 22px 0; }
.support-card p { font-size: 0.98rem; font-weight: 700; line-height: 1.6; color: var(--muted); padding: 0 22px; margin-top: 10px; flex: 1; }
.sc-yellow { border-bottom: 9px solid var(--yellow); }
.sc-red { border-bottom: 9px solid var(--green); }
.sc-green { border-bottom: 9px solid var(--blue); }
.sc-blue { border-bottom: 9px solid var(--red); }
.sc-btn { align-self: flex-start; margin: 18px 22px 22px; border: none; border-radius: 999px; padding: 10px 22px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: 0.92rem; cursor: pointer; color: #fff; }
.sc-btn-red { background: var(--red); } .sc-btn-green { background: var(--green); } .sc-btn-blue { background: var(--blue); } .sc-btn-yellow, .sc-btn-wishlist { background: var(--yellow); color: #222; }

.our-shop-section { background: var(--support-work-gradient); padding: 80px 40px; color: #fff; }
.shop-title-row { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 12px; }
.shop-title-row h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.shop-dash { font-size: 2rem; font-weight: 900; color: var(--yellow); }
.shop-intro { max-width: 760px; text-align: center; margin: 0 auto 38px; color: rgba(255,255,255,0.82); font-size: 1.05rem; line-height: 1.6; font-weight: 700; }
.shop-layout { max-width: 1260px; margin: 0 auto; }
.shop-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.shop-card { background: #fff; color: var(--ink); border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 16px 34px rgba(0,0,0,0.22); }
.shop-img { aspect-ratio: 1; overflow: hidden; background: #fff; }
.shop-img img { width: 100%; height: 100%; object-fit: cover; }
.shop-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.shop-body h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.2rem; }
.shop-body p { color: var(--muted); font-weight: 700; line-height: 1.45; flex: 1; }
.shop-body strong { font-size: 1.18rem; color: var(--blue); }
.shop-btn, .checkout-btn, .paypal-btn { border: none; border-radius: 999px; padding: 11px 18px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; cursor: pointer; text-align: center; }
.shop-btn { background: var(--yellow); color: #222; }

.cart-items { display: flex; flex-direction: column; gap: 12px; max-height: 300px; overflow: auto; }
.cart-line { position: relative; display: grid; grid-template-columns: 54px 1fr auto; gap: 10px; align-items: center; padding: 0 34px 12px 0; border-bottom: 1px solid #e3edf4; font-weight: 800; }
.cart-line img { width: 54px; height: 54px; border-radius: 14px; object-fit: cover; }
.cart-line span { display: block; font-size: 0.92rem; }
.cart-remove { position: absolute; top: 0; right: 0; display: grid; place-items: center; width: 24px; height: 24px; border: none; border-radius: 50%; background: transparent; color: #111; font-size: 1.1rem; font-weight: 900; line-height: 1; cursor: pointer; }
.cart-remove:hover, .cart-remove:focus-visible { background: rgba(17,17,17,0.08); outline: 2px solid rgba(17,17,17,0.18); outline-offset: 2px; }
.empty-cart { color: var(--muted); font-weight: 700; }
.cart-total { display: flex; justify-content: space-between; margin: 18px 0; font-size: 1.2rem; }
.checkout-btn { display: block; background: var(--green); color: #fff; }

.payment-page { padding: 86px 40px; background: linear-gradient(180deg, var(--sky-soft), #fff); }
.payment-card { background: #fff; border-radius: 32px; box-shadow: 0 24px 60px rgba(13,79,128,0.16); padding: 36px; max-width: 760px; margin: 0 auto; border: 1px solid rgba(41,171,226,0.18); }
.payment-card h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); color: var(--ink); margin: 14px 0; letter-spacing: -0.04em; }
.payment-card p { color: var(--muted); font-weight: 700; line-height: 1.7; margin-bottom: 20px; }
.payment-form { display: flex; flex-direction: column; gap: 12px; }
.payment-form label { font-weight: 900; color: var(--ink); }
.paypal-btn { background: #ffc439; color: #17324d; font-size: 1rem; margin-top: 8px; }

.volunteer-section { padding: 86px 40px; background: #fff; max-width: 900px; margin: 0 auto; }
.volunteer-title-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 18px; }
.volunteer-title-row h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.5rem; color: var(--ink); }
.dash-red { flex: 0 0 72px; height: 4px; background: var(--blue); border-radius: 99px; }
.volunteer-heading { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); color: var(--ink); line-height: 1.08; margin-bottom: 18px; letter-spacing: -0.04em; }
.volunteer-body { font-size: 1.05rem; color: var(--muted); line-height: 1.7; font-weight: 700; margin-bottom: 30px; }
.volunteer-form { display: flex; flex-direction: column; gap: 12px; }
.vf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.volunteer-form textarea { min-height: 150px; resize: vertical; }
.vf-submit-row { display: flex; justify-content: flex-end; margin-top: 8px; }
.btn-submit-orange { background: var(--blue); color: #fff; border: none; border-radius: 999px; padding: 13px 38px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: 1rem; cursor: pointer; }

@media (max-width: 1100px) { .support-cards-grid, .shop-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .support-hero, .contributions-section, .our-shop-section, .volunteer-section { padding-left: 22px; padding-right: 22px; } .support-cards-grid, .shop-cards-grid, .vf-row { grid-template-columns: 1fr; } }
/* Requested support/shop/cart refinements */
.sc-btn-wishlist { background: var(--yellow); color: #222; }
.sc-blue { border-bottom-color: var(--red); }
.our-shop-section {
  background: var(--support-work-gradient);
}
.shop-dash { color: var(--green); }
.shop-intro { color: rgba(255,255,255,0.9); }
.shop-item-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.shop-item-heading strong { color: #111; font-size: 1.15rem; white-space: nowrap; }
.shop-body > strong { color: #111; }
.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(390px, 92vw);
  z-index: 1200;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.28s ease;
}
.cart-drawer.is-open { transform: translateX(0); pointer-events: auto; }
.cart-drawer-panel {
  height: 100vh;
  background: #fff;
  color: var(--ink);
  box-shadow: -24px 0 60px rgba(13,79,128,0.2);
  border-left: 1px solid rgba(41,171,226,0.2);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.cart-close {
  align-self: flex-end;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.cart-drawer-panel h3 { font-size: 1.6rem; margin: 8px 0 18px; }
.cart-drawer .cart-items { flex: 1; max-height: none; }
.checkout-btn { text-align: center; padding: 13px 18px; }
.volunteer-section { max-width: 1180px; text-align: center; }
.volunteer-body { max-width: 760px; margin-left: auto; margin-right: auto; }
.volunteer-layout { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 28px; align-items: stretch; text-align: left; }
.volunteer-image { border-radius: 30px; overflow: hidden; min-height: 100%; box-shadow: var(--shadow); }
.volunteer-image img { width: 100%; height: 100%; object-fit: cover; }
.volunteer-form { justify-content: center; }
@media (max-width: 900px) { .volunteer-layout { grid-template-columns: 1fr; } .volunteer-image { min-height: 320px; } }

.checkout-page {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  padding: 86px 40px;
  background: linear-gradient(180deg, var(--sky-soft), #fff);
}
.checkout-campaign-card,
.checkout-contact-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(13,79,128,0.16);
  padding: 36px;
  border: 1px solid rgba(41,171,226,0.18);
}
.checkout-campaign-card h1,
.checkout-contact-card h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  letter-spacing: -0.04em;
}
.checkout-campaign-card h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1; margin: 16px 0; }
.checkout-contact-card h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
.checkout-campaign-card p { color: var(--muted); font-weight: 700; line-height: 1.7; }
.checkout-contact-form label { display: flex; flex-direction: column; gap: 8px; font-weight: 900; color: var(--ink); }
.checkout-contact-form textarea { min-height: 120px; resize: vertical; }
@media (max-width: 900px) { .checkout-page { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; } }

/* Follow-up support page polish */
.contributions-section .section-kicker { color: var(--blue); }
.sc-btn-wishlist { background: var(--yellow); color: #222; }
.sc-blue { border-bottom-color: var(--red); }
.our-shop-section {
  background: var(--support-work-gradient);
}
.checkout-campaign-card {
  position: relative;
  overflow: hidden;
}
.checkout-campaign-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow));
}
.checkout-campaign-heading {
  max-width: 660px;
  margin-bottom: 28px;
}
.checkout-campaign-heading .section-kicker {
  margin-bottom: 18px;
}
.checkout-campaign-heading h1 {
  max-width: 640px;
  text-wrap: balance;
}
.checkout-campaign-heading h1 span {
  color: var(--blue);
  display: inline-block;
}
.checkout-campaign-heading p {
  max-width: 590px;
  font-size: 1.08rem;
}
.checkout-campaign-card .campaign-progress {
  background: var(--sky-soft);
  border: 1px solid rgba(41,171,226,0.16);
  border-radius: 22px;
  padding: 18px;
}
.volunteer-layout {
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
}
.volunteer-image {
  justify-self: end;
  width: min(100%, 360px);
  height: 380px;
  min-height: 0;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .volunteer-image {
    justify-self: stretch;
    width: 100%;
    height: 300px;
    margin-bottom: 26px;
  }
}

/* Donate page campaign card: a larger version of the workshop Our Campaign pattern. */
.checkout-campaign-card {
  background:
    radial-gradient(circle at top right, rgba(92,191,42,0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(41,171,226,0.18), transparent 36%),
    #fff;
}
.checkout-campaign-card .campaign-progress {
  margin-top: 26px;
  background: linear-gradient(180deg, rgba(217,241,255,0.85), rgba(255,255,255,0.96));
  border: 1px solid rgba(41,171,226,0.22);
  border-radius: 30px;
  padding: 24px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72), 0 16px 38px rgba(13,79,128,0.1);
}
.checkout-campaign-card .campaign-progress-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  font-weight: 900;
}
.checkout-campaign-card .campaign-bar {
  height: 22px;
  margin-top: 14px;
  padding: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(13,79,128,0.12), inset 0 4px 10px rgba(13,79,128,0.08);
}
.checkout-campaign-card .campaign-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--yellow));
  box-shadow: 0 8px 18px rgba(41,171,226,0.26);
}
.checkout-campaign-card .campaign-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.checkout-campaign-card .campaign-amounts button,
.checkout-campaign-card .campaign-custom {
  width: 100%;
  border: 2px solid rgba(13,79,128,0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(13,79,128,0.1);
}
.checkout-campaign-card .campaign-amounts button {
  min-height: 58px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.checkout-campaign-card .campaign-amounts button:hover,
.checkout-campaign-card .campaign-amounts button.is-selected {
  border-color: rgba(245,197,24,0.72);
  background: linear-gradient(135deg, #fff7cf, var(--yellow));
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(245,197,24,0.28);
}
.checkout-campaign-card .campaign-custom {
  margin-top: 16px;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 20px;
}
.checkout-campaign-card .campaign-custom:focus,
.checkout-campaign-card .campaign-amounts button:focus-visible {
  outline: 4px solid rgba(41,171,226,0.22);
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .checkout-campaign-card .campaign-progress-label {
    flex-direction: column;
    gap: 6px;
  }
  .checkout-campaign-card .campaign-amounts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
