/* Theme CSS — generated by WebGen */
:root {
  --primary: #64748b;
  --primary-foreground: #ffffff;
  --secondary: #06b6d4;
  --secondary-foreground: #ffffff;
  --accent: #ec4899;
  --accent-foreground: #111827;
  --background: #ffffff;
  --foreground: #111827;
  --card: #ffffff;
  --card-foreground: #111827;
  --border: #e5e7eb;
  --input: #e5e7eb;
  --ring: #64748b;
  --muted: #f3f4f6;
  --muted-foreground: #6b7280;
  --font-family: 'Open Sans', sans-serif;
  --radius: 1rem;
  /* Legacy aliases for backward compat */
  --color-primary: var(--primary);
  --color-secondary: var(--secondary);
  --color-accent: var(--accent);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-border: var(--border);
  --color-muted: var(--muted-foreground);
  --border-radius: var(--radius);
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-family); line-height: 1.6; color: var(--foreground); background: var(--background); margin: 0; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.2; }

/* === Layout === */
.container { max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
.section { padding: 3rem 0; }
.section:nth-child(even) { background: var(--muted); }
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* === Buttons === */
.btn-primary { background-color: var(--primary); color: var(--primary-foreground); padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 500; text-decoration: none; display: inline-block; transition: opacity 0.2s; border: none; cursor: pointer; font-size: 1rem; }
.btn-primary:hover { opacity: 0.9; }
.btn-secondary { background-color: var(--secondary); color: var(--secondary-foreground); padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 500; text-decoration: none; display: inline-block; transition: opacity 0.2s; border: none; cursor: pointer; font-size: 1rem; }
.btn-secondary:hover { opacity: 0.9; }
.btn-outline { background: transparent; color: var(--foreground); padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 500; text-decoration: none; display: inline-block; transition: background 0.2s; border: 1px solid var(--border); cursor: pointer; font-size: 1rem; }
.btn-outline:hover { background: rgba(0,0,0,0.05); }

/* === Card === */
.card { background: var(--card); color: var(--card-foreground); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }

/* === Forms === */
.form-input { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--input); border-radius: var(--radius); font-size: 1rem; font-family: inherit; background: var(--card); color: var(--foreground); }
.form-input:focus { outline: none; border-color: var(--ring); box-shadow: 0 0 0 2px rgba(37,99,235,0.15); }
.form-label { display: block; font-size: 0.875rem; font-weight: 500; color: var(--foreground); margin-bottom: 0.25rem; }
.form-group { margin-bottom: 1rem; }
.badge { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; background: var(--primary); color: var(--primary-foreground); }

/* === Typography === */
.text-xl { font-size: 1.5rem; line-height: 1.3; }
.text-lg { font-size: 1.125rem; line-height: 1.4; }
.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.75rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.text-muted { color: var(--muted-foreground); }
.text-primary { color: var(--primary); }
.text-center { text-align: center; }

/* === Spacing === */
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.w-full { width: 100%; }

/* === Navigation === */
.navbar { background: var(--card); border-bottom: 1px solid var(--border); padding: 1rem 0; position: sticky; top: 0; z-index: 40; }
.nav-brand { font-size: 1.5rem; font-weight: 700; color: var(--foreground); text-decoration: none; }
.nav-links { display: flex; gap: 1.5rem; align-items: center; }
.nav-link { color: var(--foreground); text-decoration: none; padding: 0.5rem 0; transition: color 0.2s; }
.nav-link:hover { color: var(--primary); }
.basiclogichubum_mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
@media (max-width: 767px) {
  .basiclogichubum_mobile-menu-btn { display: block; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--card); border-bottom: 1px solid var(--border); padding: 1rem; }
  .nav-links:not(.hidden) { display: flex; }
}

