.elementor-893 .elementor-element.elementor-element-7c97f18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-893 .elementor-element.elementor-element-74c26b8{width:100%;max-width:100%;}.elementor-893 .elementor-element.elementor-element-faf2272{width:100%;max-width:100%;}:root{--page-title-display:none;}body.elementor-page-893:not(.elementor-motion-effects-element-type-background), body.elementor-page-893 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020718;}/* Start custom CSS for html, class: .elementor-element-74c26b8 *//* ========================================
   CUSTOM PROPERTIES (Design Tokens)
   ======================================== */
:root {
  /* Colors */
  --msf-color-bg-primary: #0f172a;
  --msf-color-bg-secondary: #020617;
  --msf-color-text-primary: #ffffff;
  --msf-color-text-secondary: #e5e7eb;
  --msf-color-text-muted: #cbd5e1;
  --msf-color-text-subtle: #94a3b8;
  --msf-color-accent: #3BD671;
  --msf-color-cta: #2563eb;
  --msf-color-cta-hover: #1d4ed8;
  
  /* Spacing */
  --msf-spacing-xs: 8px;
  --msf-spacing-sm: 12px;
  --msf-spacing-md: 20px;
  --msf-spacing-lg: 28px;
  --msf-spacing-xl: 40px;
  --msf-spacing-2xl: 48px;
  --msf-spacing-3xl: 60px;
  
  /* Typography */
  --msf-font-size-xs: 13px;
  --msf-font-size-sm: 14px;
  --msf-font-size-base: 15px;
  --msf-font-size-md: 16px;
  --msf-font-size-lg: 24px;
  --msf-font-size-xl: clamp(28px, 6vw, 48px);
  --msf-line-height-tight: 1.3;
  --msf-line-height-normal: 1.6;
  
  /* Borders & Radius */
  --msf-border-radius-sm: 8px;
  --msf-border-radius-md: 12px;
  --msf-border-radius-lg: 16px;
  --msf-border-radius-full: 50%;
  
  /* Effects */
  --msf-blur-amount: 10px;
  --msf-transition-base: all 0.3s ease;
  --msf-transition-fast: all 0.2s ease;
}

/* Desktop Variable Overrides */
@media (min-width: 769px) {
  :root {
    --msf-spacing-md: 28px;
    --msf-spacing-lg: 36px;
    --msf-spacing-xl: 64px;
    --msf-spacing-2xl: 80px;
    --msf-spacing-3xl: 120px;
    --msf-font-size-base: 17px;
    --msf-font-size-lg: 28px;
  }
}

/* ========================================
   SECTION CONTAINER
   ======================================== */
{{WRAPPER}} .msf-contact-qualifier {
  padding: var(--msf-spacing-3xl) var(--msf-spacing-sm);
  background: radial-gradient(
    ellipse at top,
    var(--msf-color-bg-primary) 0%,
    var(--msf-color-bg-secondary) 70%
  );
  color: var(--msf-color-text-secondary);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 769px) {
  {{WRAPPER}} .msf-contact-qualifier {
    padding: var(--msf-spacing-3xl) var(--msf-spacing-md);
  }
}

/* ========================================
   HEADER SECTION (NOW FIRST)
   ======================================== */
{{WRAPPER}} .msf-contact-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--msf-spacing-lg);
  padding: 0 var(--msf-spacing-sm);
}

