/* =========================
   PAGE HERO
========================= */

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 82px;
  background:
    radial-gradient(circle at 84% 18%, rgba(24, 201, 155, 0.16), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(13, 126, 113, 0.08), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfa 58%, #e8faf6 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.08);
  pointer-events: none;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.page-hero .lead {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

/* =========================
   GENERAL PAGE SECTION
========================= */

.page-section {
  padding: 88px 0;
  background: var(--white);
}

.page-section.muted {
  background:
    radial-gradient(circle at top right, rgba(24, 201, 155, 0.08), transparent 26%),
    var(--mint-soft);
  border-top: 1px solid var(--line);
}

.legal-wrap,
.content-wrap {
  max-width: 980px;
}

.legal-wrap > * + *,
.content-wrap > * + * {
  margin-top: 22px;
}

/* =========================
   CONTACT PAGE
========================= */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 22px;
}

.contact-info .legal-text-card {
  background:
    radial-gradient(circle at 94% 12%, rgba(24, 201, 155, 0.08), transparent 34%),
    var(--white);
}

.contact-info h2 {
  margin-bottom: 14px;
}

.contact-info p {
  color: var(--muted);
}

.contact-info a {
  color: var(--green-deep);
  font-weight: 900;
  word-break: break-word;
}

.contact-notice {
  display: inline-flex;
  margin-top: 8px;
  color: #b00000;
  font-weight: 900;
}

.contact-form {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(12, 95, 91, 0.06);
}

/* =========================
   PREMIUM LEGAL LAYOUT
========================= */

.legal-premium-wrap {
  max-width: 1180px;
}

.legal-owner-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 12%, rgba(24, 201, 155, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfa 100%);
  box-shadow: 0 24px 70px rgba(11, 44, 42, 0.08);
}

.legal-owner-content h2,
.legal-service-card h2,
.legal-text-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.legal-address {
  margin-bottom: 26px;
  line-height: 1.8;
  color: var(--text);
}

.legal-alert {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  max-width: 560px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(164, 0, 0, 0.15);
  background: #fff2f2;
}

.legal-alert i {
  margin-top: 2px;
  color: #c10000;
  font-size: 1.1rem;
}

.legal-alert strong {
  display: block;
  margin-bottom: 5px;
  color: #8a0000;
}

.legal-alert span {
  display: block;
  color: #8a0000;
  line-height: 1.6;
}

.legal-contact-panel {
  display: grid;
  gap: 14px;
}

.legal-contact-item {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.legal-contact-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-contact-item a,
.legal-contact-item strong {
  color: var(--green-deep);
  font-weight: 900;
  font-size: 1rem;
  word-break: break-word;
}

/* =========================
   LEGAL SERVICES
========================= */

.legal-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.legal-service-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(12, 95, 91, 0.06);
}

.legal-service-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.06);
}

.legal-service-card p {
  position: relative;
  z-index: 1;
}

.legal-service-card p:last-child {
  margin-bottom: 0;
}

.legal-service-card a {
  color: var(--green-dark);
  font-weight: 900;
}

.legal-service-card h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

/* =========================
   CARDS
========================= */

.legal-card,
.legal-text-card,
.content-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(11, 44, 42, 0.045);
}

.legal-main,
.content-muted {
  background: var(--mint-soft);
}

.legal-text-card h2 i {
  margin-right: 10px;
  color: var(--green-dark);
}

.legal-card p:last-child,
.legal-text-card p:last-child,
.content-card p:last-child {
  margin-bottom: 0;
}

.legal-card a,
.legal-text-card a,
.content-card a {
  font-weight: 800;
}

.legal-text-card p,
.content-card p {
  line-height: 1.75;
  color: var(--muted);
}

.legal-text-card ul,
.content-card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.legal-text-card li + li,
.content-card li + li {
  margin-top: 6px;
}

/* =========================
   GRID
========================= */

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* =========================
   MINI KICKER
========================= */

.mini-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--mint-soft);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* =========================
   IMAGE GRID
========================= */

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.image-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.image-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

.image-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--mint-soft);
}

