.donation-option-section,
.donation-option-section * {
  box-sizing: border-box;
}

.donation-option-section {
  width: 100%;
  padding: clamp(35px, 5vw, 65px) clamp(16px, 4vw, 60px);
  background: #fffdf9;
  display: grid;
  grid-template-columns: 0.72fr 1.35fr;
  gap: clamp(28px, 4vw, 50px);
  align-items: center;
  font-family: inherit;
  color: #082b17;
  position: relative;
  overflow: hidden;
}

.donation-option-section:before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -95px;
  width: 360px;
  height: 190px;
  background: #fff1e5;
  border-radius: 50%;
  opacity: 0.65;
}

.donation-option-left,
.donation-option-right {
  position: relative;
  z-index: 2;
}

.donation-option-left > span {
  color: #e94b12;
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 800;
  letter-spacing: 2.5px;
}

.donation-option-left i {
  display: block;
  width: 64px;
  height: 2px;
  background: #e94b12;
  margin: 18px 0 32px;
}

.donation-option-left h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
  font-weight: 400;
  color: #1d2a2a;
}

.donation-option-left h2 strong {
  color: #e94b12;
  font-weight: 700;
}

.donation-option-left p {
  max-width: 540px;
  margin: 0 0 16px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.75;
  color: #111827;
}

.donation-option-right {
  border: 1px solid #ead8cb;
  border-radius: 16px;
  padding: clamp(22px, 3vw, 38px);
  background: rgba(255,255,255,.7);
}

.donation-option-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 2.5vw, 30px);
  align-items: center;
  margin-bottom: clamp(25px, 3vw, 38px);
}

.donation-option-heart {
  width: clamp(70px, 7vw, 92px);
  height: clamp(70px, 7vw, 92px);
  border-radius: 50%;
  background: #fff1e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donation-heart-icon{
    width:46%;
    height:46%;
    object-fit:contain;
    display:block;
    color:#E84B11;
}

.donation-option-top h3 {
  margin: 0;
  font-size: clamp(22px, 2.45vw, 34px);
  line-height: 1.35;
  color: #123d1d;
  font-weight: 700;
}

.donation-option-cards {
  border: 1px solid #ead8cb;
  border-radius: 15px;
  padding: clamp(22px, 2.6vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fffdf9;
}

.donation-option-card {
  text-align: center;
  padding: 0 clamp(12px, 1.4vw, 18px);
  border-right: 1px solid #ead8cb;
  transition: .3s ease;
  min-width: 0;
}

.donation-option-card:last-child {
  border-right: none;
}

.donation-option-card:hover {
  transform: translateY(-6px);
}

.option-icon {
  width: clamp(58px, 5vw, 76px);
  height: clamp(58px, 5vw, 76px);
  margin: 0 auto clamp(16px, 2vw, 22px);
  border-radius: 50%;
  background: #eef4eb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
}

.option-icon svg {
  width: 48%;
  height: 48%;
  fill: none;
  stroke: #315f2f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.donation-option-card:hover .option-icon {
  background: #e94b12;
}

.donation-option-card:hover .option-icon svg {
  stroke: #fff;
}

.donation-option-card h4 {
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.55;
  font-weight: 500;
  color: #123d1d;
}

.buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(38px, 3.5vw, 44px);
  padding: 0 8px;
  border-radius: 7px;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: .2px;
  white-space: nowrap;
  border: 1px solid #315f2f;
  color: #245c2d !important;
  transition: .3s ease;
  gap: 6px;
}

.buttons .currency-symbol {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 800;
}

.buttons a:last-child {
  background: #e94b12;
  color: #fff !important;
  border-color: #e94b12;
}

.buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(233,75,18,.16);
}

@media (max-width: 1180px) {
  .donation-option-section {
    grid-template-columns: 1fr;
  }

  .donation-option-left p {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .donation-option-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .donation-option-card {
    border-right: none;
    border-bottom: 1px solid #ead8cb;
    padding: 0 0 24px;
  }

  .donation-option-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .buttons {
    max-width: 240px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .donation-option-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .donation-option-heart {
    margin: 0 auto;
  }

  .donation-option-left i {
    margin: 16px 0 25px;
  }

  .donation-option-right {
    border-radius: 14px;
  }

  .donation-option-cards {
    padding: 22px 16px;
  }

}

@media (max-width: 420px) {
  .buttons {
    max-width: 220px;
    gap: 8px;
  }

  .buttons a {
    height: 38px;
    font-size: 12px;
  }
}