{{WRAPPER}} .msf-contact-header h1 {
  font-size: var(--msf-font-size-xl);
  font-weight: 800;
  color: var(--msf-color-text-primary);
  margin-bottom: 18px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

{{WRAPPER}} .msf-contact-subtitle {
  font-size: var(--msf-font-size-base);
  line-height: var(--msf-line-height-normal);
  color: var(--msf-color-text-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* ========================================
   FRAMEWORK STEPS - ACTIVE/VIBRANT COLORS
   ======================================== */
{{WRAPPER}} .msf-steps-visual {
  max-width: 900px;
  margin: 0 auto var(--msf-spacing-2xl);
  padding: 0 var(--msf-spacing-sm);
  position: relative;
}

{{WRAPPER}} .msf-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

{{WRAPPER}} .msf-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 1;
  position: relative;
}

/* All Steps - Vibrant Blue Gradient */
{{WRAPPER}} .msf-step-circle {
  width: 64px;
  height: 64px;
  border-radius: var(--msf-border-radius-full);
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 
    0 0 0 4px rgba(59, 130, 246, 0.2),
    0 8px 24px rgba(37, 99, 235, 0.35);
  z-index: 3;
}

{{WRAPPER}} .msf-step-number {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

{{WRAPPER}} .msf-step-label {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  max-width: 120px;
  line-height: var(--msf-line-height-tight);
  letter-spacing: 0.01em;
}

/* Static Connection Line Behind Circles */
{{WRAPPER}} .msf-steps-container::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 12%;
  right: 12%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--msf-border-radius-full);
  z-index: 1;
}

/* Green Glow Moving Through Circles */
{{WRAPPER}} .msf-steps-container::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 12%;
  right: 12%;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 10%,
    rgba(59, 214, 113, 0.3) 25%,
    rgba(59, 214, 113, 0.8) 50%,
    rgba(59, 214, 113, 0.3) 75%,
    transparent 90%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: msfGlowThrough 4s ease-in-out infinite;
  filter: blur(8px);
  z-index: 2;
  border-radius: var(--msf-border-radius-full);
}

@keyframes msfGlowThrough {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Remove Bottom Progress Track */
{{WRAPPER}} .msf-progress-track {
  display: none;
}

/* Mobile Step Adjustments */
@media (max-width: 480px) {
  {{WRAPPER}} .msf-step-circle {
    width: 52px;
    height: 52px;
  }
  
  {{WRAPPER}} .msf-step-number {
    font-size: 20px;
  }
  
  {{WRAPPER}} .msf-step-label {
    font-size: 13px;
    max-width: 100px;
  }
  
  {{WRAPPER}} .msf-steps-container::before,
  {{WRAPPER}} .msf-steps-container::after {
    top: 26px;
    left: 15%;
    right: 15%;
  }
}


/* All Steps - Vibrant Blue Gradient */
{{WRAPPER}} .msf-step-circle {
  width: 64px;
  height: 64px;
  border-radius: var(--msf-border-radius-full);
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 
    0 0 0 4px rgba(59, 130, 246, 0.2),
    0 8px 24px rgba(37, 99, 235, 0.35);
  z-index: 3;
}

{{WRAPPER}} .msf-step-number {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

{{WRAPPER}} .msf-step-label {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  max-width: 120px;
  line-height: var(--msf-line-height-tight);
  letter-spacing: 0.01em;
}

/* Connection Line Behind Circles */
{{WRAPPER}} .msf-steps-container::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 12%;
  right: 12%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--msf-border-radius-full);
  z-index: 1;
}

/* Infinite Glowing Line */
{{WRAPPER}} .msf-progress-track {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--msf-border-radius-full);
  position: relative;
  overflow: hidden;
}

{{WRAPPER}} .msf-progress-glow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(59, 214, 113, 0.3) 15%,
    rgba(59, 214, 113, 0.8) 50%,
    rgba(59, 214, 113, 0.3) 85%,
    transparent 100%
  );
  animation: msfGlowSlide 4s ease-in-out infinite;
  filter: blur(8px);
}

@keyframes msfGlowSlide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(300%);
  }
}

/* Mobile Step Adjustments */
@media (max-width: 480px) {
  {{WRAPPER}} .msf-step-circle {
    width: 52px;
    height: 52px;
  }
  
  {{WRAPPER}} .msf-step-number {
    font-size: 20px;
  }
  
  {{WRAPPER}} .msf-step-label {
    font-size: 13px;
    max-width: 100px;
  }
  
  {{WRAPPER}} .msf-steps-container::before {
    top: 26px;
    left: 15%;
    right: 15%;
  }
}

