/* Local overrides — Xchange Alpha */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

.__variable_8c4c93 {
  --font-noto-sans: 'Outfit', ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;
}
.__variable_c1160d {
  --font-noto-sans-display: 'Outfit', ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;
}
body { font-family: 'Outfit', ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif; }

/* Brand accent overrides */
.bg-blue-dark-600 { background-color: #064e3b !important; }
.bg-blue-dark-700 { background-color: #022c22 !important; }
.text-blue-dark-600 { color: #064e3b !important; }
.hover\:text-blue-light-600:hover { color: #059669 !important; }
.border-t-blue-light-600 { border-top-color: #059669 !important; }
.bg-yellow-500 { background-color: #059669 !important; }
.border-yellow-500 { border-color: #059669 !important; }
.hover\:bg-yellow-400:hover { background-color: #10b981 !important; }
.text-gray-600 { color: #fff !important; }

/* Inner page layout */
.page-hero {
  background: linear-gradient(135deg, #064e3b 0%, #065f46 100%);
  color: #fff;
  padding: 2.5rem 1rem 3rem;
}
.page-hero h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.page-hero p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
  color: #d1fae5;
}
.page-content {
  background: #f0fdf4;
  padding: 2rem 1rem 3rem;
  min-height: 50vh;
}
.page-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);
  border: 1px solid #d1fae5;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
  transition: box-shadow .2s ease;
}
.page-card:hover {
  box-shadow: 0 4px 12px rgba(5,150,105,.1), 0 8px 24px rgba(5,150,105,.06);
}
.page-card h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #064e3b;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #059669;
  display: inline-block;
}
.page-card ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.page-card li { margin-bottom: 0.35rem; }
.page-card p {
  margin: 0 0 0.75rem;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.page-card p:last-child { margin-bottom: 0; }
.page-card a { color: #064e3b; font-weight: 600; }
.page-card a:hover { text-decoration: underline; }
.page-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 50px;
  background: #059669;
  color: #fff;
  border: 2px solid #059669;
  transition: background .2s ease, border-color .2s ease;
}
.page-cta:hover { background: #10b981; border-color: #10b981; color: #fff; }
.page-accent {
  border-left: 4px solid #059669;
  background: #f0fdf4;
  padding: 0.75rem 1rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  color: #475569;
}
.page-accent a { color: #064e3b; font-weight: 600; }
.page-accent a:hover { text-decoration: underline; }

/* ── Logo styles ── */
.site-logo {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  line-height: 1;
  gap: 0;
}
.site-logo-text {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #1a3a5c;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.site-logo-accent {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.45rem;
  font-weight: 900;
  color: #FDBD0A;
  letter-spacing: -0.03em;
}
.site-logo-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FDBD0A;
  border-radius: 50%;
  margin: 0 1px 3px 2px;
  vertical-align: middle;
  flex-shrink: 0;
}
.site-logo-footer .site-logo-text {
  font-size: 2.4rem;
  color: #ffffff;
}
.site-logo-footer .site-logo-accent {
  font-size: 2.4rem;
}
.site-logo-footer .site-logo-dot {
  width: 11px;
  height: 11px;
  margin-bottom: 5px;
}
.site-logo-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.site-logo-hero .site-logo-row {
  display: inline-flex;
  align-items: baseline;
}
.site-logo-hero .site-logo-text {
  font-size: clamp(2.5rem, 8vw, 5rem);
  color: #ffffff;
}
.site-logo-hero .site-logo-accent {
  font-size: clamp(2.5rem, 8vw, 5rem);
}
.site-logo-hero .site-logo-dot {
  width: clamp(10px, 1.5vw, 16px);
  height: clamp(10px, 1.5vw, 16px);
  margin-bottom: clamp(6px, 1vw, 10px);
}
.site-logo-hero .site-logo-tagline {
  font-family: ui-sans-serif, system-ui, Arial, sans-serif;
  font-size: clamp(0.65rem, 1.5vw, 0.85rem);
  font-weight: 400;
  color: #94a3b8;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