/* === Hero === */
.hero { background: var(--primary); color: #fff; padding: 5rem 0 4rem; }
.hero-title { font-size: 2.5rem; font-weight: 800; margin-bottom: 1.5rem; line-height: 1.1; }
.hero-subtitle { font-size: 1.25rem; margin-bottom: 2rem; max-width: 40rem; }
.hero-cta { margin-top: 2rem; }
@media (min-width: 768px) { .hero-title { font-size: 3.5rem; } }

/* === Footer === */
.footer { background: var(--muted); color: var(--foreground); padding: 3rem 0; }
.footer .text-muted { color: var(--muted-foreground); }
.footer-link { display: block; color: var(--primary); text-decoration: none; padding: 0.25rem 0; transition: color 0.2s; }
.footer-link:hover { color: var(--foreground); }

/* === CTA === */
.cta-section { background: var(--background); padding: 3rem 0; }
.cta-section .cta-card { max-width: 40rem; margin: 0 auto; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }

/* === Icons === */
.icon-box { display: flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: var(--radius); background: rgba(0,0,0,0.05); }
.icon-sm { width: 1.25rem; height: 1.25rem; }
.icon-md { width: 1.75rem; height: 1.75rem; }
.icon-lg { width: 3rem; height: 3rem; }
.logo-img { height: 2.5rem; }

/* === Utilities === */
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.flex { display: flex; }
.inline { display: inline; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.space-y-3 > * + * { margin-top: 0.75rem; }

/* === Prose (legal pages) === */
.prose { max-width: 65ch; line-height: 1.75; }
.prose p { margin-bottom: 1rem; }
.prose ul, .prose ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.prose li { margin-bottom: 0.25rem; }
.prose h1 { font-size: 2rem; margin-bottom: 1.5rem; }
.prose h2 { font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; }
.list-disc { list-style-type: disc; padding-left: 1.5rem; }

/* === Table === */
.table-wrap { overflow-x: auto; }
.table-full { width: 100%; border-collapse: collapse; border: 1px solid var(--border); }
.table-head { background: rgba(0,0,0,0.04); }
.table-cell { border: 1px solid var(--border); padding: 0.75rem 1rem; text-align: left; }

/* === Cookie banner & modal === */
.basiclogichubum_cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--card); border-top: 1px solid var(--border); box-shadow: 0 -4px 6px -1px rgba(0,0,0,0.1); z-index: 50; padding: 1rem; }
.basiclogichubum_cookie-banner.hidden, #basiclogichubum_cookie-banner.hidden, #cookie-consent-banner.hidden { display: none !important; }
#basiclogichubum_cookie-banner:not(.hidden), #cookie-consent-banner:not(.hidden) { display: block !important; }
.basiclogichubum_cookie-banner-inner { display: flex; flex-direction: column; gap: 1rem; align-items: center; }
@media (min-width: 768px) { .basiclogichubum_cookie-banner-inner { flex-direction: row; justify-content: space-between; } }
.basiclogichubum_cookie-banner-text { font-size: 0.875rem; color: var(--muted-foreground); }
.basiclogichubum_cookie-banner-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
.basiclogichubum_cookie-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 60; }
.basiclogichubum_cookie-modal.hidden, #basiclogichubum_cookie-modal.hidden { display: none !important; }
.basiclogichubum_cookie-modal-overlay { display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: 1rem; }
.basiclogichubum_cookie-modal-content { background: var(--card); border-radius: var(--radius); max-width: 28rem; width: 100%; padding: 1.5rem; }
.cookie-toggles { display: flex; flex-direction: column; gap: 1rem; }
.basiclogichubum_cookie-toggle-row { display: flex; align-items: center; justify-content: space-between; }
.basiclogichubum_cookie-modal-actions { display: flex; gap: 0.75rem; margin-top: 1.5rem; }
.basiclogichubum_cookie-modal-actions .btn-primary, .basiclogichubum_cookie-modal-actions .btn-outline { flex: 1; text-align: center; }

@media print { .no-print, .basiclogichubum_cookie-banner, .basiclogichubum_cookie-modal { display: none; } }


/* === CLASS ALIAS FIXES (injected by engine) === */
.nav-menu { /* alias for .nav-links */ }
.nav-menu { display: flex; gap: 1.5rem; align-items: center; }

/* === BASELINE SAFETY CSS (injected by engine) === */

/* Ensure .hidden works consistently even with ID-specific overrides */
.hidden { display: none !important; }

/* Prevent content overflow breaking layout */
img, video, iframe { max-width: 100%; height: auto; }
* { box-sizing: border-box; }

/* Ensure container has responsive padding */
.container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }

/* Prevent flex/grid children from overflowing */
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Responsive grid fallbacks */
@media (max-width: 768px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

/* Ensure forms don't break layout */
.form-input, input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  max-width: 100%;
}

/* Success message styling */
.success-message {
  margin-top: 1rem;
  padding: 1rem;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 0.5rem;
  color: #065f46;
  text-align: center;
}

/* Stacking context for hero sections — prevents z-index:-1 children from going behind the page */
.hero, .hero-section, .page-header, .cta, .cta-section { isolation: isolate; position: relative; }