/* ========================================
   GRID LAYOUT (Mobile First)
   ======================================== */
{{WRAPPER}} .msf-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--msf-spacing-xl);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 var(--msf-spacing-sm);
}

@media (min-width: 769px) {
  {{WRAPPER}} .msf-contact-grid {
    grid-template-columns: minmax(280px, 1fr) minmax(400px, 1.3fr);
    gap: var(--msf-spacing-xl);
    align-items: start;
  }
}

/* ========================================
   STICKY SIDEBAR (GET IN TOUCH)
   ======================================== */
{{WRAPPER}} .msf-contact-info {
  order: 2;
}

@media (min-width: 769px) {
  {{WRAPPER}} .msf-contact-info {
    order: 1;
  }
  
  {{WRAPPER}} .msf-info-sticky-wrapper {
    position: sticky;
    top: 32px;
    padding-bottom: 32px;
  }
}

{{WRAPPER}} .msf-info-title {
  font-size: var(--msf-font-size-lg);
  font-weight: 700;
  margin-bottom: var(--msf-spacing-md);
  color: var(--msf-color-accent);
  line-height: var(--msf-line-height-tight);
}

{{WRAPPER}} .msf-info-content {
  margin-bottom: var(--msf-spacing-lg);
}

{{WRAPPER}} .msf-info-intro,
{{WRAPPER}} .msf-info-cta {
  font-size: var(--msf-font-size-sm);
  line-height: var(--msf-line-height-normal);
  color: var(--msf-color-text-muted);
  margin-bottom: 16px;
}

{{WRAPPER}} .msf-info-cta {
  margin-bottom: 0;
}

/* ========================================
   CONTACT DETAILS LIST
   ======================================== */
{{WRAPPER}} .msf-contact-details {
  list-style: none;
  padding: var(--msf-spacing-md) 0 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

{{WRAPPER}} .msf-detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: var(--msf-font-size-sm);
  color: var(--msf-color-text-subtle);
  transition: var(--msf-transition-fast);
}

{{WRAPPER}} .msf-detail-item:last-child {
  margin-bottom: 0;
}

{{WRAPPER}} .msf-detail-item:hover {
  color: var(--msf-color-text-muted);
  transform: translateX(4px);
}

{{WRAPPER}} .msf-icon {
  font-size: 20px;
  flex-shrink: 0;
  opacity: 0.8;
}

{{WRAPPER}} .msf-detail-link {
  color: inherit;
  text-decoration: none;
  transition: var(--msf-transition-fast);
  font-weight: 500;
}

{{WRAPPER}} .msf-detail-link:hover,
{{WRAPPER}} .msf-detail-link:focus {
  color: var(--msf-color-accent);
}

{{WRAPPER}} .msf-detail-link:focus-visible {
  outline: 2px solid var(--msf-color-accent);
  outline-offset: 3px;
  border-radius: 4px;
}

{{WRAPPER}} .msf-detail-text {
  color: inherit;
  font-weight: 500;
}

/* ========================================
   FORM CONTAINER
   ======================================== */
{{WRAPPER}} .msf-contact-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--msf-border-radius-lg);
  padding: var(--msf-spacing-lg);
  backdrop-filter: blur(var(--msf-blur-amount));
  -webkit-backdrop-filter: blur(var(--msf-blur-amount));
  position: relative;
  z-index: 50;
  pointer-events: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  order: 1;
}

@media (min-width: 769px) {
  {{WRAPPER}} .msf-contact-form {
    order: 2;
    padding: 40px;
  }
}

{{WRAPPER}} .msf-contact-form .fluentform,
{{WRAPPER}} .msf-contact-form .fluentform * {
  pointer-events: auto !important;
  position: relative;
  z-index: 100;
}