.image-grid figcaption {
  padding: 12px 16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

/* =========================
   FEATURE IMAGE
========================= */

.feature-image {
  width: min(100%, 760px);
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}

.feature-image img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.feature-image figcaption {
  padding: 12px 16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.feature-image-school img {
  object-position: center 42%;
}

/* =========================
   HERO IMAGE
========================= */

.hero-image {
  width: min(100%, 860px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(11, 44, 42, 0.08);
}

.hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: var(--mint-soft);
}

.hero-image figcaption {
  padding: 14px 18px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

/* =========================
   NOTICE BOX
========================= */

.notice-box {
  padding: 34px;
  border-radius: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark));
  box-shadow: 0 20px 60px rgba(11, 44, 42, 0.12);
}

.notice-box h2,
.notice-box p {
  color: var(--white);
}

.notice-box p {
  margin-bottom: 0;
  opacity: 0.92;
}

.notice-box a {
  color: var(--white);
  font-weight: 900;
  text-decoration: underline;
}

/* =========================
   QUICK HELP
========================= */

.quick-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.quick-help-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(24, 201, 155, 0.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fcfb 100%);
  box-shadow: 0 18px 50px rgba(12, 95, 91, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.quick-help-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.06);
  pointer-events: none;
}

.quick-help-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 201, 155, 0.22);
  box-shadow: 0 24px 60px rgba(12, 95, 91, 0.12);
}

.quick-help-card i {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, var(--green-deep), var(--green-dark));
  color: var(--white);
  font-size: 1.35rem;
  box-shadow: 0 10px 24px rgba(12, 95, 91, 0.18);
}

.quick-help-card span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--mint-soft);
  color: var(--green-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.quick-help-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text);
}

.quick-help-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* =========================
   FORM
========================= */

.form-group {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.form-group label {
  font-weight: 800;
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 0.95rem;
  font-family: inherit;
  background: var(--white);
  color: var(--text);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green-dark);
  box-shadow: 0 0 0 3px rgba(24, 201, 155, 0.15);
}

.form-group textarea {
  min-height: 170px;
  resize: vertical;
}

.form-privacy {
  margin-top: 6px;
}

.form-privacy label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--muted);
}

.form-privacy input {
  width: auto;
  min-width: 14px;
  margin-top: 4px;
}

.form-privacy a {
  color: var(--green-dark);
  font-weight: 900;
}

/* =========================
   FORM FEEDBACK
========================= */

.form-success,
.form-error {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.form-success {
  background: var(--mint);
  color: var(--green-deep);
  border: 1px solid var(--line);
}

.form-error {
  background: #fff0f0;
  color: #a40000;
  border: 1px solid #f1caca;
}

/* =========================
   SPAM FIELD
========================= */

.spam-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .legal-service-grid {
    grid-template-columns: 1fr;
  }

  .legal-owner-card {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    max-width: 860px;
  }

  .quick-help-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .page-section {
    padding: 72px 0;
  }

  .page-hero {
    padding: 72px 0 66px;
  }

  .quick-help-grid,
  .image-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-owner-card,
  .legal-service-card,
  .legal-text-card,
  .legal-card,
  .content-card,
  .contact-form,
  .quick-help-card {
    padding: 26px;
    border-radius: 22px;
  }

  .quick-help-card h3 {
    font-size: 1.4rem;
  }

  .quick-help-card i {
    width: 52px;
    height: 52px;
    font-size: 1.2rem;
    border-radius: 16px;
  }

  .hero-image {
    width: 100%;
    border-radius: 20px;
  }

  .hero-image img {
    aspect-ratio: 4 / 3;
  }

  .hero-image figcaption {
    padding: 11px 14px;
    font-size: 0.85rem;
  }
}

@media (max-width: 600px) {
  .page-hero h1 {
    line-height: 1.02;
  }

  .legal-alert {
    grid-template-columns: 1fr;
  }

  .legal-contact-item {
    padding: 16px 18px;
  }

  .contact-form {
    padding: 22px;
  }

  .form-privacy label {
    font-size: 0.82rem;
  }
}

