/* ============================================
   Stag Font Family - SparkUs Brand Fonts
   ============================================ */
@font-face {
    font-family: 'Stag Sans';
    src: url('/fonts/stagSans/Stag Sans-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stag Sans';
    src: url('/fonts/stagSans/Stag Sans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stag Sans';
    src: url('/fonts/stagSans/Stag Sans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StagSansBook';
    src: url('/fonts/stagSans/Stag Sans-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StagMedium';
    src: url('/fonts/stagSans/Stag-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stagSans/Stag-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   CSS Custom Properties (Design Tokens)
   ============================================ */
:root {
  --sp-brand-primary: #0f2438;
  --sp-brand-primary-strong: #041624;
  --sp-brand-secondary: #3d6f94;
  --sp-brand-accent: #d92b31;
  --sp-brand-accent-end: #f05433;
  --sp-surface-main: #ffffff;
  --sp-surface-elevated: #f0f5fa;
  --sp-text-main: #0f2438;
  --sp-text-muted: #5e92b8;
  --sp-accent-success: #46b17c;
  --sp-accent-warning: #f9af2a;
  --sp-accent-danger: #f1594b;
}

html {
  font-family: 'Stag Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  color: #041624;
  font-family: 'Stag Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  color: #041624;
  font-family: 'Stag', 'Stag Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

p {
  margin: 0 0 16px 0;
}

.sp-page {
  min-height: 100vh;
  background-color: #f9fafb;
}

.sp-page__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}
@media (min-width: 768px) {
  .sp-page__content {
    padding: 32px;
  }
}

.sp-page--welcome {
  min-height: 80vh;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
}

.sp-page__content--welcome {
  flex: 1 0 auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 16px 40px;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mt-4 {
  margin-top: 24px;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sp-section-title {
  font-weight: 700;
  margin: 0;
  font-size: 1.75rem;
  margin-bottom: 16px;
  color: #041624;
}

.sp-section-subtitle {
  font-weight: 700;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 24px;
}

.sp-banner {
  display: flex;
  align-items: center;
  padding: 24px;
  min-height: 4rem;
  background-color: #f05433;
  color: #fff;
}

.sp-banner--chevron {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 32px;
  min-height: 4.5rem;
  background: linear-gradient(90deg, #f05433 0%, #e03514 40%, #e03514 85%, #e03514 100%);
  color: #fff;
  font-weight: 700;
  overflow: visible;
}
.sp-banner--chevron::before, .sp-banner--chevron::after {
  content: "";
  position: absolute;
  right: 10%;
  width: 3rem;
  height: 3rem;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
}
.sp-banner--chevron::before {
  top: -1.5rem;
  background-color: #ffffff;
}
.sp-banner--chevron::after {
  bottom: -1.5rem;
  background-color: #e03514;
}

.sp-banner__title {
  font-weight: 700;
  margin: 0;
  font-size: 2.25rem;
  color: #fff;
  margin: 0;
}

.sp-card, .sp-welcome-card {
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background-color: #ffffff;
  border-radius: 8px;
}

.sp-card--elevated, .sp-welcome-card {
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background-color: #ffffff;
  border-radius: 8px;
}

.sp-card--soft {
  padding: 24px;
  box-shadow: none;
  border-radius: 8px;
  background-color: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.sp-welcome-card {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.sp-welcome-cta {
  display: flex;
  justify-content: center;
  margin-top: -24px;
}

.sp-welcome-media {
  text-align: center;
  margin-bottom: 24px;
}

.sp-welcome-media__img {
  max-height: 300px;
  border-radius: 8px;
}

.sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-btn:focus {
  outline: 2px solid #f05433;
  outline-offset: 2px;
}
.sp-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.sp-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-btn--primary:focus {
  outline: 2px solid #f05433;
  outline-offset: 2px;
}
.sp-btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.sp-btn--primary {
  background: linear-gradient(135deg, #f05433 0%, #e03514 100%);
  color: #fff;
}
.sp-btn--primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #e03514 0%, rgb(200.5901639344, 47.4610655738, 17.9098360656) 100%);
  box-shadow: 0 4px 12px rgba(240, 84, 51, 0.4);
}
.sp-btn--primary:active:not(:disabled) {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(240, 84, 51, 0.3);
}

.sp-btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-btn--secondary:focus {
  outline: 2px solid #f05433;
  outline-offset: 2px;
}
.sp-btn--secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.sp-btn--secondary {
  background-color: #f9fafb;
  color: #041624;
}
.sp-btn--secondary:hover:not(:disabled) {
  background-color: #f3f4f6;
}
.sp-btn--secondary:active:not(:disabled) {
  transform: translateY(1px);
}
.sp-btn--secondary {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sp-btn--secondary:hover:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.15);
}

.sp-btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-btn--ghost:focus {
  outline: 2px solid #f05433;
  outline-offset: 2px;
}
.sp-btn--ghost:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.sp-btn--ghost {
  background-color: transparent;
  color: #f05433;
  border: 2px solid #f05433;
}
.sp-btn--ghost:hover:not(:disabled) {
  background-color: rgba(240, 84, 51, 0.05);
  border-color: #e03514;
  color: #e03514;
}
.sp-btn--ghost:active:not(:disabled) {
  background-color: rgba(240, 84, 51, 0.1);
}

.sp-btn--sm {
  padding: 8px 16px;
  font-size: 0.875rem;
}

.sp-btn--lg {
  padding: 16px 32px;
  font-size: 1.125rem;
}

.sp-nav {
  background-color: #ffffff;
  border-bottom: 2px solid #041624;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.sp-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .sp-nav__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.sp-nav__brand {
  font-weight: 600;
  color: #041624;
  white-space: nowrap;
}

.sp-nav__tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  overflow-x: auto;
}

.sp-nav__tab {
  position: relative;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-nav__tab:hover {
  color: #041624;
}
.sp-nav__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background-color: transparent;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-nav__tab--active {
  color: #041624;
}
.sp-nav__tab--active::after {
  background-color: #f05433;
}

.sp-nav__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  font-size: 0.9rem;
  color: #6b7280;
}
.sp-nav__meta .sp-nav__meta-label {
  font-weight: 500;
  color: #041624;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #d92b31;
}

/* 
 * NOTE: The following "sticky footer" styles were removed because they 
 * conflict with Metronic's fixed header/sidebar layout system:
 * 
 * html { position: relative; min-height: 100%; }
 * body { margin-bottom: 60px; }
 * 
 * Metronic handles page scrolling and fixed elements through its own
 * data-kt-app-* attribute system. Do not add position/height/margin
 * overrides to html/body elements.
 */

/* ============================================
   Bootstrap Collapse Fix
   ============================================
   
   The Tailwind CSS in metronic.css sets:
     .collapse { visibility: collapse; }
   
   This conflicts with Bootstrap's collapse component which uses
   the .collapse class differently. Bootstrap expects:
     .collapse - hidden (not using visibility: collapse)
     .collapse.show - visible
     .collapsing - transitioning
   
   This fix ensures Bootstrap collapse components work correctly
   by overriding the Tailwind utility.
*/
.collapse:not(.show) {
    display: none !important;
    visibility: visible !important;
}

.collapse.show {
    display: block !important;
    visibility: visible !important;
}

.collapsing {
    display: block !important;
    visibility: visible !important;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/* Ensure card-body inside collapse works properly */
.collapse.show > .card-body,
.collapse.show > div {
    visibility: visible !important;
}

/*# sourceMappingURL=site.css.map */