/* ========================================
   FLUENT FORMS STYLING
   ======================================== */
{{WRAPPER}} .msf-contact-form .ff-el-group {
  margin-bottom: var(--msf-spacing-lg);
}

{{WRAPPER}} .msf-contact-form .ff-el-group:last-child {
  margin-bottom: 0;
}

{{WRAPPER}} .msf-contact-form label {
  font-weight: 600;
  font-size: var(--msf-font-size-sm);
  color: var(--msf-color-text-secondary);
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.01em;
}

{{WRAPPER}} .msf-contact-form .ff-el-section-title {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 20px;
  color: var(--msf-color-text-primary);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

{{WRAPPER}} .msf-contact-form .ff-el-section-title:first-child {
  margin-top: 0;
}

{{WRAPPER}} .msf-contact-form input[type="radio"],
{{WRAPPER}} .msf-contact-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: var(--msf-color-accent);
  flex-shrink: 0;
}

{{WRAPPER}} .msf-contact-form .ff-el-input--content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

{{WRAPPER}} .msf-contact-form .ff-el-form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 4px 0;
}

{{WRAPPER}} .msf-contact-form input[type="text"],
{{WRAPPER}} .msf-contact-form input[type="email"],
{{WRAPPER}} .msf-contact-form input[type="tel"],
{{WRAPPER}} .msf-contact-form input[type="number"],
{{WRAPPER}} .msf-contact-form input[type="url"],
{{WRAPPER}} .msf-contact-form textarea,
{{WRAPPER}} .msf-contact-form select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--msf-color-text-primary);
  border-radius: var(--msf-border-radius-sm);
  padding: 14px 16px;
  font-size: var(--msf-font-size-base);
  transition: var(--msf-transition-base);
  width: 100%;
  line-height: 1.5;
}

{{WRAPPER}} .msf-contact-form input:focus,
{{WRAPPER}} .msf-contact-form textarea:focus,
{{WRAPPER}} .msf-contact-form select:focus {
  outline: none;
  border-color: var(--msf-color-accent);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(59, 214, 113, 0.15);
}

{{WRAPPER}} .msf-contact-form input::placeholder,
{{WRAPPER}} .msf-contact-form textarea::placeholder {
  color: var(--msf-color-text-subtle);
  opacity: 1;
}

{{WRAPPER}} .msf-contact-form textarea {
  min-height: 110px;
  resize: vertical;
}

{{WRAPPER}} .msf-contact-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23cbd5e1' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  padding-right: 40px;
}

{{WRAPPER}} .msf-contact-form button[type="submit"],
{{WRAPPER}} .msf-contact-form .ff-btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--msf-color-cta) 0%, var(--msf-color-cta-hover) 100%);
  border: none;
  border-radius: var(--msf-border-radius-md);
  padding: 16px 32px;
  font-weight: 700;
  font-size: var(--msf-font-size-md);
  color: var(--msf-color-text-primary);
  cursor: pointer;
  transition: var(--msf-transition-base);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.4);
  margin-top: 24px;
}

{{WRAPPER}} .msf-contact-form button[type="submit"]:hover,
{{WRAPPER}} .msf-contact-form .ff-btn-submit:hover {
  background: linear-gradient(135deg, var(--msf-color-cta-hover) 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 99, 235, 0.5);
}

{{WRAPPER}} .msf-contact-form button[type="submit"]:active,
{{WRAPPER}} .msf-contact-form .ff-btn-submit:active {
  transform: translateY(0);
}

{{WRAPPER}} .msf-contact-form button[type="submit"]:focus-visible,
{{WRAPPER}} .msf-contact-form .ff-btn-submit:focus-visible {
  outline: 3px solid var(--msf-color-accent);
  outline-offset: 3px;
}

/* ========================================
   VALIDATION & ERRORS
   ======================================== */
{{WRAPPER}} .msf-contact-form .ff-el-is-error input,
{{WRAPPER}} .msf-contact-form .ff-el-is-error textarea,
{{WRAPPER}} .msf-contact-form .ff-el-is-error select {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.05);
}

