/* U CHARITY INC — nonprofit site styles */
:root {
  --teal-900: #0a4f4f;
  --teal-700: #0d6e6e;
  --teal-500: #149494;
  --gold-500: #c9a227;
  --gold-400: #dbb84a;
  --cream: #faf8f4;
  --slate-900: #1a2332;
  --slate-600: #4a5568;
  --slate-400: #94a3b8;
  --white: #ffffff;
  --shadow: 0 4px 24px rgba(10, 79, 79, 0.08);
  --radius: 12px;
  --font: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --font-serif: "Lora", Georgia, "Times New Roman", serif;
  --navy: #1a4a7a;
  --navy-dark: #123456;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--slate-900);
  background: var(--cream);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--teal-700);
  text-decoration: none;
}

a:hover {
  color: var(--teal-900);
}

.container {
  width: min(1140px, 92vw);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(13, 110, 110, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--slate-900);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand span {
  line-height: 1.2;
}

.brand small {
  display: block;
  font-weight: 500;
  font-size: 0.7rem;
  color: var(--teal-700);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--teal-700);
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 1.75rem;
  align-items: center;
}

.main-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--slate-600);
}

.main-nav a:hover {
  color: var(--teal-700);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn-primary {
  background: linear-gradient(135deg, var(--teal-700), var(--teal-500));
  color: var(--white);
  box-shadow: 0 4px 14px rgba(13, 110, 110, 0.35);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13, 110, 110, 0.4);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color: var(--slate-900);
}

/* Hero */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      105deg,
      rgba(10, 79, 79, 0.92) 0%,
      rgba(13, 110, 110, 0.78) 45%,
      rgba(20, 148, 148, 0.55) 100%
    ),
    url("../images/hero.jpg") center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 4rem 0 5rem;
  max-width: 640px;
}

.hero-badge {
  display: inline-block;
  background: rgba(201, 162, 39, 0.25);
  border: 1px solid var(--gold-400);
  color: var(--gold-400);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  font-weight: 800;
}

.hero p {
  font-size: 1.125rem;
  opacity: 0.95;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stats dt {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold-400);
}

