:root {
  --ink: #0b4a3f;
  --text: #334d57;
  --accent: #157a61;
  --cream: #fbfaf4;
  --mint: #eff6ed;
  --line: #cbd6d5;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: "DM Sans", Arial, sans-serif;
}
main {
  max-width: 1536px;
  margin: auto;
  overflow: hidden;
}
.hero {
  min-height: 705px;
  display: grid;
  grid-template-columns: 60% 40%;
  position: relative;
  background:
    linear-gradient(
      90deg,
      #fbfaf4 0%,
      #fbfaf4 49%,
      rgba(251, 250, 244, 0.62) 62%,
      rgba(251, 250, 244, 0) 74%
    ),
    url("hero1.png") right top/auto 100% no-repeat;
}
.hero-copy {
  padding: 203px 0 54px 68px;
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 25px;
  color: #28775e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.eyebrow span {
  display: inline-block;
  height: 16px;
  border-left: 1px solid #28775e;
  margin: 0 12px -4px;
}
h1,
.donation-card h2,
.impact-card h2,
legend {
  font-family: "Libre Baskerville", Georgia, serif;
  color: #083d34;
}
.hero h1 {
  font-size: 55px;
  line-height: 1.03;
  letter-spacing: -0.045em;
  margin: 0 0 25px;
}
.hero-text {
  font-size: 17px;
  line-height: 1.52;
  margin: 0;
}
.hand-note {
  font-family: Caveat, cursive;
  color: #174e49;
  font-size: 23px;
  margin: 30px 0 0;
  display: inline-block;
  position: relative;
}
.hand-note:after {
  content: "";
  display: block;
  width: 270px;
  height: 13px;
  border-top: 3px solid #4d9f79;
  border-radius: 50%;
  transform: rotate(-4deg);
  margin: -1px 0 0 42px;
}
.leaf-mark {
  font-family: Georgia, serif;
  color: #2e745d;
  font-size: 26px;
  margin-right: 12px;
  display: inline-block;
  transform: rotate(-28deg);
}
.hero-photo {
  display: none;
}
.donation-area {
  display: grid;
  grid-template-columns: 58% 42%;
  padding: 0 40px 14px;
  align-items: stretch;
  margin-top: -125px;
  position: relative;
  z-index: 2;
}
.donation-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 27px 28px 18px;
  box-shadow: 0 10px 40px rgba(32, 72, 59, 0.04);
}
.form-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 28px;
}
.form-heading h2 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 9px;
}
.form-heading p {
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
}
.hand-heart {
  width: 72px;
  flex: 0 0 72px;
}
.hand-heart svg {
  width: 100%;
  fill: none;
  stroke: #0e6153;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
legend,
.amount-label {
  font-family: "Libre Baskerville", Georgia, serif;
  color: #104b41;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
}
.field {
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 15px;
  gap: 13px;
}
.field > span:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.field b {
  font-size: 11px;
  color: #174f48;
  font-weight: 500;
  margin-bottom: 3px;
}
.field input,
.amount-field input {
  border: 0;
  outline: 0;
  background: transparent;
  font:
    13px "DM Sans",
    sans-serif;
  color: var(--text);
  padding: 0;
  width: 100%;
}
.field input::placeholder,
.amount-field input::placeholder {
  color: #9aa7ad;
}
.field-icon {
  color: #0d6659;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  flex: 0 0 24px;
}
.field-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #0d6659;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.donation-options {
  border-top: 1px solid #d8e1df;
  padding-top: 18px;
  margin-top: 22px;
}
.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.option {
  height: 158px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  color: #154b45;
}
.option.selected {
  border: 1.5px solid #158161;
  background: linear-gradient(135deg, #fff, #f1f8ed);
}
.option input {
  position: absolute;
  opacity: 0;
}
.option b {
  font-size: 14px;
  margin-top: 7px;
}
.option strong {
  font-size: 16px;
  margin-top: 5px;
}
.option i {
  width: 18px;
  height: 18px;
  border: 1px solid #6e9192;
  border-radius: 50%;
  margin-top: 12px;
  position: relative;
}
.option.selected i {
  border-color: #168d6c;
}
.option.selected i:after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #168d6c;
}
.stick {
  height: 49px;
  width: 3px;
  background: #0d5c50;
  transform: rotate(29deg);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(7, 68, 59, 0.04);
}
.stick:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 4px;
  height: 7px;
  background: #063f39;
  border-radius: 3px;
}
.stick.two {
  box-shadow: 15px 0 0 #0d5c50;
}
.stick.three {
  box-shadow:
    11px 0 0 #0d5c50,
    22px 0 0 #0d5c50;
}
.amount-label {
  display: block;
  /* margin: 29px 0 12px; */
}
.amount-field {
  height: 43px;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 14px;
}
.amount-field b {
  font-size: 19px;
  color: #165d50;
}
.donation-card button {
  width: 100%;
  height: 47px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #126b58, #176f5f);
  color: white;
  font:
    600 15px "DM Sans",
    sans-serif;

  cursor: pointer;
}
.donation-card button span {
  font-size: 27px;
  vertical-align: -3px;
  margin-right: 7px;
}
.fine-print {
  text-align: center;
  font-size: 10px;
  color: #667984;
  margin: 9px 0 0;
}
.impact-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f8ee, #f1f7ee 52%, #eaf4e8);
  padding: 38px 20px 0;
  border-radius: 0 0 12px 12px;
  min-height: 786px;
}
.impact-card h2 {
  font-size: 29px;
  margin: 0 0 15px;
}
.impact-intro {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 29px;
}
.benefit-list {
  display: grid;
  gap: 38px;
}
.benefit-list article {
  display: flex;
  align-items: center;
  gap: 23px;
}
.benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dcebd8;
  color: #0d594c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex: 0 0 80px;
}
.benefit-icon.shield {
  font:
    700 30px Georgia,
    serif;
  border: 2px solid transparent;
}
.benefit-icon.heart {
  font:
    42px Georgia,
    serif;
}
.benefit-list h3 {
  color: #154e45;
  font-size: 16px;
  margin: 0 0 6px;
}
.benefit-list p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.impact-art {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  background: url("impact.png") right bottom/cover no-repeat;
  mix-blend-mode: multiply;
}
.trust-strip {
  min-height: 90px;
  background: linear-gradient(90deg, #f2f8ee, #f7faf4);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 21px 46px;
  gap: 0;
}
.trust-strip article {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 0 20px;
  border-right: 1px solid #b8d2c8;
}
.trust-strip article:last-child {
  border: 0;
}
.trust-strip span {
  color: #0d5b4e;
  font:
    33px Georgia,
    serif;
  line-height: 1;
}
.trust-strip b {
  display: block;
  color: #154e45;
  font-size: 12px;
  margin-bottom: 5px;
}
.trust-strip small {
  font-size: 10px;
  line-height: 1.5;
  color: #50666c;
  display: block;
}
@media (max-width: 800px) {
  .hero {
    min-height: 660px;
    display: block;
    background:
      linear-gradient(180deg, rgba(251, 250, 244, 0.05) 36%, #fbfaf4 72%),
      url("hero1.png") 72% top/auto 420px no-repeat;
  }
  .hero-copy {
    padding: 360px 24px 50px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-text {
    font-size: 16px;
  }
  .desktop-break {
    display: none;
  }
  .donation-area {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0 16px 16px;
  }
  .donation-card {
    padding: 25px 18px;
  }
  .form-heading {
    align-items: flex-start;
  }
  .hand-heart {
    width: 54px;
    flex-basis: 54px;
  }
  .form-heading h2 {
    font-size: 24px;
  }
  .option-grid {
    grid-template-columns: 1fr;
  }
  .option {
    height: 125px;
  }
  .impact-card {
    min-height: 780px;
    padding: 35px 24px;
  }
  .trust-strip {
    grid-template-columns: 1fr 1fr;
    padding: 24px 12px;
    row-gap: 24px;
  }
  .trust-strip article:nth-child(2) {
    border-right: 0;
  }
  .benefit-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .impact-art {
    height: 270px;
  }
  .hand-note {
    font-size: 21px;
  }
}
@media (max-width: 470px) {
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-strip article {
    border-right: 0;
    border-bottom: 1px solid #b8d2c8;
    padding-bottom: 18px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .benefit-list article {
    gap: 14px;
  }
  .impact-card {
    min-height: 830px;
  }
  .form-heading p {
    font-size: 13px;
  }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}