:root {
  --green: #16724f;
  --green-dark: #0d4f38;
  --green-soft: #e9f6ef;
  --gold: #f5b942;
  --orange: #f47b45;
  --text: #17352a;
  --muted: #60756d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(22, 114, 79, 0.18);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Inter", "Hind Siliguri", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(245, 185, 66, 0.28), transparent 34%),
    radial-gradient(circle at bottom right, rgba(22, 114, 79, 0.2), transparent 36%),
    linear-gradient(135deg, #fffaf0 0%, #f4fbf7 48%, #edf8f2 100%);
  overflow-x: hidden;
}

.page {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 18px;
}

.blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.7;
  z-index: 0;
}

.blob.one {
  width: 180px;
  height: 180px;
  top: 8%;
  right: 8%;
  background: rgba(245, 185, 66, 0.26);
}

.blob.two {
  width: 120px;
  height: 120px;
  left: 7%;
  bottom: 12%;
  background: rgba(244, 123, 69, 0.18);
}

.card {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  padding: 56px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 10px 16px;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid rgba(22, 114, 79, 0.12);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.badge span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(245, 185, 66, 0.18);
}

h1 {
  max-width: 680px;
  color: var(--green-dark);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.bangla-name {
  display: block;
  margin-top: 12px;
  font-family: "Hind Siliguri", sans-serif;
  color: var(--orange);
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -0.02em;
}

.lead {
  max-width: 650px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.8;
}

.highlight {
  color: var(--green-dark);
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(22, 114, 79, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(22, 114, 79, 0.3);
}

.domain {
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(245, 185, 66, 0.75);
}

.visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}

.circle {
  position: absolute;
  width: min(390px, 86vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(233, 246, 239, 0.9)),
    radial-gradient(circle, rgba(245, 185, 66, 0.32), transparent 68%);
  border: 1px solid rgba(22, 114, 79, 0.08);
  box-shadow: inset 0 0 60px rgba(22, 114, 79, 0.08), 0 30px 80px rgba(13, 79, 56, 0.16);
}

.hands {
  position: relative;
  width: min(330px, 78vw);
  padding: 34px;
  background: var(--white);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(13, 79, 56, 0.15);
  text-align: center;
}

.icon-wrap {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, #fff5d6, #e7f7ef);
  border-radius: 50%;
}

.logo-wrap {
  width: 146px;
  height: 146px;
  padding: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 3px solid rgba(22, 114, 79, 0.1);
  box-shadow: 0 14px 30px rgba(13, 79, 56, 0.12);
}

.foundation-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
}

.visual-title {
  color: var(--green-dark);
  font-family: "Hind Siliguri", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.visual-text {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.mini-card {
  position: absolute;
  max-width: 190px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 114, 79, 0.09);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(13, 79, 56, 0.12);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.mini-card.children {
  top: 34px;
  left: 0;
}

.mini-card.elderly {
  right: 0;
  bottom: 42px;
}

.footer-note {
  margin-top: 34px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 900px) {
  .card {
    grid-template-columns: 1fr;
    padding: 38px 24px;
  }

  .visual {
    min-height: 360px;
    order: -1;
  }

  .mini-card.children {
    left: 4px;
  }

  .mini-card.elderly {
    right: 4px;
  }
}

@media (max-width: 560px) {
  .page {
    padding: 16px;
  }

  .card {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .lead {
    line-height: 1.7;
  }

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

  .button,
  .domain {
    width: 100%;
    text-align: center;
  }

  .visual {
    min-height: 330px;
  }

  .hands {
    width: 86%;
    padding: 26px 20px;
  }

  .mini-card {
    display: none;
  }
}
