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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #102a43;
  background: #f5f7fb;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 63, 92, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.5rem;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.logo-circle {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #ff9a9e, #f6416c);
  font-size: 1.4rem;
}

.logo-text h1 {
  font-size: 1rem;
  font-weight: 700;
}

.logo-text .tagline {
  font-size: 0.76rem;
  color: #627d98;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.9rem;
}

.main-nav a {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: #102a43;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.main-nav a:hover {
  background: rgba(56, 189, 248, 0.1);
  transform: translateY(-1px);
}

.main-nav .nav-cta {
  background: linear-gradient(135deg, #06b6d4, #0ea5e9);
  color: #fefefe;
  font-weight: 600;
}

.hero {
  max-width: 1100px;
  margin: 1.5rem auto 2rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.4fr);
  gap: 1.5rem;
}

.hero-text h2 {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
}

.hero-text p {
  margin-bottom: 0.75rem;
}

.hero-card {
  background: linear-gradient(150deg, #0ea5e9, #22c55e);
  color: #f9fafb;
  border-radius: 1.4rem;
  padding: 1.3rem 1.4rem;
  box-shadow: 0 18px 45px rgba(15, 118, 110, 0.25);
}

.hero-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.hero-card p + p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
}

.btn.primary {
  background: linear-gradient(135deg, #06b6d4, #0ea5e9);
  color: #fdfdfd;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.25);
}

.btn.secondary {
  background: #ffffff;
  color: #0f766e;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.btn.ghost {
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.btn.venmo {
  background: linear-gradient(135deg, #06b6d4, #0ea5e9);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.25);
}

.btn.small {
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
}

.btn.large {
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
}

.btn.full-width {
  width: 100%;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
}

.highlight {
  font-weight: 700;
  color: #0e7490;
}

.tiny-note {
  font-size: 0.78rem;
  color: #64748b;
}

.section {
  padding: 2.3rem 1.5rem;
}

.section.light {
  background: #ffffff;
}

.section-inner {
  max-width: 1050px;
  margin: 0 auto;
}

.section h2 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.grid.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 1.5rem;
}

.grid.stack-mobile {
  align-items: flex-start;
}

.highlight-box {
  background: #f1f5f9;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.highlight-box h3 {
  margin-bottom: 0.4rem;
}

.badge-list {
  list-style: none;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.badge-list li {
  margin-bottom: 0.25rem;
}

.muted {
  color: #64748b;
}

.small {
  font-size: 0.86rem;
}

.tiny {
  font-size: 0.75rem;
}

.center {
  text-align: center;
}

.story-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  margin-bottom: 1rem;
}

.story-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.story-meta {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 0.4rem;
}

.callout {
  background: #ecfeff;
  border-radius: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(6, 182, 212, 0.35);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.gallery-item {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 0.8rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.gallery-photo {
  border-radius: 0.9rem;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.gallery-photo.placeholder {
  background: linear-gradient(145deg, #e0f2fe, #fef9c3);
  color: #0f172a;
}

.gallery-caption {
  font-size: 0.85rem;
  margin-top: 0.45rem;
  color: #475569;
}

.form-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.form-card h3 {
  margin-bottom: 0.4rem;
}

.form-group {
  margin-bottom: 0.75rem;
}

.form-group label {
  display: block;
  font-size: 0.86rem;
  margin-bottom: 0.25rem;
  color: #334155;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.5rem 0.55rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(148, 163, 184, 0.9);
  font: inherit;
  outline: none;
  transition: border 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.form-group input[type="file"] {
  padding: 0.3rem 0.2rem;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.4);
  background: #f9fdff;
}

.highlight-section {
  background: radial-gradient(circle at top left, #e0f2fe, #cffafe, #fdf2ff);
  text-align: center;
}

.highlight-section .section-inner {
  max-width: 700px;
}

.social-links {
  margin-top: 0.7rem;
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  padding: 1rem 1.5rem 1.5rem;
  background: #ffffff;
}

.footer-inner {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-card {
    order: -1;
  }

  .grid.two-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .main-nav {
    display: none;
  }

  .site-header {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 1.1rem;
  }

  .section {
    padding: 1.7rem 1.1rem;
  }
}
