:root {
  --blue: #061b3b;
  --blue-soft: #17355e;
  --green: #0c7f39;
  --green-dark: #08642d;
  --green-soft: #b7f7c8;
  --cream: #f7f1e8;
  --off-white: #f8fbf7;
  --text-muted: #35506f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--off-white);
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 16px rgba(6, 27, 59, 0.08);
  backdrop-filter: blur(12px);
}

.header-inner,
.container,
.section-grid,
.donation-grid,
.contact-grid,
.hero-content {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(12, 127, 57, 0.2);
  border-radius: 999px;
  object-fit: cover;
}

.brand span {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--blue-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a:hover {
  color: var(--green);
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  padding: 10px 18px;
  box-shadow: 0 8px 20px rgba(12, 127, 57, 0.18);
}

.header-whatsapp:hover,
.button-green:hover {
  background: var(--green-dark);
}

.hero {
  position: relative;
  display: flex;
  min-height: 86vh;
  align-items: end;
  overflow: hidden;
  background: var(--blue);
  color: #fff;
  padding-top: 96px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 27, 59, 0.92), rgba(6, 27, 59, 0.64), rgba(12, 127, 57, 0.28)),
    rgba(6, 27, 59, 0.7);
}

.hero-content {
  position: relative;
  padding-bottom: 64px;
}

.eyebrow,
.section-label {
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
  font-size: clamp(1.65rem, 8vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.1;
}

.hero-tagline {
  margin-bottom: 22px;
  color: var(--green-soft);
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 900;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 48px;
  padding: 12px 26px;
  font-weight: 900;
}

.button-light {
  background: #fff;
  color: var(--blue);
}

.button-light:hover {
  background: #e9f8ee;
}

.button-green {
  background: var(--green);
  color: #fff;
}

.section {
  padding: 64px 0;
}

.section-white {
  background: #fff;
}

.section-green {
  background: #eef7f1;
}

.section-label {
  color: var(--green);
}

.section p,
.contact p {
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-grid,
.donation-grid,
.contact-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.section-grid {
  grid-template-columns: 0.85fr 1.15fr;
}

.aid-grid,
.donation-grid,
.contact-grid {
  grid-template-columns: 1fr 0.9fr;
}

.logo-panel {
  display: flex;
  justify-content: flex-start;
}

.logo-panel img {
  width: min(320px, 100%);
  border: 1px solid #d6e7dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 27, 59, 0.12);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.support-grid article {
  min-height: 176px;
  border: 1px solid #c7ded0;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 22px rgba(6, 27, 59, 0.06);
}

.support-grid span,
.aid-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
}

.support-grid span {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  background: var(--green);
  font-size: 1.3rem;
}

.support-grid h3 {
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
}

.aid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.aid-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d8e7de;
  border-radius: 8px;
  background: var(--off-white);
  padding: 16px;
  color: var(--blue-soft);
  font-weight: 800;
}

.aid-list span {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  background: var(--blue);
}

.community-image {
  width: 100%;
  border: 1px solid #d8e7de;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(6, 27, 59, 0.14);
}

.donations {
  background: var(--blue);
  color: #fff;
}

.donations .section-label {
  color: var(--green-soft);
}

.account-box {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.account-box p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.account-box strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--green-soft);
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
}

.amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.amounts span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  padding: 9px 16px;
  font-size: 0.9rem;
  font-weight: 900;
}

.amounts span:last-child {
  border-color: rgba(183, 247, 200, 0.6);
  background: var(--green);
  color: #fff;
}

.donation-copy {
  color: rgba(255, 255, 255, 0.82);
}

.qr-card,
.contact-card {
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  box-shadow: 0 14px 36px rgba(6, 27, 59, 0.16);
}

.qr-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px;
  text-align: center;
}

.qr-card p {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.qr-card img {
  width: min(260px, 100%);
  margin: 16px auto;
  border: 1px solid #d8e7de;
  border-radius: 8px;
}

.contact {
  background: var(--cream);
}

.contact-card {
  border: 1px solid #dccfbf;
  padding: 24px;
}

.contact-card > p,
.social-block p {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.phone {
  display: block;
  margin: 8px 0 20px;
  color: var(--blue);
  font-size: clamp(2.2rem, 6vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
}

.contact-card .button {
  width: 100%;
}

.social-block {
  margin-top: 28px;
  border-top: 1px solid #e9e2d8;
  padding-top: 20px;
}

.social-block strong {
  display: block;
  margin-bottom: 16px;
}

.facebook-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #1877f2;
  color: #fff;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 900;
}

.facebook-link:hover {
  background: #0f5fc2;
}

.facebook-link svg {
  width: 20px;
  height: 20px;
}

.site-footer {
  background: var(--blue);
  color: #fff;
  padding: 32px 16px;
  text-align: center;
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .section-grid,
  .aid-grid,
  .donation-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .aid-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .header-inner {
    gap: 10px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .header-whatsapp {
    padding: 10px 15px;
  }

  .hero {
    min-height: 86vh;
  }

  h1 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }
}