/* Desktop nav injected by engine — show on desktop, hide on mobile */
.nav-menu { display: flex; align-items: center; gap: 1.5rem; }
.nav-menu .nav-link { text-decoration: none; color: var(--foreground, #1f2937); font-weight: 500; font-size: 0.95rem; transition: color 0.2s; }
.nav-menu .nav-link:hover { color: var(--primary, #2563eb); }
@media (max-width: 768px) {
  .nav-menu { display: none !important; }
}

/* Fixed header body padding safety */
body { min-height: 100vh; }

/* Prevent long words breaking layout */
h1, h2, h3, h4, p, li, td, th { overflow-wrap: break-word; word-wrap: break-word; }

/* === END BASELINE SAFETY CSS === */


/* === REPAIR PATCHES === */
.nav-links { list-style: none; padding: 0; margin: 0; }

[class*="mobile-menu-toggle"], [class*="mobile-menu-btn"] { display: none !important; }
@media (max-width: 767px) {
  [class*="mobile-menu-toggle"], [class*="mobile-menu-btn"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    background: var(--card);
    color: var(--foreground);
  }
}

.header, .nav, .nav-inner {
  width: 100%;
}
.nav {
  background: var(--card);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 40;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
}
.logo { display: inline-flex; align-items: center; }
.basiclogichubum_mobile-menu {
  display: none;
  background: var(--card);
  border-bottom: 1px solid var(--border);
}
.basiclogichubum_mobile-menu:not(.hidden) { display: block; }
.basiclogichubum_mobile-menu-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.basiclogichubum_mobile-menu-link {
  display: block;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.875rem;
  background: var(--card);
}

.hero {
  background: linear-gradient(135deg, rgba(15,23,42,0.92), rgba(30,41,59,0.78));
  color: #fff;
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.hero-text, .hero-text *, .hero-title, .hero-subtitle { color: #fff !important; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.hero-image {
  position: relative;
  min-width: 0;
}
.hero-img {
  width: 100%;
  min-height: 320px;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.hero .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.08);
}
.hero .btn-outline:hover { background: rgba(255,255,255,0.16); }
@media (min-width: 768px) {
  .hero-content { grid-template-columns: minmax(0,1.1fr) minmax(320px,0.9fr); }
}

.cta-section {
  background: linear-gradient(135deg, var(--primary), var(--accent, var(--secondary))) !important;
  color: var(--primary-foreground) !important;
}
.cta-section .cta-card {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
  color: var(--primary-foreground);
  backdrop-filter: blur(8px);
}
.cta-title, .cta-text, .cta-section .cta-card * { color: var(--primary-foreground) !important; }

.footer {
  background: #111827;
  color: #f3f4f6;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-content { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.footer-column a, .footer-links a, .footer-link { color: rgba(255,255,255,0.72); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1rem;
}
.footer p, .footer .text-muted, .footer-address, .footer-hours, .footer-tagline, .footer-contact-injected {
  color: rgba(255,255,255,0.72) !important;
}
.footer-logo, .logo-img { max-width: 100%; }

.icon-box {
  color: var(--primary);
  flex-shrink: 0;
}
.icon-box i, .icon-box svg, [data-lucide], svg[class*="icon-"] {
  color: inherit !important;
  stroke: currentColor !important;
  fill: none !important;
  display: inline-block;
  vertical-align: middle;
}
.icon-sm { width: 1rem; height: 1rem; }
.icon-md { width: 1.5rem; height: 1.5rem; }
.icon-lg { width: 2rem; height: 2rem; }
.icon-xl { width: 2.5rem; height: 2.5rem; }

.stats-section .icon-box,
.partners-grid .icon-box,
.contact-info-item .icon-box,
.process-step .icon-box,
.service-card .icon-box,
.service-detail .icon-box,
.value-card .icon-box,
.achievement-card .icon-box,
.support-card .icon-box,
.cert-card .icon-box,
.faq-item .icon-box {
  background: rgba(100,116,139,0.12);
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
  text-align: center;
}
.page-header { padding: 4rem 0; background: var(--muted); text-align: center; border-bottom: 1px solid var(--border); }
.page-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.75rem; }
.page-subtitle { font-size: 1.125rem; color: var(--muted-foreground); }

.stats-section, .faq-preview-section, .partners-section, .newsletter-section,
.pricing-preview-section, .process-section, .services-overview,
.detailed-services, .values-section, .mission-section, .story-section,
.achievements-section, .certifications-section, .support-options-section,
.contact-section, .pricing-section, .legal-document {
  padding: 4rem 0;
}
.stat-item, .partner-item, .value-card, .achievement-card, .cert-card,
.support-card, .pricing-card, .service-category, .service-detail,
.contact-info-item, .map-placeholder {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(15,23,42,0.06);
}
.stat-item, .partner-item, .value-card, .achievement-card, .cert-card,
.support-card, .pricing-card { text-align: center; }
.stat-number { font-size: 1.875rem; font-weight: 700; margin-top: 1rem; }
.stat-label, .achievement-description, .cert-description, .support-description,
.service-description, .service-detail-description, .newsletter-description,
.story-paragraph, .mission-statement, .legal-intro { color: var(--muted-foreground); }

.partners-grid, .process-steps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0,1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .partners-grid, .process-steps { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
.partner-item p { margin-top: 0.75rem; font-weight: 600; }

.newsletter-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
}
.newsletter-form { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.newsletter-input { flex: 1 1 240px; }
.section-muted .newsletter-title { color: var(--foreground) !important; }
.section-muted .newsletter-text p { color: var(--muted-foreground) !important; }
@media (min-width: 768px) { .newsletter-content { grid-template-columns: 1.2fr 1fr; } }

.pricing-card.featured {
  border: 2px solid var(--primary);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.pricing-badge {
  position: static !important;
  display: inline-block !important;
  transform: none !important;
  margin-bottom: 0.75rem;
}
.pricing-price { font-size: 2rem; font-weight: 700; margin: 1rem 0; }
.pricing-features { list-style: none; padding: 0; margin: 1rem 0 0; text-align: left; }
.pricing-features li { padding: 0.5rem 0; border-top: 1px solid var(--border); }
.pricing-btn { width: 100%; margin-top: 1rem; }

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  background: var(--card);
  overflow: hidden;
  padding: 1.25rem;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--foreground);
  cursor: pointer;
  display: block;
  margin-top: 1rem;
}
.faq-answer {
  display: block;
  padding-top: 0.75rem;
  color: var(--muted-foreground);
}
.faq-link-section, .faq-link-content {
  display: grid;
  gap: 1rem;
}
.faq-link-title { font-weight: 700; }
.faq-link-description { color: var(--muted-foreground); }

.process-step {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-foreground);
  font-weight: 700;
  margin-bottom: 1rem;
}
.process-title, .service-title, .service-detail-title, .value-title,
.achievement-title, .cert-title, .support-title, .contact-info-title,
.mission-title, .story-title { font-size: 1.25rem; font-weight: 700; margin: 0.75rem 0; }

.service-content, .story-content, .mission-content, .contact-content, .map-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.service-features { list-style: none; padding: 0; margin: 1rem 0 0; }
.service-features li, .service-detail li { padding: 0.4rem 0; color: var(--muted-foreground); }
.service-image, .feature-image { height: 220px; overflow: hidden; border-radius: var(--radius); }
.service-image img, .feature-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-image, .story-image, .mission-image { height: 420px; border-radius: var(--radius); overflow: hidden; }
.about-image img, .story-image img, .mission-image img, .story-img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 768px) {
  .service-content, .story-content, .mission-content, .contact-content, .map-content { grid-template-columns: 1fr 1fr; }
}

.contact-info-container, .contact-details {
  display: grid;
  gap: 1rem;
}
.contact-info-item, .contact-method, .contact-option {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-info-details { flex: 1; }
.contact-info-link { color: var(--primary); word-break: break-word; }
.contact-submit { width: 100%; }
.map-placeholder { min-height: 280px; display: flex; align-items: center; justify-content: center; }

.legal-content, .prose, .cookie-table {
  max-width: 900px;
  margin: 0 auto;
}
.cookie-table { width: 100%; border-collapse: collapse; }
.cookie-table th, .cookie-table td { border: 1px solid var(--border); padding: 0.75rem; text-align: left; }

.team-member-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .team-member-card {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}

.mt-2 { margin-top: 0.5rem; }
.cursor-pointer { cursor: pointer; }
.footer-content + .footer-contact-injected {
  max-width: 1200px;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem 0;
}
/* === END REPAIR PATCHES === */


/* === LANGUAGE + TEXT COLOR FIXES === */
body .hero-title,
body .hero-subtitle {
  color: var(--foreground) !important;
}
.hero .hero-title,
.hero .hero-subtitle,
.hero .hero-text,
.hero .hero-text * {
  color: #fff !important;
}
.page-header .page-title,
.page-header .page-subtitle,
.mission-section h2,
.story-section h2,
.values-section h2,
.achievements-section h2,
.certifications-section h2,
.support-options-section h2,
.team-member-card h3,
.team-member-card p,
.prose,
.prose summary,
.prose p,
.prose a {
  color: var(--foreground);
}
.page-header .page-subtitle,
.mission-statement,
.story-paragraph,
.prose p,
.team-member-card p,
.text-muted {
  color: var(--muted-foreground) !important;
}
.prose summary {
  font-weight: 600;
}
/* === END LANGUAGE + TEXT COLOR FIXES === */
