@charset "UTF-8";
/* Theme5 critical CSS — loaded synchronously in layout (small, no inline) */
/* Theme5 — minimal above-the-fold (no inline <style> in layout) */
/* line 3, app/assets/stylesheets/theme5/critical/_critical.scss */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #0f172a;
  background: #fff;
}

/* line 12, app/assets/stylesheets/theme5/critical/_critical.scss */
.theme5-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  min-height: 70px;
}

/* line 22, app/assets/stylesheets/theme5/critical/_critical.scss */
.theme3-banner,
.banner-section {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 0;
}

/* line 32, app/assets/stylesheets/theme5/critical/_critical.scss */
.banner-heading {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  color: #0f172a;
}

/* line 40, app/assets/stylesheets/theme5/critical/_critical.scss */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* line 47, app/assets/stylesheets/theme5/critical/_critical.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

/* line 53, app/assets/stylesheets/theme5/critical/_critical.scss */
.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.5rem;
}

@media (max-width: 991px) {
  /* line 60, app/assets/stylesheets/theme5/critical/_critical.scss */
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 66, app/assets/stylesheets/theme5/critical/_critical.scss */
.visually-hidden-focusable {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 78, app/assets/stylesheets/theme5/critical/_critical.scss */
.visually-hidden-focusable:focus {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background: #fff !important;
  z-index: 10000;
}

/* Early CTA affordance before full Bootstrap utilities load */
/* line 94, app/assets/stylesheets/theme5/critical/_critical.scss */
body.theme5 .btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #1b60a3;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 105, app/assets/stylesheets/theme5/critical/_critical.scss */
body.theme5 .btn-primary:hover {
  background: #155a8f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(27, 96, 163, 0.3);
}
