/* ========================================================
   Santa's Little Cloud — Home Proposal
   Design surface: Decide / Learn
   Goal: keep the carousel hero, reduce brochure saturation,
   make the photos + CTA lead the experience.
   ======================================================== */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap');

:root {
  --sky: #dff4ff;
  --sky-deep: #7cc5ee;
  --cloud: #ffffff;
  --cloud-soft: rgba(255,255,255,0.82);
  --ink: #1e425d;
  --muted: #59768b;
  --red: #e8392c;
  --red-dark: #ba251b;
  --blue: #2e6fd6;
  --blue-dark: #17498f;
  --orange: #f7941d;
  --green: #78b83f;
  --yellow: #f7d84a;
  --purple: #8a4fcf;
  --line: rgba(46,111,214,0.16);
  --shadow: 0 18px 42px rgba(26, 79, 128, 0.16);
  --soft-shadow: 0 10px 24px rgba(26, 79, 128, 0.12);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body {
  font-family: 'Nunito', 'Trebuchet MS', sans-serif;
  color: var(--ink);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1100' viewBox='0 0 1600 1100'%3E%3Cg fill='%23fff' fill-opacity='.42'%3E%3Ccircle cx='116' cy='60' r='65'/%3E%3Ccircle cx='186' cy='40' r='84'/%3E%3Ccircle cx='270' cy='68' r='60'/%3E%3Ccircle cx='1330' cy='54' r='68'/%3E%3Ccircle cx='1400' cy='34' r='90'/%3E%3Ccircle cx='1490' cy='74' r='58'/%3E%3C/g%3E%3Cg fill='none' stroke='%232a9dea' stroke-opacity='.34' stroke-width='3' stroke-linecap='round' stroke-dasharray='8 13'%3E%3Cpath d='M62 300c75-85 154 84 228 0s150 75 225-5'/%3E%3Cpath d='M1292 284c82-92 152 75 232-8'/%3E%3Cpath d='M90 860c75-68 145 82 225 0s140 72 206 7'/%3E%3Cpath d='M1122 820c70-77 136 76 222-2s136 64 204-8'/%3E%3C/g%3E%3Cg fill='none' stroke='%232a9dea' stroke-opacity='.35' stroke-width='3'%3E%3Cpath d='M450 254c-28-30-80 7-37 45l37 35 37-35c43-38-9-75-37-45z'/%3E%3Cpath d='M1420 646c-22-24-63 6-29 36l29 28 29-28c34-30-7-60-29-36z'/%3E%3C/g%3E%3Cg fill='%23f7c841' fill-opacity='.66'%3E%3Cpath d='M115 590l8 20 22 1-17 14 6 22-19-12-19 12 6-22-17-14 22-1z'/%3E%3Cpath d='M1300 420l7 18 20 1-16 13 5 20-16-11-17 11 6-20-16-13 20-1z'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.54) 0 13%, transparent 38%),
    linear-gradient(180deg, #9ddcf4 0%, #d9f5ff 35%, #f7fdff 61%, #bceaf5 100%);
  background-size: 1600px 1100px, 100% 100%, 100% 100%;
  background-position: center top, center top, center top;
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-attachment: fixed;
  background-color: #bceaf5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* Header */
.site-header,
.main-nav,
.hero-shell,
.trust-row,
.section-wrap,
.final-cta,
.footer-grid {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.proposal-header {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px 22px 8px;
}
.logo img { width: 205px; filter: drop-shadow(0 12px 18px rgba(16, 76, 129, .16)); }
.header-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.badge-toprated { width: 92px; }
.badge-caring { width: 124px; }
.header-call {
  background: var(--cloud);
  border: 2px solid rgba(255,255,255,.9);
  color: var(--red-dark);
  padding: 12px 17px;
  border-radius: 999px;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
  white-space: nowrap;
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}
.language-toggle {
  appearance: none;
  border: 2px solid rgba(255,255,255,.92);
  background: var(--blue);
  color: #fff;
  padding: 11px 14px;
  border-radius: 999px;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: .86rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--soft-shadow);
}
.language-toggle:hover { filter: brightness(1.08); }
#google_translate_element { display: none; }
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }

/* Navigation — still playful, but calmer */
.proposal-nav { padding: 0 22px; }
.proposal-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin: 0;
  padding: 0;
}
.proposal-nav li { flex: 1 1 0; min-width: 0; }
.proposal-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  color: #fff;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(.55rem, 1vw, .74rem);
  padding: 0 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 8px 18px rgba(31,87,136,.16);
  border: 2px solid rgba(255,255,255,.65);
  transition: transform .18s ease, filter .18s ease;
  white-space: nowrap;
  overflow: hidden;
}
.proposal-nav a span { overflow: hidden; text-overflow: ellipsis; }
.slc-spanish .proposal-nav a {
  font-size: clamp(.47rem, .84vw, .64rem);
  letter-spacing: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.proposal-nav a:hover { transform: translateY(-2px); filter: saturate(1.12) brightness(1.04); }
.proposal-nav a.active {
  transform: translateY(-6px) scale(1.08);
  filter: saturate(1.18) brightness(1.08);
  z-index: 3;
  border-color: #fff;
  border-width: 5px;
  box-shadow:
    inset 0 3px 0 rgba(255,255,255,.58),
    0 0 0 8px rgba(255,255,255,.55),
    0 0 0 14px rgba(255,255,255,.22),
    0 18px 32px rgba(35,80,112,.28);
  animation: slc-active-nav-breathe 2.8s ease-in-out infinite;
}
.proposal-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(35,80,112,.14);
}
@keyframes slc-active-nav-breathe {
  0%, 100% { box-shadow: inset 0 3px 0 rgba(255,255,255,.58), 0 0 0 8px rgba(255,255,255,.55), 0 0 0 14px rgba(255,255,255,.22), 0 18px 32px rgba(35,80,112,.28); }
  50% { box-shadow: inset 0 3px 0 rgba(255,255,255,.72), 0 0 0 11px rgba(255,255,255,.46), 0 0 0 18px rgba(255,255,255,.18), 0 22px 38px rgba(35,80,112,.32); }
}
.proposal-nav li:nth-child(1) a { background: linear-gradient(180deg, #ff7b70 0%, var(--red) 100%); }
.proposal-nav li:nth-child(2) a { background: linear-gradient(180deg, #ffc7df 0%, #e85f9a 100%); }
.proposal-nav li:nth-child(3) a { background: linear-gradient(180deg, #ffc067 0%, var(--orange) 100%); }
.proposal-nav li:nth-child(4) a { background: linear-gradient(180deg, #6cabee 0%, var(--blue) 100%); }
.proposal-nav li:nth-child(5) a { background: linear-gradient(180deg, #61d1c8 0%, #239f98 100%); }
.proposal-nav li:nth-child(6) a { background: linear-gradient(180deg, #b7f27f 0%, var(--green) 100%); color: #173d12; }
.proposal-nav li:nth-child(7) a { background: linear-gradient(180deg, #b990ed 0%, var(--purple) 100%); }
.proposal-nav li:nth-child(8) a { background: linear-gradient(180deg, #ffe675 0%, #e8b900 100%); color: #5d4300; }

/* Hero */
.hero-shell {
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(520px, 1.18fr);
  gap: 24px;
  align-items: stretch;
  padding: 28px 22px 12px;
}
.cloud-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.86));
  border: 4px solid rgba(255,255,255,.95);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: clamp(26px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}
h1, h2, h3 { font-family: 'Baloo 2', cursive; line-height: .96; margin: 0; }
h1 {
  color: var(--red);
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  letter-spacing: -.035em;
  text-shadow: 0 3px 0 #fff, 0 10px 24px rgba(232,57,44,.16);
}
.slc-spanish #hero-title { font-size: clamp(2.1rem, 4.15vw, 4.05rem); }
.hero-lede {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.45vw, 1.26rem);
  line-height: 1.55;
  font-weight: 700;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: 'Baloo 2', cursive;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  border: 0;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.42), 0 10px 18px rgba(24,77,128,.18);
}
.btn-primary { background: linear-gradient(180deg, #ff7468, var(--red)); color: #fff; }
.btn-secondary { background: linear-gradient(180deg, #fff5ae, var(--yellow)); color: #684700; }
.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.hero-notes span {
  background: rgba(46,111,214,.09);
  border: 1px solid rgba(46,111,214,.16);
  color: var(--blue-dark);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .82rem;
  font-weight: 900;
}

/* Carousel */
.slideshow {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: var(--shadow);
  background: #fff;
  min-height: 430px;
}
.slides-stack {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 430px;
  aspect-ratio: 16 / 10;
}
.slide-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1s ease, transform 4.3s ease;
}
.slide-photo.active { opacity: 1; transform: scale(1.08); }
.slide-photo.photo-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #dff3f7;
  transform: scale(1.02);
}
.slide-photo.photo-fit.active { transform: scale(1.08); }
.slide-photo.children-center { background-position: center center; }
.slide-photo.grand-opening-slide {
  background-position: center right;
}
.hero-slideshow::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(11,54,90,.58));
  pointer-events: none;
}
.hero-slideshow { min-height: 462px; }
.hero-slideshow .slides-stack { min-height: 462px; }
.photo-caption {
  position: absolute;
  z-index: 6;
  left: 26px;
  right: 96px;
  bottom: 24px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.42);
}
.photo-caption strong {
  display: block;
  font-family: 'Baloo 2', cursive;
  font-size: clamp(1.4rem, 2.4vw, 2.05rem);
  line-height: 1;
}
.photo-caption span { display: block; margin-top: 2px; font-weight: 800; }
.slc-spanish .photo-caption { left: 20px; right: 78px; bottom: 20px; }
.slc-spanish .photo-caption strong { font-size: clamp(1.2rem, 2vw, 1.72rem); line-height: 1.06; }
.slc-spanish .photo-caption span { font-size: .9rem; line-height: 1.25; }
.photo-caption.grand-opening-caption {
  max-width: 620px;
  padding: 16px 20px 15px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(232,57,44,.92), rgba(247,148,29,.92));
  border: 3px solid rgba(255,255,255,.82);
  box-shadow: 0 14px 26px rgba(0,0,0,.24), inset 0 2px 0 rgba(255,255,255,.35);
}
.photo-caption.grand-opening-caption strong {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  text-transform: uppercase;
}
.photo-caption.grand-opening-caption span {
  font-size: 1rem;
  letter-spacing: .02em;
}
.arrow,
.music-toggle,
.dots button {
  border: 0;
  cursor: pointer;
}
.arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(13,53,84,.42);
  color: #fff;
  font-size: 1.45rem;
  display: grid;
  place-items: center;
  backdrop-filter: blur(6px);
}
.arrow.prev { left: 14px; }
.arrow.next { right: 14px; }
.music-toggle {
  position: absolute;
  z-index: 8;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(13,53,84,.52);
  color: #fff;
  border: 2px solid rgba(255,255,255,.6);
}
.dots {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
}
.dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
}
.dots button.active { width: 24px; background: #fff; }

/* Sections */
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 10px 22px 24px;
}
.trust-row article {
  background: rgba(255,255,255,.82);
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--soft-shadow);
}
.trust-row strong { display: block; font-family: 'Baloo 2', cursive; font-size: 1.15rem; color: var(--red); }
.trust-row span { display: block; color: var(--muted); line-height: 1.35; font-weight: 700; }
.section-wrap { padding: 42px 22px 10px; }
.section-heading { max-width: 720px; margin: 0 auto 24px; text-align: center; }
.section-heading.compact { max-width: 790px; }
h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); color: var(--ink); letter-spacing: -.025em; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-weight: 700; line-height: 1.55; font-size: 1.05rem; }

.faq-section { padding-bottom: 26px; }
.faq-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.faq-grid article {
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(238,251,255,.9));
  border: 3px solid #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: var(--soft-shadow);
}
.faq-grid h3 { margin: 0 0 8px; color: var(--ink); font-family: 'Baloo 2', cursive; font-size: 1.3rem; line-height: 1.08; }
.faq-grid p { margin: 0; color: var(--muted); font-weight: 700; line-height: 1.45; }
.faq-grid a { color: var(--teal-dark); font-weight: 900; }

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.program-card {
  min-height: 285px;
  border-radius: 26px;
  padding: 26px;
  border: 4px solid rgba(255,255,255,.9);
  box-shadow: var(--soft-shadow);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.program-card::before,
.program-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
}
.program-card::before { width: 150px; height: 150px; top: -54px; right: -26px; }
.program-card::after { width: 92px; height: 92px; top: 34px; right: 78px; }
.program-card.babies { background: linear-gradient(145deg, #ffc7df, #e85f9a); }
.program-card.toddlers { background: linear-gradient(145deg, #f7b247, #e8392c); }
.program-card.preschool { background: linear-gradient(145deg, #75cbef, #2e6fd6); }
.card-kicker { font-weight: 900; text-transform: uppercase; letter-spacing: .12em; opacity: .9; }
.program-card h3 { font-size: 1.78rem; margin: 8px 0 10px; position: relative; z-index: 1; }
.program-card p { margin: 0; line-height: 1.45; font-weight: 800; position: relative; z-index: 1; }

.photo-story {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 28px;
}
.story-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.story-copy {
  background: rgba(255,255,255,.84);
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--soft-shadow);
}
.story-copy p { color: var(--muted); font-weight: 700; line-height: 1.6; }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { font-weight: 900; color: var(--ink); }
.check-list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 9px; }

/* Cleaner location cards */
.proposal-locations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.proposal-locations .loc-card {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: var(--soft-shadow);
}
.location-resource-link {
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.location-resource-link:hover,
.location-resource-link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(35,91,126,.2);
}
.location-resource-tag {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(57,151,217,.12);
  color: var(--blue);
  font-weight: 900;
}
.proposal-locations .loc-photo { aspect-ratio: 4 / 3; overflow: hidden; }
.proposal-locations .loc-photo img { width: 100%; height: 100%; object-fit: cover; }
.proposal-locations .loc-body { padding: 16px 15px 18px; }
.proposal-locations .loc-body span { color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; }
.proposal-locations .loc-body h3 { color: var(--red); font-size: 1.18rem; line-height: 1.05; margin: 6px 0 10px; }
.proposal-locations .loc-body p { margin: 0; color: var(--muted); font-weight: 800; line-height: 1.35; }

.staff-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.staff-strip a {
  background: rgba(255,255,255,.86);
  border: 3px solid #fff;
  border-radius: 22px;
  padding: 14px;
  text-align: center;
  box-shadow: var(--soft-shadow);
  font-family: 'Baloo 2', cursive;
  font-weight: 900;
  color: var(--red);
}
.staff-strip img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px;
  margin: 0 auto 10px;
  border: 4px solid #e6f7ff;
  box-shadow: 0 9px 18px rgba(35, 80, 112, .16);
}
.staff-strip small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: 'Baloo 2', cursive;
  font-size: .94rem;
  letter-spacing: .02em;
  font-weight: 900;
}
.staff-strip img.maria-photo {
  object-fit: cover;
  object-position: center center;
  transform: none;
  background: #f7fbff;
  box-shadow:
    0 0 0 6px #f7fbff inset,
    0 11px 22px rgba(35, 80, 112, .18);
}
.providers-strip { grid-template-columns: repeat(4, 1fr); }

.proposal-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.proposal-testimonials blockquote {
  margin: 0;
  background: rgba(255,255,255,.86);
  border: 3px solid rgba(255,255,255,.94);
  border-radius: 24px;
  padding: 22px;
  box-shadow: var(--soft-shadow);
  display: flex;
  flex-direction: column;
}
.stars { color: var(--orange); font-weight: 900; margin-bottom: 8px; letter-spacing: .05em; }
.proposal-testimonials p { margin: 0; color: var(--ink); font-weight: 800; line-height: 1.5; }
.proposal-testimonials cite {
  margin-top: auto;
  padding-top: 14px;
  color: var(--sky-deep);
  font-style: normal;
  font-weight: 900;
}

.final-cta {
  margin-top: 44px;
  margin-bottom: 20px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.32) 0 92px, transparent 94px),
    linear-gradient(135deg, var(--blue), var(--sky-deep));
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow);
  border: 5px solid #fff;
}
.final-cta .eyebrow,
.final-cta h2,
.final-cta p { color: #fff; }
.final-cta p:not(.eyebrow) { margin: 10px 0 0; max-width: 680px; line-height: 1.55; font-weight: 800; }
.final-cta .btn-secondary { background: #fff; color: var(--blue-dark); }
.final-cta .notranslate { margin-left: .18em; }
.home-cta-layout {
  max-width: var(--max);
  margin: 44px auto 0;
  padding: 0 22px;
}
.home-cta-layout .home-final-cta { width: 100%; margin: 0 0 20px; }

.proposal-footer {
  margin-top: 48px;
  background: linear-gradient(180deg, #fff0a0 0%, #a7d96d 60%, #78b83f 100%);
  padding: 28px 22px 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  font-size: .88rem;
  font-weight: 700;
}
.footer-grid strong { display: block; font-family: 'Baloo 2', cursive; font-size: 1.05rem; color: var(--ink); margin-bottom: 3px; }
.social-links {
  max-width: var(--max);
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.42);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--blue-dark);
  box-shadow: 0 5px 12px rgba(22,80,51,.15);
}
.social-links a:hover { transform: translateY(-1px); filter: brightness(1.05); }
.social-links a::before {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
.social-links .facebook-link { background: #1877f2; color: #fff; }
.social-links .facebook-link::before { content: 'f'; font-family: Arial, sans-serif; }
.social-links .instagram-link { background: linear-gradient(135deg, #833ab4, #fd1d1d 52%, #fcb045); color: #fff; }
.social-links .instagram-link::before { content: '◎'; font-size: 1.35rem; }
.social-links .tiktok-link { background: #111; color: #fff; text-shadow: 1px 0 #25f4ee, -1px 0 #fe2c55; }
.social-links .tiktok-link::before { content: '♪'; color: #fff; text-shadow: 1px 0 #25f4ee, -1px 0 #fe2c55; }
.social-links .whatsapp-link { background: #25d366; color: #fff; }
.social-links .whatsapp-link::before { content: '◔'; font-size: 1.15rem; }
.delc-footer-link {
  display: block;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(28,84,51,.22);
}
.delc-resource {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px 14px;
}
.delc-resource .delc-footer-link { width: 100%; max-width: none; }
.delc-footer-link img { width: 100%; transition: transform .25s ease, filter .25s ease; }
.delc-footer-link:hover img { transform: scale(1.02); filter: brightness(1.04); }
.partner-resources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.partner-resources .delc-footer-link {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 180px;
  padding: 14px;
  border: 4px solid #fff;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}
.partner-resources .delc-footer-link img {
  max-height: 190px;
  object-fit: contain;
}

@media (max-width: 960px) {
  .proposal-header { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .hero-shell { grid-template-columns: 1fr; }
  .slideshow, .slides-stack { min-height: 360px; }
  .hero-slideshow, .hero-slideshow .slides-stack { min-height: 390px; }
  .program-grid, .trust-row, .proposal-testimonials, .faq-grid { grid-template-columns: 1fr; }
  .photo-story { grid-template-columns: 1fr; }
  .proposal-locations { grid-template-columns: repeat(2, 1fr); }
  .staff-strip, .providers-strip { grid-template-columns: repeat(2, 1fr); }
  .final-cta { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { background-attachment: scroll; }
  .proposal-nav ul {
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }
  .proposal-nav ul::-webkit-scrollbar { display: none; }
  .proposal-nav li { flex: 0 0 auto; }
  .proposal-nav a { min-width: 104px; }
  .hero-copy { padding: 26px 22px; }
  .slideshow, .slides-stack { min-height: 310px; }
  .hero-slideshow, .hero-slideshow .slides-stack { min-height: 330px; }
  .photo-caption { left: 18px; right: 18px; bottom: 30px; }
  .proposal-locations, .staff-strip { grid-template-columns: 1fr; }
  .partner-resources { grid-template-columns: 1fr; }
  .staff-strip img { width: 132px; height: 132px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