{{WRAPPER}} .msf-contact-form .error,
{{WRAPPER}} .msf-contact-form .ff-el-is-error .error {
  color: #fca5a5;
  font-size: var(--msf-font-size-xs);
  margin-top: 6px;
  display: block;
}

{{WRAPPER}} .msf-contact-form .ff-el-is-error input:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

/* ========================================
   SUCCESS MESSAGE
   ======================================== */
{{WRAPPER}} .msf-contact-form .ff-message-success {
  background: rgba(59, 214, 113, 0.08);
  border: 1px solid var(--msf-color-accent);
  color: #86efac;
  padding: 16px 20px;
  border-radius: var(--msf-border-radius-md);
  font-size: var(--msf-font-size-base);
  margin-top: 20px;
  font-weight: 500;
}

/* ========================================
   ACCESSIBILITY
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  {{WRAPPER}} .msf-progress-glow {
    animation: none;
  }
}

@media (prefers-contrast: high) {
  {{WRAPPER}} .msf-contact-form {
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
  
  {{WRAPPER}} .msf-contact-form input:focus,
  {{WRAPPER}} .msf-contact-form textarea:focus {
    outline: 3px solid var(--msf-color-text-primary);
  }
}

/* ========================================
   RESPONSIVE FINE-TUNING
   ======================================== */
@media (max-width: 768px) {
  {{WRAPPER}} .msf-contact-header {
    margin-bottom: var(--msf-spacing-md);
  }
}

@media (max-width: 480px) {
  {{WRAPPER}} .msf-contact-qualifier {
    padding: 40px 16px;
  }
  
  {{WRAPPER}} .msf-contact-form {
    padding: 24px 20px;
  }
  
  {{WRAPPER}} .msf-info-title {
    font-size: 22px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  {{WRAPPER}} .msf-contact-form {
    padding: 32px 28px;
  }
}

@media print {
  {{WRAPPER}} .msf-steps-visual,
  {{WRAPPER}} .msf-contact-form button {
    display: none;
  }
}

/* ========================================
   END OF STYLESHEET
   ======================================== */
   
   /* REMOVE STICKY HEADER WHITE GAP */
.elementskit-sticky-placeholder,
.ekit-sticky--spacer {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ENSURE HERO STARTS FLUSH */
.msf-contact-qualifier,
section:first-of-type {
  margin-top: 0 !important;
  padding-top: 120px; /* keep your visual spacing */
}


/* ========================================
   GLOBAL LAYOUT RESET (KILLS WHITE SPACE)
======================================== */

/* Remove browser + theme spacing */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

/* Kill all Elementor top gaps */
.elementor-section,
.elementor-container,
.elementor-widget-wrap {
  margin-top: 0 !important;
}

/* Kill ALL sticky header offsets */
body {
  padding-top: 0 !important;
}

/* Kill all ElementsKit sticky spacers */
.elementskit-sticky-placeholder,
.ekit-sticky--spacer,
.ekit-sticky--wrapper {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-faf2272 *//* FOOTER BASE */
.msf-footer {
  background: #020617;
  padding: 80px 20px 30px;
  color: #cbd5e1;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* INNER GRID */
.msf-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
}

/* BRAND */
.msf-footer .brand img {
  width: 130px;
  margin-bottom: 18px;
}

.msf-footer .brand p {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
}

/* HEADINGS */
.msf-footer h4 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
}

/* NAV LINKS */
.msf-footer .nav a {
  display: block;
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.msf-footer .nav a:hover {
  color: #f97316;
}

/* CONTACT */
.msf-footer .contact span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #cbd5e1;
}

/* BOTTOM BAR */
.msf-footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

/* MOBILE */
@media (max-width: 768px) {
  .msf-footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .msf-footer .brand img {
    margin: 0 auto 16px;
  }
}/* End custom CSS */