/* =========================
   DONATION PAGE
========================= */

.donation-wide {
  max-width: 1180px;
}

.donation-premium-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 84% 18%, rgba(24, 201, 155, 0.18), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(13, 126, 113, 0.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfa 56%, #e8faf6 100%);
  border-bottom: 1px solid var(--line);
}

.donation-premium-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.09);
  pointer-events: none;
}

.donation-premium-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.donation-premium-content h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.donation-premium-content .lead {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
  color: var(--muted);
}

.donation-premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.donation-premium-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 12%, rgba(24, 201, 155, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(11, 44, 42, 0.09);
}

.donation-premium-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.08);
  pointer-events: none;
}

.donation-premium-card-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-deep), var(--green-dark));
  box-shadow: 0 14px 30px rgba(12, 95, 91, 0.18);
  font-size: 1.7rem;
}

.donation-premium-card span,
.donation-premium-card strong,
.donation-premium-card p {
  position: relative;
  z-index: 1;
}

.donation-premium-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-deep);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.donation-premium-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.donation-premium-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.donation-trust {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.donation-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.donation-trust-item {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--green-deep);
  background: var(--mint-soft);
  font-weight: 900;
  text-align: center;
}

.donation-trust-item i {
  font-size: 1.1rem;
}

.donation-premium-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.donation-premium-head h2,
.donation-pay-head h2,
.donation-impact-premium h2,
.donation-final-box h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.donation-premium-head p,
.donation-pay-head p,
.donation-final-box p {
  color: var(--muted);
  line-height: 1.75;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--mint-soft);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.donation-use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.donation-use-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(24, 201, 155, 0.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fcfb 100%);
  box-shadow: 0 18px 50px rgba(12, 95, 91, 0.06);
}

.donation-use-card.featured {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark));
}

.donation-use-card.featured h3,
.donation-use-card.featured p {
  color: var(--white);
}

.donation-use-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-deep), var(--green-dark));
  font-size: 1.35rem;
  box-shadow: 0 10px 24px rgba(12, 95, 91, 0.18);
}

.donation-use-card.featured .donation-use-icon {
  color: var(--green-deep);
  background: var(--white);
}

.donation-use-card h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.donation-use-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.donation-pay-section {
  padding: 88px 0;
  background:
    radial-gradient(circle at top right, rgba(24, 201, 155, 0.08), transparent 30%),
    var(--mint-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.donation-pay-shell {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(11, 44, 42, 0.08);
}

.donation-pay-head {
  max-width: 820px;
  margin-bottom: 32px;
}

.donation-pay-grid {
  display: grid;
  gap: 22px;
}

.donation-pay-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.donation-pay-card,
.donation-gofundme-wide,
.donation-wishlist-wide,
.donation-certificate-box,
.donation-impact-premium,
.donation-final-box {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(12, 95, 91, 0.06);
}

.donation-pay-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 28px;
}

.donation-pay-card h3,
.donation-gofundme-content h3,
.donation-certificate-box h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.donation-pay-card p,
.donation-gofundme-content p,
.donation-certificate-box p {
  color: var(--muted);
  line-height: 1.75;
}

.paypal-mail {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 22px 0;
  padding: 16px 18px;
  border-radius: 16px;
  color: var(--green-deep);
  background: var(--mint-soft);
  font-weight: 900;
  word-break: break-word;
}

.paypal-mail i {
  font-size: 1.25rem;
}

.paypal-button-wrap {
  margin-top: 20px;
}

.donation-bank-box {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.donation-bank-box.premium {
  padding: 18px;
  border-radius: 20px;
  background: var(--mint-soft);
}

.bank-row {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.bank-row span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bank-row strong {
  color: var(--green-deep);
  font-weight: 900;
  word-break: break-word;
}

.donation-gofundme-wide {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 34px;
  border-radius: 28px;
}

.donation-wishlist-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 34px;
  border-radius: 28px;
}

.gofundme-embed-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--mint-soft);
}

.gofundme-embed-wrap .gfm-embed {
  width: 100%;
}

.donation-certificate-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 22px;
  padding: 28px;
  border-radius: 24px;
}