.hero-stats dd {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Sections */
section {
  padding: 5rem 0;
}

.section-label {
  color: var(--teal-700);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 1rem;
  color: var(--slate-900);
  font-weight: 600;
}

.section-lead {
  color: var(--slate-600);
  max-width: 620px;
  margin-bottom: 2.5rem;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.about-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.about-card h3 {
  color: var(--teal-700);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.about-list {
  list-style: none;
}

.about-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.95rem;
}

.about-list li:last-child {
  border-bottom: none;
}

.about-list strong {
  color: var(--slate-600);
  font-weight: 500;
}

.mission-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.mission-point {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.mission-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(13, 110, 110, 0.1);
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* Activities */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.activity-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s;
}

.activity-card:hover {
  transform: translateY(-4px);
}

.activity-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.activity-body {
  padding: 1.5rem;
}

.activity-meta {
  font-size: 0.8rem;
  color: var(--teal-700);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.activity-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.activity-card p {
  font-size: 0.9rem;
  color: var(--slate-600);
  margin-bottom: 1rem;
}

.read-more {
  font-size: 0.9rem;
  font-weight: 600;
}

/* Donate */
.donate-section {
  background: linear-gradient(160deg, var(--teal-900), var(--teal-700));
  color: var(--white);
}

.donate-section .section-label,
.donate-section .section-title,
.donate-section .section-lead {
  color: var(--white);
}

.donate-section .section-lead {
  opacity: 0.9;
}

.donate-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.donate-options {
  display: grid;
  gap: 1rem;
}

.donate-option {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: background 0.2s;
}

.donate-option:hover {
  background: rgba(255, 255, 255, 0.16);
}

.donate-option .icon {
  font-size: 1.5rem;
}

.donate-option h4 {
  margin-bottom: 0.25rem;
}

.donate-option p {
  font-size: 0.9rem;
  opacity: 0.88;
}

.donate-visual img {
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.donate-form-panel {
  background: var(--white);
  color: var(--slate-900);
  border-radius: var(--radius);
  padding: 2rem;
  margin-top: 2.5rem;
}

.donate-form-panel h3 {
  margin-bottom: 0.5rem;
}

.donate-form-panel > p {
  font-size: 0.9rem;
  color: var(--slate-600);
  margin-bottom: 1.5rem;
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.amount-btn {
  padding: 0.75rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background: var(--cream);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

.amount-btn:hover,
.amount-btn.active {
  border-color: var(--teal-700);
  background: rgba(13, 110, 110, 0.08);
  color: var(--teal-700);
}

.form-row {
  margin-bottom: 1rem;
}

.form-row label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
}

.form-row textarea {
  min-height: 90px;
  resize: vertical;
}

.form-note {
  font-size: 0.8rem;
  color: var(--slate-600);
  margin-top: 1rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.pledge-success {
  background: linear-gradient(160deg, rgba(13, 110, 110, 0.08), rgba(201, 162, 39, 0.12));
  border: 1px solid rgba(13, 110, 110, 0.2);
  border-radius: var(--radius);
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}

.pledge-success-badge {
  display: inline-block;
  background: var(--teal-700);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.pledge-success h4 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.pledge-success-note {
  color: var(--slate-600);
  margin: 0.75rem 0 1.25rem;
  font-size: 0.95rem;
}

.payment-instructions {
  background: var(--white);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
  color: var(--slate-600);
}

.payment-instructions h5 {
  color: var(--teal-700);
  margin-bottom: 0.75rem;
}

.payment-instructions ol {
  margin: 0 0 1rem 1.25rem;
}

.payment-instructions li {
  margin-bottom: 0.5rem;
}

#pledge-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* Contact / Map */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
}

.contact-info {
  display: grid;
  gap: 1.25rem;
}

.contact-item {
  background: var(--white);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-item h4 {
  color: var(--teal-700);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.map-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(13, 110, 110, 0.12);
  background: #e8eef2;
}

.map-canvas {
  width: 100%;
  height: 420px;
  z-index: 1;
}

.map-pin-card {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 500;
  background: var(--white);
  border-radius: 10px;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  max-width: 260px;
}

.map-pin-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal-700);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.map-pin-card h4 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.map-pin-card p {
  font-size: 0.88rem;
  color: var(--slate-600);
  margin-bottom: 0.85rem;
  line-height: 1.45;
}

.btn-map {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--teal-700);
  color: var(--white) !important;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}

.btn-map:hover {
  background: var(--teal-900);
  color: var(--white) !important;
}

.leaflet-container {
  font-family: var(--font);
}

.leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 2px 6px !important;
  border-radius: 4px 0 0 0;
}

.leaflet-control-attribution a {
  color: var(--teal-700);
}

/* Programs */
.programs-section {
  background: var(--white);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.program-card {
  background: var(--cream);
  border: 1px solid rgba(13, 110, 110, 0.1);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

.program-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.program-num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-500);
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.program-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  color: var(--teal-900);
}

.program-card > p {
  font-size: 0.92rem;
  color: var(--slate-600);
  margin-bottom: 0.85rem;
}

.program-card ul {
  margin-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--slate-600);
}

.program-card li {
  margin-bottom: 0.25rem;
}

/* Impact */
.impact-section {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  color: var(--white);
  padding: 4.5rem 0;
}

.impact-inner {
  text-align: center;
}

.impact-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0.75rem;
}

.impact-lead {
  max-width: 560px;
  margin: 0 auto 2.5rem;
  opacity: 0.92;
  font-size: 1.05rem;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.impact-stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.impact-number {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--gold-400);
  line-height: 1;
}

.impact-label {
  font-size: 0.9rem;
  opacity: 0.9;
  letter-spacing: 0.02em;
}

/* Values */
.values-section {
  padding: 3.5rem 0;
  background: var(--cream);
  border-top: 1px solid rgba(13, 110, 110, 0.08);
  border-bottom: 1px solid rgba(13, 110, 110, 0.08);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.value-card {
  background: var(--white);
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.value-card h3 {
  font-family: var(--font-serif);
  color: var(--teal-700);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.value-card p {
  font-size: 0.92rem;
  color: var(--slate-600);
}

/* Newsletter */
.newsletter-section {
  background: linear-gradient(135deg, var(--navy), #2563a8);
  color: var(--white);
  padding: 3.5rem 0;
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: center;
}

.newsletter-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.newsletter-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}

.newsletter-copy p {
  opacity: 0.9;
  font-size: 0.95rem;
}

.newsletter-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
}

.btn-subscribe {
  background: linear-gradient(135deg, #e67e22, #f39c12);
  color: var(--white);
  border: none;
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.btn-subscribe:hover {
  filter: brightness(1.05);
}

.newsletter-msg {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.95;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Footer */
.site-footer {
  background: var(--slate-900);
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-grid-4 {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.footer-org-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: var(--white);
}

.footer-org-sub {
  font-size: 0.75rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-mission {
  font-size: 0.88rem;
  opacity: 0.82;
  max-width: 300px;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.footer-contact-list {
  list-style: none;
  font-size: 0.85rem;
  opacity: 0.8;
}

.footer-contact-list li {
  margin-bottom: 0.4rem;
}

.footer-contact-list strong {
  color: var(--gold-400);
  font-weight: 600;
  margin-right: 0.35rem;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.85);
}

.footer-verify-lead {
  font-size: 0.85rem;
  opacity: 0.75;
  margin-bottom: 0.5rem;
}

.footer-verify-note {
  font-size: 0.75rem;
  opacity: 0.55;
  margin-top: 0.75rem;
  line-height: 1.4;
}

.footer-brand img {
  width: 56px;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.9rem;
  opacity: 0.8;
  max-width: 280px;
}

.footer-col h4 {
  color: var(--gold-400);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  opacity: 0.7;
}

/* Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: var(--white);
  border-radius: var(--radius);
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--slate-600);
}

.modal img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.modal h2 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.modal .meta {
  font-size: 0.85rem;
  color: var(--teal-700);
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid,
  .donate-grid,
  .contact-grid,
  .activities-grid,
  .footer-grid,
  .footer-grid-4,
  .programs-grid,
  .values-grid,
  .newsletter-inner,
  .impact-stats {
    grid-template-columns: 1fr;
  }

  .impact-stats {
    gap: 1.5rem;
  }

  .map-pin-card {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }

  .map-card {
    display: flex;
    flex-direction: column-reverse;
  }

  .map-canvas {
    height: 320px;
  }

  .activities-grid {
    grid-template-columns: 1fr 1fr;
  }

  .amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid #eee;
    display: none;
    padding: 1rem;
  }

  .main-nav.open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .activities-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    flex-direction: column;
    gap: 1rem;
  }
}
