/* Public CBO landing page */
.landing-page {
  min-height: 100vh;
  display: block;
  background: #e8f4fb;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(160deg, #1DA1F2 0%, #0C85D0 48%, #FF7A00 100%);
  min-height: 64vh;
  background-color: #1DA1F2;
}

.landing-brand { font-size: 1.05rem; letter-spacing: .02em; }
.landing-supporter-count {
  text-align: center;
  margin: 0;
  line-height: 1.25;
}
.landing-supporter-heading {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.landing-supporter-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: .35rem .5rem;
  line-height: 1.15;
}
.landing-supporter-num {
  letter-spacing: .01em;
  line-height: 1.2;
}
.landing-impact-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem;
}
.landing-impact-year {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: .15rem .65rem;
}
.landing-supporter-suffix {
  font-size: 1.15rem;
  font-weight: 700;
  opacity: .92;
}
.landing-eyebrow { letter-spacing: .14em; font-size: .75rem; opacity: .85; }
.landing-slogan {
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--mw-gold, #d4a017);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.landing-highlight { color: var(--mw-gold, #d4a017); }
.landing-lead { opacity: .92; max-width: 36rem; }

.org-side-panel { max-width: 420px; }

.org-kicker {
  letter-spacing: .14em;
  font-size: .75rem;
  opacity: .8;
}

.org-name {
  font-size: 1.65rem;
  letter-spacing: .01em;
}

.org-slogan {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #e8c547;
}

.how-we-work {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 1.15rem 1.25rem 1.2rem;
}

.how-we-work-list {
  list-style: none;
  counter-reset: how;
  padding: 0;
}

.how-we-work-list li {
  counter-increment: how;
  position: relative;
  padding: 0 0 .7rem 2.1rem;
  font-size: .92rem;
  line-height: 1.4;
  opacity: .95;
}

.how-we-work-list li:last-child { padding-bottom: 0; }

.how-we-work-list li::before {
  content: counter(how);
  position: absolute;
  left: 0;
  top: .05rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #FF7A00;
  color: #0f4c3a;
  font-size: .75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-card {
  background: rgba(255,255,255,.97);
  border-radius: 20px;
  padding: 2rem;
  border-left: 5px solid #FF7A00;
}
.vision-card-label { color: #1565C0; letter-spacing: .1em; }
.vision-card-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1a7a4a;
  line-height: 1.2;
  margin-bottom: .75rem;
}
.vision-card-text { color: #495057; }

.mission-block { background: #fff; }

.landing-group-card {
  background: #fff;
  border: 1px solid rgba(15, 76, 58, .08);
  border-radius: 1rem;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: 0 8px 24px rgba(15, 76, 58, .06);
}

.landing-need-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
}

.landing-need-chip {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  color: #0f4c3a;
  background: #e8f4ee;
  border-radius: 999px;
  padding: .15rem .55rem;
}

.landing-footer {
  background: linear-gradient(90deg, #0C85D0 0%, #1DA1F2 55%, #FF7A00 100%);
  border-top: 1px solid rgba(255,255,255,.18);
}

.landing-footer-slogan {
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--mw-gold, #d4a017) !important;
}

.resource-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  border: 1px solid rgba(0, 0, 0, .06);
}

.landing-project-card {
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 1rem;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.resource-thumb {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.resource-video,
.resource-video-file {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  background: #000;
}

.resource-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.resource-doc {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  color: var(--mw-primary, #1565C0);
  font-size: 3rem;
}

.resource-body {
  padding: 1rem 1.1rem 1.2rem;
}

@media (max-width: 576px) {
  .landing-hero { min-height: auto; padding-bottom: 2rem; }
  .org-side-panel { max-width: none; }
  .org-name { font-size: 1.4rem; }
  .vision-card-title { font-size: 1.6rem; }
}