.donation-certificate-box > i {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-deep), var(--green-dark));
  font-size: 1.25rem;
}

.donation-certificate-box p {
  margin-bottom: 0;
}

.donation-impact-premium {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 94% 12%, rgba(24, 201, 155, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fcfb 100%);
}

.donation-impact-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.donation-impact-premium-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

.donation-impact-premium-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green-deep);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.donation-impact-premium-item span {
  display: block;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 700;
}

.donation-final-premium-section {
  padding: 0 0 88px;
  background: var(--white);
}

.donation-final-box {
  padding: 44px;
  border-radius: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark));
}

.donation-final-box h2,
.donation-final-box p {
  color: var(--white);
}

.donation-final-box p {
  max-width: 760px;
  opacity: 0.92;
}

.donation-final-box .mini-kicker {
  color: var(--green-deep);
  background: var(--white);
}

.donation-final-box .btn {
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .donation-premium-inner,
  .donation-impact-premium,
  .donation-gofundme-wide, 
.donation-wishlist-wide {
    grid-template-columns: 1fr;
  }

  .donation-use-grid,
  .donation-trust-grid,
  .donation-impact-premium-grid {
    grid-template-columns: 1fr;
  }

  .donation-pay-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .donation-premium-hero,
  .donation-pay-section {
    padding: 72px 0;
  }

  .donation-premium-card,
  .donation-pay-shell,
  .donation-impact-premium,
  .donation-final-box {
    border-radius: 24px;
  }

  .donation-pay-shell,
  .donation-impact-premium,
  .donation-final-box {
    padding: 26px;
  }

  .donation-premium-card,
  .donation-use-card,
  .donation-pay-card,
  .donation-gofundme-wide,
  .donation-certificate-box {
    padding: 26px;
    border-radius: 22px;
  }

  .donation-certificate-box {
    grid-template-columns: 1fr;
  }

  .donation-trust-grid {
    gap: 12px;
  }

  .donation-trust-item {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .donation-premium-content h1 {
    line-height: 1.02;
  }

  .donation-premium-actions {
    flex-direction: column;
  }

  .donation-premium-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .paypal-mail {
    align-items: flex-start;
  }

  .bank-row {
    padding: 13px 14px;
  }
}

/* =========================
   EDUCATION PAGE
========================= */

.education-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 28px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 94% 14%, rgba(24, 201, 155, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfa 100%);
  box-shadow: 0 24px 70px rgba(11, 44, 42, 0.08);
}

.education-highlight-content {
  align-self: center;
}

.education-highlight-content h2 {
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.education-highlight-content p {
  color: var(--muted);
  line-height: 1.75;
}

.education-highlight-content p:last-child {
  margin-bottom: 0;
}

.education-highlight-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(11, 44, 42, 0.08);
}

.education-highlight-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  background: var(--mint-soft);
}

.education-highlight-image figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  color: var(--white);
  background: rgba(11, 44, 42, 0.72);
  backdrop-filter: blur(10px);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
}

/* =========================
   PERSON CARD
========================= */

.person-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 14%, rgba(24, 201, 155, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7fcfb 100%);
  box-shadow: 0 22px 64px rgba(11, 44, 42, 0.075);
}

.person-card-content {
  align-self: center;
}

.person-card-content h2 {
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.person-card-content p {
  color: var(--muted);
  line-height: 1.75;
}

.person-card-content p:last-child {
  margin-bottom: 0;
}

.person-card-content strong {
  color: var(--text);
}

.person-card-content a {
  color: var(--green-deep);
  font-weight: 900;
  word-break: break-word;
}

.person-card-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(11, 44, 42, 0.08);
}

.person-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  background: var(--mint-soft);
}

.person-card-image figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  color: var(--white);
  background: rgba(11, 44, 42, 0.72);
  backdrop-filter: blur(10px);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
}

.notice-box h2 i {
  margin-right: 10px;
}

/* =========================
   EDUCATION RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .education-highlight,
  .person-card {
    grid-template-columns: 1fr;
  }

  .education-highlight-image img,
  .person-card-image img {
    height: auto;
    max-height: 520px;
  }
}

@media (max-width: 800px) {
  .education-highlight,
  .person-card {
    padding: 26px;
    border-radius: 24px;
  }

  .education-highlight-image,
  .person-card-image {
    border-radius: 20px;
  }

  .education-highlight-image img,
  .person-card-image img {
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 600px) {
  .education-highlight,
  .person-card {
    padding: 20px;
    border-radius: 20px;
  }

  .education-highlight-image figcaption,
  .person-card-image figcaption {
    position: static;
    border: 0;
    border-radius: 0;
    color: var(--muted);
    background: var(--white);
    backdrop-filter: none;
  }
}

/* =========================
   WEDDING PIGEONS PAGE
========================= */

.wedding-hero {
  padding: 86px 0;
}

.wedding-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 46px;
  align-items: center;
}

.wedding-hero-content {
  position: relative;
  z-index: 1;
}

.wedding-hero-content h1 {
  max-width: 840px;
}

.wedding-hero-content .lead {
  max-width: 720px;
}

.wedding-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.wedding-hero-image {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(11, 44, 42, 0.11);
}

.wedding-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: var(--mint-soft);
}

.wedding-hero-image figcaption {
  padding: 16px 18px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.wedding-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wedding-fact-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 10%, rgba(24, 201, 155, 0.12), transparent 34%),
    var(--white);
  box-shadow: 0 18px 50px rgba(12, 95, 91, 0.06);
}

.wedding-fact-card::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(24, 201, 155, 0.06);
  pointer-events: none;
}

.wedding-fact-card span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-deep), var(--green-dark));
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(12, 95, 91, 0.18);
}

.wedding-fact-card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.wedding-fact-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.wedding-split-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 15%, rgba(24, 201, 155, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7fcfb 100%);
  box-shadow: 0 18px 50px rgba(12, 95, 91, 0.06);
}

.wedding-split-card::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 34px;
  width: 82px;
  height: 82px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(24, 201, 155, 0.14), rgba(13, 126, 113, 0.10));
  transform: rotate(8deg);
  pointer-events: none;
}

.wedding-split-card-accent {
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark));
  border-color: rgba(255, 255, 255, 0.18);
}

.wedding-split-card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.wedding-split-card p {
  position: relative;
  z-index: 1;
  max-width: 860px;
  color: var(--muted);
  line-height: 1.75;
}

.wedding-split-card p:last-child {
  margin-bottom: 0;
}

.wedding-split-card-accent h2,
.wedding-split-card-accent p {
  color: var(--white);
}

.wedding-split-card-accent p {
  opacity: 0.92;
}

.wedding-final-box {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.20), transparent 34%),
    linear-gradient(135deg, var(--green-deep), var(--green-dark));
  box-shadow: 0 24px 70px rgba(11, 44, 42, 0.16);
}

.wedding-final-box::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.wedding-final-box .mini-kicker {
  position: relative;
  z-index: 1;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.9);
}

.wedding-final-box h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.wedding-final-box p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: var(--white);
  opacity: 0.92;
  line-height: 1.75;
}

.wedding-final-box .btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* =========================
   WEDDING RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .wedding-hero-inner {
    grid-template-columns: 1fr;
  }

  .wedding-hero-image {
    max-width: 760px;
  }

  .wedding-intro-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .wedding-hero {
    padding: 72px 0 66px;
  }

  .wedding-hero-inner {
    gap: 30px;
  }

  .wedding-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wedding-hero-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .wedding-hero-image,
  .wedding-fact-card,
  .wedding-split-card,
  .wedding-final-box {
    border-radius: 24px;
  }

  .wedding-fact-card,
  .wedding-split-card,
  .wedding-final-box {
    padding: 28px;
  }

  .wedding-split-card::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .wedding-hero-image figcaption {
    padding: 12px 14px;
    font-size: 0.85rem;
  }

  .wedding-fact-card,
  .wedding-split-card,
  .wedding-final-box {
    padding: 22px;
    border-radius: 20px;
  }

  .wedding-fact-card span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}
