.elementor-34 .elementor-element.elementor-element-a14108e{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0;--margin-bottom:0;--margin-left:0;--margin-right:0;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-a14108e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-a14108e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0F1E;}.elementor-34 .elementor-element.elementor-element-8e0c921{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0;--margin-bottom:0;--margin-left:0;--margin-right:0;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-8e0c921:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-8e0c921 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-34 .elementor-element.elementor-element-14d69a2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-4a71db4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-5860f54{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-b280e2d{margin:-161px 0px calc(var(--kit-widget-spacing, 0px) + 29px) 0px;padding:30px 30px 30px 30px;}.elementor-34 .elementor-element.elementor-element-b280e2d.elementor-element{--align-self:center;}.elementor-34 .elementor-element.elementor-element-acd88a5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-02e80f5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-47388dc{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-8406269{--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;}body.elementor-page-34:not(.elementor-motion-effects-element-type-background), body.elementor-page-34 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0A0F1E 100%, #F7F9FC 100%);}:root{--page-title-display:none;}@media(max-width:767px){.elementor-34 .elementor-element.elementor-element-b280e2d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:30px 30px 30px 30px;}}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-a14108e{--width:100%;}.elementor-34 .elementor-element.elementor-element-8e0c921{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-22fa527 *//* ===================================================== */
/* FULL PAGE DARK BACKGROUND                             */
/* ===================================================== */

/* Set dark navy background for entire page */
body,
.elementor-page,
#page,
.site-main,
main {
  background: #0a0f1e !important;
}

/* Make all Elementor sections transparent by default */
.elementor-section {
  background: transparent !important;
}

/* ===================================================== */
/* HERO VIDEO SECTION                                    */
/* ===================================================== */

/* ===== HERO VIDEO WRAPPER ===== */
.msf-video-hero {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 80px auto 100px;
  overflow: hidden;
  background: #0b1220;
  isolation: isolate;
  border-radius: 24px;
  display: block !important;
  visibility: visible !important;
}

/* Desktop aspect ratio */
.msf-video-hero {
  aspect-ratio: 16 / 6.5;
  min-height: 600px;
}

@supports not (aspect-ratio: 16 / 6.5) {
  .msf-video-hero::before {
    content: "";
    display: block;
    padding-top: 40.625%;
  }
}

/* ===== VIDEO ===== */
.msf-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* ===== OVERLAY ===== */
.msf-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(11,18,32,0.30) 0%,
    rgba(11,18,32,0.75) 50%,
    rgba(11,18,32,0.95) 100%
  );
  pointer-events: none;
}

/* ===== CONTENT WRAPPER ===== */
.msf-video-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  pointer-events: none;
}

/* ===== TEXT CONTAINER ===== */
.msf-text-container {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== HEADLINE ===== */
.msf-hero-headline {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 24px;
  text-shadow: 0 4px 18px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.msf-line-1 {
  display: block;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.msf-line-2 {
  display: block;
  color: #22c55e;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.msf-line-3 {
  display: block;
  color: #22c55e;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

/* ===== SUBHEAD ===== */
.msf-hero-subhead {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #e2e8f0;
  margin: 0 auto;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
  text-align: center;
  max-width: 600px;
}

/* ===================================================== */
/* PROBLEM SECTION (WITH DARK BACKGROUND & GLOW)        */
/* ===================================================== */

.msf-problem {
  position: relative;
  padding: 64px 16px;
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #0a0f1e !important;
  overflow: hidden;
}

/* Background Gradient Glow */
.msf-problem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.msf-problem-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ===== PROBLEM PILL ===== */
.msf-problem-pill {
  display: inline-block;
  background: rgba(239, 68, 68, 0.1);
  color: #FCA5A5;
  font-size: 10px;
  font-weight: 800;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(239, 68, 68, 0.2);
  margin-bottom: 24px;
}

/* ===== HEADLINE ===== */
.msf-problem-headline {
  font-size: 28px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 auto 20px;
  max-width: 100%;
  text-align: center;
  padding: 0 4px;
}

.msf-emphasis {
  color: #EF4444;
  display: block;
  margin-top: 12px;
  font-weight: 900;
}

/* ===== SUBHEAD ===== */
.msf-problem-subhead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #CBD5E1;
  margin: 0 auto 40px;
  max-width: 100%;
  text-align: center;
  padding: 0 4px;
}

/* Hide line breaks on mobile */
.msf-problem-subhead br {
  display: none;
}

/* ===== PROBLEM GRID - MOBILE STACKED ===== */
.msf-problem-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

/* ===== PROBLEM CARD ===== */
.msf-problem-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
  text-align: center;
}

/* Red top border */
.msf-problem-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #EF4444 0%, #DC2626 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Desktop hover only */
@media (hover: hover) {
  .msf-problem-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 20px 50px rgba(239, 68, 68, 0.15);
  }

  .msf-problem-card:hover::before {
    transform: scaleX(1);
  }
}

/* Touch feedback for mobile */
.msf-problem-card:active {
  transform: scale(0.98);
  border-color: rgba(239, 68, 68, 0.2);
}

.msf-problem-card .msf-icon {
  font-size: 44px;
  margin-bottom: 16px;
  display: block;
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(239, 68, 68, 0.2));
}

/* ===== CARD HEADERS ===== */
.msf-problem-card h4 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.msf-problem-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #94A3B8;
  margin: 0;
}

/* ===== SEPARATOR ===== */
.msf-separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.15), transparent);
  margin-bottom: 40px;
}

/* ===== PUNCHLINE ===== */
.msf-punchline-wrapper {
  text-align: center;
}

.msf-punchline {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(220, 38, 38, 0.04) 100%);
  border: 2px solid rgba(239, 68, 68, 0.2);
  border-radius: 16px;
  padding: 24px 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  color: #E2E8F0;
  max-width: 100%;
}

.msf-punchline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.08), transparent);
  animation: shimmer 3s infinite;
}

.msf-punchline span {
  color: #EF4444;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

/* Shimmer animation */
@keyframes shimmer {
  to {
    left: 100%;
  }
}

/* ===================================================== */
/* RESPONSIVE BREAKPOINTS - HERO                         */
/* ===================================================== */

/* ===== LARGE DESKTOP (1600px+) ===== */
@media (min-width: 1600px) {
  .msf-video-hero {
    max-width: 1600px;
    margin: 100px auto 120px;
    aspect-ratio: 16 / 6;
    min-height: 700px;
    border-radius: 28px;
  }
  
  .msf-video-content {
    padding: 100px 80px;
  }
  
  .msf-text-container {
    max-width: 1200px;
    padding: 0 60px;
  }
  
  .msf-hero-headline {
    font-size: 80px;
    margin-bottom: 28px;
    gap: 8px;
  }
  
  .msf-hero-subhead {
    font-size: 22px;
    max-width: 700px;
  }
}

/* ===== DESKTOP (1200px - 1599px) ===== */
@media (min-width: 1200px) and (max-width: 1599px) {
  .msf-video-hero {
    max-width: 1400px;
    margin: 80px auto 100px;
    aspect-ratio: 16 / 6.5;
    min-height: 600px;
    border-radius: 24px;
  }
  
  .msf-video-content {
    padding: 80px 60px;
  }
  
  .msf-text-container {
    max-width: 1000px;
    padding: 0 40px;
  }
  
  .msf-hero-headline {
    font-size: 72px;
    margin-bottom: 24px;
    gap: 6px;
  }
  
  .msf-hero-subhead {
    font-size: 20px;
    max-width: 600px;
  }
}

/* ===== LAPTOP (1024px - 1199px) ===== */
@media (min-width: 1024px) and (max-width: 1199px) {
  .msf-video-hero {
    max-width: 1200px;
    margin: 70px auto 90px;
    aspect-ratio: 16 / 7;
    min-height: 550px;
    border-radius: 20px;
  }
  
  .msf-video-content {
    padding: 70px 50px;
  }
  
  .msf-text-container {
    max-width: 900px;
    padding: 0 40px;
  }
  
  .msf-hero-headline {
    font-size: 64px;
    margin-bottom: 22px;
    gap: 5px;
  }
  
  .msf-hero-subhead {
    font-size: 19px;
    max-width: 550px;
  }
}

/* ===== TABLET (768px - 1023px) ===== */
@media (min-width: 768px) and (max-width: 1023px) {
  .msf-video-hero {
    max-width: 95%;
    margin: 60px auto 80px;
    aspect-ratio: 16 / 8;
    min-height: 480px;
    border-radius: 20px;
  }
  
  .msf-video-content {
    padding: 60px 40px;
  }
  
  .msf-text-container {
    max-width: 700px;
    padding: 0 32px;
  }
  
  .msf-hero-headline {
    font-size: 52px;
    margin-bottom: 20px;
    gap: 4px;
  }
  
  .msf-hero-subhead {
    font-size: 18px;
    max-width: 500px;
  }
}

/* ===== MOBILE (up to 767px) ===== */
@media (max-width: 767px) {
  .msf-video-hero {
    max-width: 92% !important;
    margin: 100px auto 50px !important;
    aspect-ratio: 9 / 11;
    min-height: 500px !important;
    border-radius: 16px;
    display: block !important;
    visibility: visible !important;
  }
  
  @supports not (aspect-ratio: 9 / 11) {
    .msf-video-hero::before {
      padding-top: 122.22%;
    }
  }
  
  .msf-video-overlay {
    background: linear-gradient(
      180deg,
      rgba(11,18,32,0.40) 0%,
      rgba(11,18,32,0.82) 45%,
      rgba(11,18,32,0.97) 100%
    );
  }
  
  .msf-video-content {
    padding: 50px 28px;
    justify-content: center;
  }
  
  .msf-text-container {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .msf-hero-headline {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 16px;
    gap: 4px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
  }
  
  .msf-line-1,
  .msf-line-2,
  .msf-line-3 {
    letter-spacing: 0;
    white-space: normal;
    word-break: break-word;
  }
  
  .msf-hero-subhead {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    color: #f1f5f9;
    text-shadow: 0 3px 14px rgba(0,0,0,0.85);
  }
}

/* ===== SMALL MOBILE (up to 480px) ===== */
@media (max-width: 480px) {
  .msf-video-hero {
    max-width: 90% !important;
    margin: 90px auto 50px !important;
    aspect-ratio: 4 / 5;
    min-height: 450px !important;
    border-radius: 14px;
  }
  
  @supports not (aspect-ratio: 4 / 5) {
    .msf-video-hero::before {
      padding-top: 125%;
    }
  }
  
  .msf-video-content {
    padding: 40px 24px;
  }
  
  .msf-text-container {
    padding: 0 16px;
  }
  
  .msf-hero-headline {
    font-size: 32px;
    margin-bottom: 14px;
  }
  
  .msf-hero-subhead {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* ===================================================== */
/* RESPONSIVE BREAKPOINTS - PROBLEM SECTION             */
/* ===================================================== */

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .msf-problem {
    padding: 72px 20px;
  }

  .msf-problem-pill {
    font-size: 11px;
    padding: 9px 18px;
  }

  .msf-problem-headline {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .msf-problem-subhead {
    font-size: 17px;
    margin-bottom: 44px;
  }

  .msf-problem-grid {
    gap: 22px;
    margin-bottom: 52px;
  }

  .msf-problem-card {
    padding: 32px 26px;
  }

  .msf-problem-card .msf-icon {
    font-size: 48px;
  }

  .msf-problem-card h4 {
    font-size: 22px;
  }

  .msf-problem-card p {
    font-size: 15px;
  }

  .msf-separator {
    margin-bottom: 44px;
  }

  .msf-punchline {
    font-size: 20px;
    padding: 26px 28px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .msf-problem {
    padding: 80px 32px;
  }

  .msf-problem-inner {
    max-width: 640px;
  }

  .msf-problem::before {
    max-width: 900px;
    height: 600px;
  }

  .msf-problem-headline {
    font-size: 38px;
    margin-bottom: 24px;
  }

  .msf-problem-subhead {
    font-size: 18px;
    max-width: 580px;
    margin-bottom: 48px;
  }

  /* Show line breaks */
  .msf-problem-subhead br {
    display: block;
  }

  .msf-problem-grid {
    gap: 24px;
    margin-bottom: 56px;
  }

  .msf-problem-card {
    padding: 36px 30px;
    text-align: left;
  }

  .msf-problem-card .msf-icon {
    font-size: 52px;
    margin-bottom: 18px;
  }

  .msf-problem-card h4 {
    font-size: 23px;
  }

  .msf-problem-card p {
    font-size: 16px;
  }

  .msf-separator {
    margin-bottom: 48px;
  }

  .msf-punchline {
    font-size: 22px;
    padding: 28px 36px;
    max-width: 600px;
  }
}

/* ===== LARGE TABLET (768px+) - 2x2 GRID STARTS ===== */
@media (min-width: 768px) {
  .msf-problem {
    padding: 96px 40px;
  }

  .msf-problem-inner {
    max-width: 900px;
  }

  .msf-problem-pill {
    font-size: 12px;
    padding: 10px 20px;
  }

  .msf-problem-headline {
    font-size: 44px;
  }

  .msf-problem-subhead {
    font-size: 19px;
    max-width: 680px;
    margin-bottom: 56px;
  }

  /* 2x2 GRID */
  .msf-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 64px;
  }

  .msf-problem-card {
    padding: 40px 32px;
  }

  .msf-punchline {
    font-size: 24px;
    padding: 30px 40px;
    max-width: 720px;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .msf-problem {
    padding: 112px 40px;
  }

  .msf-problem-inner {
    max-width: 1000px;
  }

  .msf-problem::before {
    max-width: 1200px;
    height: 700px;
    background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.06) 0%, transparent 70%);
  }

  .msf-problem-headline {
    font-size: 48px;
    max-width: 900px;
  }

  .msf-problem-subhead {
    font-size: 20px;
    max-width: 750px;
  }

  .msf-problem-grid {
    gap: 28px;
  }

  .msf-problem-card {
    padding: 44px 36px;
  }

  .msf-problem-card .msf-icon {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .msf-problem-card h4 {
    font-size: 24px;
  }

  .msf-punchline {
    font-size: 26px;
    padding: 32px 48px;
    max-width: 800px;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .msf-problem {
    padding: 120px 20px;
  }

  .msf-problem-inner {
    max-width: 1100px;
  }

  .msf-problem::before {
    max-width: 1400px;
  }

  .msf-problem-grid {
    gap: 32px;
  }

  .msf-punchline {
    font-size: 28px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .msf-video {
    animation: none;
  }
  
  .msf-problem-card,
  .msf-punchline::before {
    transition: none;
    animation: none;
  }

  .msf-problem-card:hover {
    transform: none;
  }
}

/* Prevent layout shift */
.msf-video-hero *,
.msf-problem * {
  box-sizing: border-box;
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .msf-problem-card {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .msf-problem-card {
    border-width: 2px;
  }

  .msf-problem-card:hover {
    border-color: #EF4444;
  }

  .msf-punchline {
    border-width: 3px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a14108e */.elementor-34 .elementor-element.elementor-element-a14108e {
  background: linear-gradient(
    180deg,
    #0b1530 0%,
    #111d3f 100%
  );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65e4ab5 *//* ===== PROBLEM SECTION ===== */
/* Mobile First (320px+) */

.msf-problem {
  position: relative;
  padding: 64px 16px;
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #0a0f1e;
  overflow: hidden;
}

/* Background Gradient Glow - MATCHING OTHER SECTIONS */
.msf-problem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.msf-problem-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ===== PROBLEM PILL ===== */
.msf-problem-pill {
  display: inline-block;
  background: rgba(239, 68, 68, 0.1);
  color: #FCA5A5;
  font-size: 10px;
  font-weight: 800;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(239, 68, 68, 0.2);
  margin-bottom: 24px;
}

/* ===== HEADLINE ===== */
.msf-problem-headline {
  font-size: 28px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 auto 20px;
  max-width: 100%;
  text-align: center;
  padding: 0 4px;
}

.msf-emphasis {
  color: #EF4444;
  display: block;
  margin-top: 12px;
  font-weight: 900;
}

/* ===== SUBHEAD ===== */
.msf-problem-subhead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #CBD5E1;
  margin: 0 auto 40px;
  max-width: 100%;
  text-align: center;
  padding: 0 4px;
}

/* Hide line breaks on mobile */
.msf-problem-subhead br {
  display: none;
}

/* ===== PROBLEM GRID - MOBILE STACKED ===== */
.msf-problem-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

/* ===== PROBLEM CARD ===== */
.msf-problem-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
  text-align: center;
}

/* Red top border */
.msf-problem-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #EF4444 0%, #DC2626 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Desktop hover only */
@media (hover: hover) {
  .msf-problem-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 20px 50px rgba(239, 68, 68, 0.15);
  }

  .msf-problem-card:hover::before {
    transform: scaleX(1);
  }
}

/* Touch feedback for mobile */
.msf-problem-card:active {
  transform: scale(0.98);
  border-color: rgba(239, 68, 68, 0.2);
}

.msf-problem-card .msf-icon {
  font-size: 44px;
  margin-bottom: 16px;
  display: block;
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(239, 68, 68, 0.2));
}

/* ===== CARD HEADERS ===== */
.msf-problem-card h4 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.msf-problem-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #94A3B8;
  margin: 0;
}

/* ===== SEPARATOR ===== */
.msf-separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.15), transparent);
  margin-bottom: 40px;
}

/* ===== PUNCHLINE ===== */
.msf-punchline-wrapper {
  text-align: center;
}

.msf-punchline {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(220, 38, 38, 0.04) 100%);
  border: 2px solid rgba(239, 68, 68, 0.2);
  border-radius: 16px;
  padding: 24px 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  color: #E2E8F0;
  max-width: 100%;
}

.msf-punchline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.08), transparent);
  animation: shimmer 3s infinite;
}

.msf-punchline span {
  color: #EF4444;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

/* Shimmer animation */
@keyframes shimmer {
  to {
    left: 100%;
  }
}

/* ===================================================== */
/* PROGRESSIVE ENHANCEMENT: LARGER SCREENS              */
/* ===================================================== */

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .msf-problem {
    padding: 72px 20px;
  }

  .msf-problem-pill {
    font-size: 11px;
    padding: 9px 18px;
  }

  .msf-problem-headline {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .msf-problem-subhead {
    font-size: 17px;
    margin-bottom: 44px;
  }

  .msf-problem-grid {
    gap: 22px;
    margin-bottom: 52px;
  }

  .msf-problem-card {
    padding: 32px 26px;
  }

  .msf-problem-card .msf-icon {
    font-size: 48px;
  }

  .msf-problem-card h4 {
    font-size: 22px;
  }

  .msf-problem-card p {
    font-size: 15px;
  }

  .msf-separator {
    margin-bottom: 44px;
  }

  .msf-punchline {
    font-size: 20px;
    padding: 26px 28px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .msf-problem {
    padding: 80px 32px;
  }

  .msf-problem-inner {
    max-width: 640px;
  }

  .msf-problem::before {
    max-width: 900px;
    height: 600px;
  }

  .msf-problem-headline {
    font-size: 38px;
    margin-bottom: 24px;
  }

  .msf-problem-subhead {
    font-size: 18px;
    max-width: 580px;
    margin-bottom: 48px;
  }

  /* Show line breaks */
  .msf-problem-subhead br {
    display: block;
  }

  .msf-problem-grid {
    gap: 24px;
    margin-bottom: 56px;
  }

  .msf-problem-card {
    padding: 36px 30px;
    text-align: left;
  }

  .msf-problem-card .msf-icon {
    font-size: 52px;
    margin-bottom: 18px;
  }

  .msf-problem-card h4 {
    font-size: 23px;
  }

  .msf-problem-card p {
    font-size: 16px;
  }

  .msf-separator {
    margin-bottom: 48px;
  }

  .msf-punchline {
    font-size: 22px;
    padding: 28px 36px;
    max-width: 600px;
  }
}

/* ===== LARGE TABLET (768px+) - 2x2 GRID STARTS ===== */
@media (min-width: 768px) {
  .msf-problem {
    padding: 96px 40px;
  }

  .msf-problem-inner {
    max-width: 900px;
  }

  .msf-problem-pill {
    font-size: 12px;
    padding: 10px 20px;
  }

  .msf-problem-headline {
    font-size: 44px;
  }

  .msf-problem-subhead {
    font-size: 19px;
    max-width: 680px;
    margin-bottom: 56px;
  }

  /* 2x2 GRID */
  .msf-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 64px;
  }

  .msf-problem-card {
    padding: 40px 32px;
  }

  .msf-punchline {
    font-size: 24px;
    padding: 30px 40px;
    max-width: 720px;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .msf-problem {
    padding: 112px 40px;
  }

  .msf-problem-inner {
    max-width: 1000px;
  }

  .msf-problem::before {
    max-width: 1200px;
    height: 700px;
    background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.06) 0%, transparent 70%);
  }

  .msf-problem-headline {
    font-size: 48px;
    max-width: 900px;
  }

  .msf-problem-subhead {
    font-size: 20px;
    max-width: 750px;
  }

  .msf-problem-grid {
    gap: 28px;
  }

  .msf-problem-card {
    padding: 44px 36px;
  }

  .msf-problem-card .msf-icon {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .msf-problem-card h4 {
    font-size: 24px;
  }

  .msf-punchline {
    font-size: 26px;
    padding: 32px 48px;
    max-width: 800px;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .msf-problem {
    padding: 120px 20px;
  }

  .msf-problem-inner {
    max-width: 1100px;
  }

  .msf-problem::before {
    max-width: 1400px;
  }

  .msf-problem-grid {
    gap: 32px;
  }

  .msf-punchline {
    font-size: 28px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .msf-problem-card,
  .msf-punchline::before {
    transition: none;
    animation: none;
  }

  .msf-problem-card:hover {
    transform: none;
  }
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .msf-problem-card {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .msf-problem-card {
    border-width: 2px;
  }

  .msf-problem-card:hover {
    border-color: #EF4444;
  }

  .msf-punchline {
    border-width: 3px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8e0c921 */.elementor-34 .elementor-element.elementor-element-8e0c921 {
  background: linear-gradient(
    180deg,
    #0b1530 0%,
    #111d3f 100%
  );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afa75ac *//* ===== HOW IT WORKS SECTION ===== */
/* Mobile First (320px+) */

.msf-how {
  position: relative;
  width: 100%;
  padding: 64px 16px;
  background: #0a0f1e;
  overflow: hidden;
}

/* Background Gradient Glow - MATCHING OTHER SECTIONS */
.msf-how::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.msf-how-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Pill Badge */
.msf-how-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 999px;
  margin-bottom: 24px;
}

.msf-how-pill::before {
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

/* Headline */
.msf-how-headline {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  padding: 0 4px;
}

/* Subheadline with gradient */
.msf-how-subheadline {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(135deg, #22c55e, #16A34A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
  padding: 0 4px;
}

/* Description */
.msf-how-description {
  font-size: 16px;
  color: #CBD5E1;
  max-width: 100%;
  margin: 0 auto 28px;
  line-height: 1.7;
  padding: 0 4px;
}

/* Three No's */
.msf-no-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 48px;
}

.msf-no-item {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #64748b;
  position: relative;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #ef4444;
  opacity: 0.7;
}

/* Steps Container */
.msf-steps {
  max-width: 100%;
  margin: 0 auto 64px;
  position: relative;
}

/* Step Card - MOBILE STACKED */
.msf-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  z-index: 1;
}

.msf-step:last-child {
  margin-bottom: 0;
}

/* Step Number Circle */
.msf-step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(16, 185, 129, 0.1));
  border: 2px solid rgba(34, 197, 94, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #22c55e;
  box-shadow: 0 0 30px rgba(34, 197, 94, 0.3);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* Step Content */
.msf-step-content {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: 100%;
}

.msf-step-content:active {
  border-color: rgba(34, 197, 94, 0.3);
  transform: scale(0.98);
}

.msf-step-icon {
  font-size: 40px;
  margin-bottom: 16px;
  display: inline-block;
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(34, 197, 94, 0.2));
}

/* Step Title */
.msf-step-title {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.msf-step-description {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.7;
  margin: 0;
}

/* Hide spacers on mobile */
.msf-step-spacer {
  display: none;
}

/* Contrast Section */
.msf-contrast {
  max-width: 100%;
  margin: 0 auto 64px;
  padding: 28px 20px;
  background: rgba(239, 68, 68, 0.06);
  border: 2px solid rgba(239, 68, 68, 0.25);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.msf-contrast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08), transparent);
  pointer-events: none;
}

.msf-contrast-content {
  position: relative;
  z-index: 1;
}

/* Old Way */
.msf-old-way {
  font-size: 16px;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #94a3b8;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #ef4444;
  margin-bottom: 16px;
  opacity: 0.7;
  font-weight: 600;
}

/* New Way */
.msf-new-way {
  font-size: 17px;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
}

.msf-new-way span {
  color: #22c55e;
  font-weight: 900;
}

/* Results Section */
.msf-results {
  text-align: center;
  margin-bottom: 60px;
}

/* Results Label */
.msf-results-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #22c55e;
  font-weight: 800;
  margin-bottom: 28px;
}

.msf-results-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  margin: 0 auto 32px;
}

.msf-result-item {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 16px;
  padding: 24px 20px;
  transition: all 0.3s ease;
}

.msf-result-item:active {
  transform: scale(0.98);
  border-color: rgba(34, 197, 94, 0.4);
}

.msf-result-icon {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1;
}

/* Result Text */
.msf-result-text {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  line-height: 1.4;
}

/* Benefits List */
.msf-benefits {
  font-size: 16px;
  color: #CBD5E1;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0 4px;
}

.msf-benefits strong {
  color: #22c55e;
  font-weight: 700;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Final Statement */
.msf-final {
  max-width: 100%;
  margin: 0 auto;
  padding: 28px 24px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(34, 197, 94, 0.06));
  border: 2px solid rgba(34, 197, 94, 0.3);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(34, 197, 94, 0.2);
}

/* Final Text */
.msf-final-text {
  font-size: 19px;
  font-weight: 700;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.msf-final-text span {
  color: #22c55e;
  font-weight: 900;
}

/* ===================================================== */
/* PROGRESSIVE ENHANCEMENT: LARGER SCREENS              */
/* ===================================================== */

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .msf-how {
    padding: 72px 20px;
  }

  .msf-how-headline {
    font-size: 36px;
    margin-bottom: 22px;
  }

  .msf-how-subheadline {
    font-size: 24px;
  }

  .msf-how-description {
    font-size: 17px;
  }

  .msf-no-item {
    font-size: 18px;
  }

  .msf-step {
    gap: 18px;
    margin-bottom: 36px;
  }

  .msf-step-content {
    padding: 32px 28px;
  }

  .msf-step-title {
    font-size: 22px;
  }

  .msf-step-description {
    font-size: 15px;
  }

  .msf-contrast {
    padding: 32px 24px;
  }

  .msf-old-way {
    font-size: 17px;
  }

  .msf-new-way {
    font-size: 19px;
  }

  .msf-benefits {
    font-size: 17px;
  }

  .msf-final {
    padding: 32px 28px;
  }

  .msf-final-text {
    font-size: 21px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .msf-how {
    padding: 80px 32px;
  }

  .msf-how-inner {
    max-width: 640px;
  }

  .msf-how::before {
    max-width: 900px;
  }

  .msf-how-headline {
    font-size: 40px;
  }

  .msf-how-subheadline {
    font-size: 26px;
  }

  .msf-how-description {
    font-size: 18px;
    max-width: 600px;
  }

  .msf-no-list {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 56px;
  }

  .msf-no-item {
    font-size: 19px;
  }

  .msf-step {
    margin-bottom: 40px;
  }

  .msf-step-number {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .msf-step-content {
    padding: 36px 32px;
  }

  .msf-step-icon {
    font-size: 44px;
  }

  .msf-step-title {
    font-size: 23px;
  }

  .msf-step-description {
    font-size: 16px;
  }

  .msf-contrast {
    max-width: 600px;
    padding: 36px 32px;
    margin-bottom: 72px;
  }

  .msf-old-way {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .msf-new-way {
    font-size: 20px;
  }

  .msf-results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .msf-result-item {
    padding: 26px 22px;
  }

  .msf-benefits {
    font-size: 18px;
    max-width: 600px;
  }

  .msf-final {
    max-width: 600px;
    padding: 36px 40px;
  }

  .msf-final-text {
    font-size: 23px;
  }
}

/* ===== LARGE TABLET (768px+) - HORIZONTAL LAYOUT STARTS ===== */
@media (min-width: 768px) {
  .msf-how {
    padding: 96px 40px;
  }

  .msf-how-inner {
    max-width: 900px;
  }

  .msf-how-headline {
    font-size: 46px;
  }

  .msf-how-subheadline {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .msf-how-description {
    font-size: 19px;
    max-width: 720px;
    margin-bottom: 32px;
  }

  .msf-no-list {
    gap: 28px;
    margin-bottom: 64px;
  }

  .msf-no-item {
    font-size: 20px;
  }

  /* HORIZONTAL ZIG-ZAG LAYOUT */
  .msf-steps {
    max-width: 900px;
  }

  /* Connecting Line */
  .msf-steps::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 80px;
    bottom: 80px;
    width: 3px;
    background: linear-gradient(180deg, 
      transparent,
      rgba(34, 197, 94, 0.2) 10%,
      rgba(34, 197, 94, 0.5) 50%,
      rgba(34, 197, 94, 0.2) 90%,
      transparent
    );
    transform: translateX(-50%);
    z-index: 0;
  }

  .msf-step {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
  }

  .msf-step-spacer {
    display: block;
    visibility: hidden;
  }

  .msf-step-number {
    width: 80px;
    height: 80px;
    font-size: 32px;
    border-width: 3px;
  }

  .msf-step-content {
    text-align: left;
    padding: 36px 40px;
  }

  .msf-step-content:hover {
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 20px 50px rgba(34, 197, 94, 0.2);
    transform: translateX(6px);
  }

  .msf-step-icon {
    font-size: 36px;
  }

  .msf-step-title {
    font-size: 24px;
  }

  .msf-contrast {
    max-width: 800px;
    padding: 40px 36px;
    margin-bottom: 80px;
  }

  .msf-old-way {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .msf-new-way {
    font-size: 21px;
  }

  .msf-results {
    margin-bottom: 80px;
  }

  .msf-results-label {
    font-size: 12px;
    margin-bottom: 32px;
  }

  .msf-results-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 900px;
  }

  .msf-result-item {
    padding: 28px 20px;
  }

  .msf-result-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(34, 197, 94, 0.25);
    border-color: rgba(34, 197, 94, 0.5);
  }

  .msf-benefits {
    font-size: 19px;
    max-width: 720px;
    margin-bottom: 24px;
  }

  .msf-final {
    max-width: 720px;
    padding: 40px 44px;
  }

  .msf-final-text {
    font-size: 25px;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .msf-how {
    padding: 112px 40px;
  }

  .msf-how-inner {
    max-width: 1000px;
  }

  .msf-how::before {
    max-width: 1200px;
    height: 700px;
    background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
  }

  .msf-how-headline {
    font-size: 50px;
  }

  .msf-how-description {
    max-width: 800px;
  }

  .msf-no-list {
    gap: 32px;
    margin-bottom: 72px;
  }

  .msf-steps {
    margin-bottom: 88px;
  }

  .msf-step {
    margin-bottom: 60px;
  }

  .msf-contrast {
    max-width: 900px;
    margin-bottom: 88px;
  }

  .msf-old-way {
    font-size: 20px;
  }

  .msf-new-way {
    font-size: 22px;
  }

  .msf-results-grid {
    max-width: 1000px;
  }

  .msf-benefits {
    font-size: 20px;
    max-width: 800px;
  }

  .msf-final {
    max-width: 800px;
    padding: 40px 50px;
  }

  .msf-final-text {
    font-size: 26px;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .msf-how {
    padding: 140px 20px;
  }

  .msf-how-inner {
    max-width: 1200px;
  }

  .msf-how::before {
    max-width: 1400px;
  }

  .msf-how-headline {
    font-size: 52px;
  }

  .msf-how-description {
    max-width: 820px;
  }

  .msf-no-list {
    margin-bottom: 80px;
  }

  .msf-steps {
    margin-bottom: 100px;
  }

  .msf-contrast {
    margin-bottom: 100px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .msf-step-content,
  .msf-result-item {
    transition: none;
  }

  .msf-step-content:hover,
  .msf-result-item:hover {
    transform: none;
  }
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .msf-step-content,
  .msf-result-item {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .msf-step-content,
  .msf-result-item {
    border-width: 2px;
  }

  .msf-step-content:hover,
  .msf-result-item:hover {
    border-color: #22c55e;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68e9c19 *//* ===== SERVICES SECTION ===== */
/* Mobile First (320px+) */

.msf-services {
  position: relative;
  padding: 64px 16px;
  background: #0a0f1e;
  color: #e5e7eb;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow: hidden;
}

/* Background Gradient Glow - MATCHING OTHER SECTIONS */
.msf-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.msf-services-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Headline */
.msf-services-headline {
  font-size: 32px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  padding: 0 4px;
}

.msf-services-subhead {
  font-size: 16px;
  line-height: 1.7;
  color: #94A3B8;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0 4px;
}

/* Services Grid - MOBILE STACKED */
.msf-services-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

/* Service Cards */
.msf-service-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
              border-color 0.3s ease, 
              box-shadow 0.3s ease;
}

/* Top accent line - GREEN */
.msf-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #22C55E 0%, #16A34A 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects (desktop only) */
@media (hover: hover) {
  .msf-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 20px 50px rgba(34, 197, 94, 0.2);
  }

  .msf-service-card:hover::before {
    transform: scaleX(1);
  }
}

/* Icon */
.msf-service-icon {
  font-size: 56px;
  margin-bottom: 20px;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(34, 197, 94, 0.25));
  line-height: 1;
}

/* Card Title */
.msf-service-card h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Card Description */
.msf-service-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #94A3B8;
  margin: 0;
}

/* ===================================================== */
/* PROGRESSIVE ENHANCEMENT: LARGER SCREENS              */
/* ===================================================== */

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .msf-services {
    padding: 72px 20px;
  }

  .msf-services-headline {
    font-size: 36px;
    margin-bottom: 22px;
  }

  .msf-services-subhead {
    font-size: 17px;
    margin-bottom: 44px;
  }

  .msf-services-grid {
    gap: 22px;
  }

  .msf-service-card {
    padding: 36px 28px;
  }

  .msf-service-icon {
    font-size: 60px;
  }

  .msf-service-card h3 {
    font-size: 22px;
  }

  .msf-service-card p {
    font-size: 15px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .msf-services {
    padding: 80px 32px;
  }

  .msf-services-inner {
    max-width: 640px;
  }

  .msf-services::before {
    max-width: 900px;
    height: 600px;
  }

  .msf-services-headline {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .msf-services-subhead {
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 48px;
  }

  .msf-services-grid {
    gap: 24px;
  }

  .msf-service-card {
    padding: 40px 32px;
  }

  .msf-service-icon {
    font-size: 64px;
    margin-bottom: 22px;
  }

  .msf-service-card h3 {
    font-size: 23px;
    margin-bottom: 16px;
  }

  .msf-service-card p {
    font-size: 16px;
  }
}

/* ===== LARGE TABLET (768px+) - 2x2 GRID STARTS ===== */
@media (min-width: 768px) {
  .msf-services {
    padding: 90px 40px;
  }

  .msf-services-inner {
    max-width: 768px;
  }

  .msf-services-headline {
    font-size: 44px;
  }

  .msf-services-subhead {
    font-size: 19px;
    max-width: 680px;
    margin-bottom: 56px;
  }

  /* 2x2 GRID */
  .msf-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .msf-service-card {
    padding: 42px 34px;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .msf-services {
    padding: 100px 40px;
  }

  .msf-services-inner {
    max-width: 1000px;
  }

  .msf-services::before {
    max-width: 1200px;
    height: 700px;
    background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
  }

  .msf-services-headline {
    font-size: 48px;
  }

  .msf-services-subhead {
    font-size: 20px;
    max-width: 750px;
    margin-bottom: 64px;
  }

  .msf-services-grid {
    gap: 32px;
    max-width: 1000px;
  }

  .msf-service-card {
    padding: 44px 36px;
  }

  .msf-service-icon {
    font-size: 68px;
    margin-bottom: 24px;
  }

  .msf-service-card h3 {
    font-size: 24px;
  }

  .msf-service-card p {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .msf-services {
    padding: 120px 20px;
  }

  .msf-services-inner {
    max-width: 1100px;
  }

  .msf-services::before {
    max-width: 1400px;
  }

  .msf-services-headline {
    font-size: 52px;
  }

  .msf-services-subhead {
    max-width: 780px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .msf-service-card,
  .msf-service-card::before {
    transition: none;
  }

  .msf-service-card:hover {
    transform: none;
  }
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .msf-service-card {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .msf-service-card {
    border-width: 2px;
  }

  .msf-service-card:hover {
    border-color: #22C55E;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c801b8 *//* ===== PERFORMANCE GUARANTEE SECTION ===== */
/* Base: Mobile First (320px+) */

.performance-guarantee {
  background: #0a0f1e;
  padding: 60px 16px;
  position: relative;
  overflow: hidden;
}

/* Background Gradient Effect */
.guarantee-bg-gradient {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.guarantee-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== SECTION LABEL (CENTERED) ===== */
.section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #22C55E;
  margin: 0 auto 24px;
  width: 100%;
  text-align: center;
}

.label-dot {
  width: 6px;
  height: 6px;
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }
}

/* ===== HEADLINE BLOCK ===== */
.guarantee-headline-block {
  text-align: center;
  margin-bottom: 40px;
}

.guarantee-main-headline {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 auto 16px;
  max-width: 100%;
  padding: 0 4px;
}

.highlight-text {
  background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

.guarantee-supporting-text {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 4px;
}

/* ===== GRID LAYOUT (MOBILE: STACKED) ===== */
.guarantee-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

/* ===== STATS CARD ===== */
.guarantee-stats-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 20px;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.guarantee-stats-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #22C55E 0%, #16A34A 100%);
}

.stats-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.stats-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.stats-label {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94A3B8;
}

.stats-metrics {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #22C55E;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 4px;
}

.stat-timeframe {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #64748B;
}

.stat-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.stats-footnote {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #64748B;
  font-style: italic;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ===== PROMISE CARD ===== */
.guarantee-promise-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 
    0 6px 24px rgba(0, 0, 0, 0.15),
    0 2px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  width: 100%;
}

/* Promise Header (CENTERED) */
.promise-header {
  margin-bottom: 20px;
  text-align: center;
}

.promise-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 100%);
  color: #15803d;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.promise-badge svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.promise-headline {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f172a;
  line-height: 1.3;
  margin: 0 0 16px 0;
  text-align: center;
}

.promise-description {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 24px 0;
}

.promise-description strong {
  font-weight: 700;
  color: #0f172a;
}

/* ===== INCLUDES LIST ===== */
.promise-includes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding: 20px;
  background: #f8fafb;
  border-radius: 14px;
  border-left: 3px solid #22C55E;
}

.include-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.include-item svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.include-item span {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  line-height: 1.5;
}

/* ===== TRUST LINE ===== */
.promise-trust-line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255, 107, 74, 0.08) 0%, rgba(255, 107, 74, 0.04) 100%);
  border-radius: 12px;
  border-left: 3px solid #FF6B4A;
}

.trust-icon {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.promise-trust-line p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin: 0;
  font-style: italic;
  line-height: 1.5;
}

/* ===== CTA SPACE ===== */
.guarantee-cta-space {
  text-align: center;
  margin-top: 36px;
  min-height: 60px;
}

/* ===================================================== */
/* PROGRESSIVE ENHANCEMENT: LARGER SCREENS              */
/* ===================================================== */

/* ===== SMALL MOBILE (360px+) ===== */
@media (min-width: 360px) {
  .guarantee-main-headline {
    font-size: 30px;
  }
  
  .stat-number {
    font-size: 42px;
  }
  
  .promise-headline {
    font-size: 23px;
  }
}

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .performance-guarantee {
    padding: 70px 20px;
  }
  
  .section-label {
    font-size: 10px;
    gap: 9px;
  }
  
  .label-dot {
    width: 7px;
    height: 7px;
  }
  
  .guarantee-main-headline {
    font-size: 34px;
    margin-bottom: 18px;
  }
  
  .guarantee-supporting-text {
    font-size: 16px;
  }
  
  .guarantee-grid {
    gap: 22px;
    margin-bottom: 40px;
  }
  
  .guarantee-stats-card {
    padding: 30px 24px;
  }
  
  .stat-number {
    font-size: 44px;
  }
  
  .guarantee-promise-card {
    padding: 34px 26px;
  }
  
  .promise-headline {
    font-size: 24px;
  }
  
  .promise-description {
    font-size: 15px;
  }
  
  .include-item span {
    font-size: 14px;
  }
  
  .promise-trust-line p {
    font-size: 14px;
  }
  
  .guarantee-cta-space {
    margin-top: 40px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .performance-guarantee {
    padding: 80px 32px;
  }
  
  .guarantee-wrapper {
    max-width: 640px;
  }
  
  .section-label {
    font-size: 10px;
    margin-bottom: 28px;
  }
  
  .guarantee-headline-block {
    margin-bottom: 48px;
  }
  
  .guarantee-main-headline {
    font-size: 38px;
    margin-bottom: 20px;
  }
  
  .guarantee-supporting-text {
    font-size: 17px;
  }
  
  .guarantee-grid {
    gap: 24px;
    margin-bottom: 44px;
  }
  
  .guarantee-stats-card {
    padding: 32px 28px;
  }
  
  .stats-icon {
    font-size: 30px;
  }
  
  .stats-label {
    font-size: 13px;
  }
  
  .stat-number {
    font-size: 46px;
  }
  
  .stat-label {
    font-size: 15px;
  }
  
  .guarantee-promise-card {
    padding: 36px 30px;
  }
  
  .promise-badge {
    font-size: 11px;
    padding: 9px 16px;
  }
  
  .promise-badge svg {
    width: 16px;
    height: 16px;
  }
  
  .promise-headline {
    font-size: 26px;
    margin-bottom: 18px;
  }
  
  .promise-description {
    font-size: 16px;
  }
  
  .promise-includes {
    gap: 13px;
    padding: 22px;
  }
  
  .include-item svg {
    width: 19px;
    height: 19px;
  }
  
  .include-item span {
    font-size: 15px;
  }
  
  .promise-trust-line {
    padding: 18px;
  }
  
  .trust-icon {
    font-size: 22px;
  }
  
  .promise-trust-line p {
    font-size: 14px;
  }
  
  .guarantee-cta-space {
    margin-top: 48px;
    min-height: 70px;
  }
}

/* ===== LARGE TABLET (768px+) ===== */
@media (min-width: 768px) {
  .performance-guarantee {
    padding: 90px 40px;
  }
  
  .guarantee-wrapper {
    max-width: 768px;
  }
  
  .section-label {
    font-size: 11px;
    gap: 10px;
    margin-bottom: 32px;
  }
  
  .label-dot {
    width: 8px;
    height: 8px;
  }
  
  .guarantee-main-headline {
    font-size: 42px;
    margin-bottom: 22px;
  }
  
  .guarantee-supporting-text {
    font-size: 18px;
  }
  
  .guarantee-grid {
    gap: 28px;
    margin-bottom: 48px;
  }
  
  .guarantee-stats-card {
    padding: 34px 30px;
  }
  
  .stats-icon {
    font-size: 32px;
  }
  
  .stats-label {
    font-size: 14px;
  }
  
  .stat-number {
    font-size: 48px;
  }
  
  .guarantee-promise-card {
    padding: 40px 34px;
  }
  
  .promise-badge {
    font-size: 12px;
    padding: 10px 18px;
  }
  
  .promise-badge svg {
    width: 18px;
    height: 18px;
  }
  
  .promise-headline {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .promise-includes {
    gap: 14px;
    padding: 24px;
  }
  
  .include-item svg {
    width: 20px;
    height: 20px;
  }
  
  .promise-trust-line {
    padding: 20px;
  }
  
  .trust-icon {
    font-size: 24px;
  }
  
  .guarantee-cta-space {
    margin-top: 52px;
    min-height: 75px;
  }
}

/* ===== DESKTOP (1024px+) - TWO COLUMN LAYOUT ===== */
@media (min-width: 1024px) {
  .performance-guarantee {
    padding: 100px 40px;
  }
  
  .guarantee-wrapper {
    max-width: 1024px;
  }
  
  .guarantee-bg-gradient {
    max-width: 1200px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
  }
  
  .guarantee-headline-block {
    margin-bottom: 56px;
  }
  
  .guarantee-main-headline {
    font-size: 48px;
    margin-bottom: 24px;
  }
  
  .guarantee-supporting-text {
    font-size: 19px;
    max-width: 700px;
  }
  
  /* TWO COLUMN GRID */
  .guarantee-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
    margin-bottom: 54px;
  }
  
  .guarantee-stats-card {
    padding: 36px 32px;
  }
  
  .stat-number {
    font-size: 50px;
  }
  
  .guarantee-promise-card {
    padding: 42px 38px;
  }
  
  .promise-headline {
    font-size: 30px;
  }
  
  .guarantee-cta-space {
    margin-top: 56px;
    min-height: 80px;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .performance-guarantee {
    padding: 120px 20px;
  }
  
  .guarantee-wrapper {
    max-width: 1200px;
  }
  
  .guarantee-bg-gradient {
    max-width: 1400px;
    height: 600px;
  }
  
  .guarantee-headline-block {
    margin-bottom: 64px;
  }
  
  .guarantee-main-headline {
    font-size: 56px;
    max-width: 900px;
  }
  
  .guarantee-supporting-text {
    font-size: 20px;
  }
  
  .guarantee-grid {
    gap: 32px;
    margin-bottom: 60px;
  }
  
  .guarantee-stats-card {
    padding: 36px;
  }
  
  .stats-metrics {
    gap: 24px;
    margin-bottom: 24px;
  }
  
  .stat-number {
    font-size: 52px;
    margin-bottom: 8px;
  }
  
  .stat-label {
    font-size: 15px;
  }
  
  .stat-timeframe {
    font-size: 13px;
  }
  
  .stats-footnote {
    font-size: 11px;
    padding-top: 20px;
  }
  
  .guarantee-promise-card {
    padding: 44px;
  }
  
  .promise-header {
    margin-bottom: 24px;
  }
  
  .promise-headline {
    font-size: 32px;
  }
  
  .promise-includes {
    margin-bottom: 28px;
  }
  
  .guarantee-cta-space {
    margin-top: 60px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .label-dot {
    animation: none;
  }
  
  * {
    transition: none !important;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .guarantee-stats-card,
  .guarantee-promise-card {
    border-width: 2px;
  }
  
  .label-dot {
    box-shadow: 0 0 0 2px #22C55E;
  }
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .include-item,
  .promise-trust-line,
  .stat-item {
    -webkit-tap-highlight-color: transparent;
  }
  
  /* Larger touch targets on mobile */
  .promise-badge,
  .section-label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-b280e2d *//* PRIMARY CTA - Orange with Gradient Shift */
.sf-cta .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 22px 44px;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8559 100%);
  background-size: 200% 200%;
  background-position: left center;
  border-radius: 16px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 8px 24px rgba(255, 107, 53, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

/* Hover: Shift gradient + Lift */
.sf-cta .elementor-button:hover {
  background-position: right center;
  transform: translateY(-4px);
  box-shadow: 
    0 16px 40px rgba(255, 107, 53, 0.5),
    0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Active */
.sf-cta .elementor-button:active {
  transform: translateY(-2px);
  box-shadow: 
    0 10px 28px rgba(255, 107, 53, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Arrow animation */
.sf-cta .elementor-button svg,
.sf-cta .elementor-button i {
  transition: transform 0.3s ease;
}

.sf-cta .elementor-button:hover svg,
.sf-cta .elementor-button:hover i {
  transform: translateX(4px);
}

/* Mobile */
@media (max-width: 768px) {
  .sf-cta .elementor-button {
    width: 100%;
    justify-content: center;
    padding: 18px 32px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65dc8fc *//* ===== FAQ SECTION ===== */
/* Base: Mobile First (320px+) */

.faq-section {
  background: #0a0f1e;
  padding: 64px 16px;
  position: relative;
  overflow: hidden;
}

/* Subtle background glow */
.faq-section::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.faq-section-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== SECTION BADGE ===== */
.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 24px;
  padding: 8px 16px;
  margin: 0 auto 24px;
}

.badge-icon {
  font-size: 16px;
  line-height: 1;
}

.badge-text {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22C55E;
}

/* ===== SECTION HEADLINE ===== */
.faq-section-headline {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 16px;
  max-width: 100%;
  padding: 0 4px;
}

/* ===== SECTION SUBHEADLINE ===== */
.faq-section-subhead {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #94A3B8;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 48px;
  max-width: 100%;
  padding: 0 4px;
}

/* ===== FAQ CONTAINER ===== */
.faq-container {
  max-width: 100%;
  margin: 0 auto;
}

/* ===== FAQ ITEM ===== */
.faq-item {
  margin-bottom: 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px);
}

.faq-item:hover {
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.08);
}

.faq-item.active {
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(15, 23, 42, 0.8);
}

/* ===== FAQ QUESTION BUTTON ===== */
.faq-question {
  width: 100%;
  padding: 20px 20px 20px 24px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}

.faq-question:active {
  background: rgba(255, 255, 255, 0.04);
}

.faq-text {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  flex: 1;
}

/* ===== FAQ ICON (+ Symbol as SVG) ===== */
.faq-icon {
  min-width: 24px;
  min-height: 24px;
  color: #22C55E;
  transition: transform 0.3s ease, opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

/* ===== FAQ ANSWER ===== */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: rgba(10, 15, 30, 0.4);
  padding: 0 24px;
}

.faq-item.active .faq-answer {
  max-height: 2000px;
  padding: 0 24px 24px 24px;
}

.faq-answer p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #CBD5E1;
  line-height: 1.7;
  margin: 0 0 16px 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer strong {
  color: #ffffff;
  font-weight: 600;
}

.faq-answer em {
  color: #22C55E;
  font-style: normal;
  font-weight: 500;
}

.faq-answer ul {
  margin: 12px 0 16px 20px;
  padding: 0;
  list-style: none;
}

.faq-answer li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #CBD5E1;
  line-height: 1.6;
}

.faq-answer li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #22C55E;
  font-weight: 600;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}

.faq-cta-link {
  color: #22C55E;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

.faq-cta-link:hover {
  color: #16A34A;
}

.faq-cta-link:active {
  color: #15803D;
}

/* ===================================================== */
/* PROGRESSIVE ENHANCEMENT: LARGER SCREENS              */
/* ===================================================== */

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .faq-section {
    padding: 72px 20px;
  }
  
  .badge-text {
    font-size: 13px;
  }
  
  .faq-section-headline {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .faq-section-subhead {
    font-size: 17px;
    margin-bottom: 52px;
  }
  
  .faq-item {
    margin-bottom: 18px;
  }
  
  .faq-text {
    font-size: 18px;
  }
  
  .faq-answer p,
  .faq-answer li {
    font-size: 16px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .faq-section {
    padding: 80px 32px;
  }
  
  .faq-section-container {
    max-width: 700px;
  }
  
  .faq-section::before {
    max-width: 800px;
    height: 700px;
  }
  
  .faq-badge {
    padding: 10px 18px;
    margin-bottom: 28px;
  }
  
  .faq-section-headline {
    font-size: 40px;
    margin-bottom: 24px;
  }
  
  .faq-section-subhead {
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 56px;
  }
  
  .faq-item {
    margin-bottom: 20px;
    border-radius: 18px;
  }
  
  .faq-question {
    padding: 24px 24px 24px 28px;
    gap: 20px;
  }
  
  .faq-text {
    font-size: 19px;
  }
  
  .faq-answer {
    padding: 0 28px;
  }
  
  .faq-item.active .faq-answer {
    padding: 0 28px 28px 28px;
  }
}

/* ===== LARGE TABLET (768px+) ===== */
@media (min-width: 768px) {
  .faq-section {
    padding: 96px 40px;
  }
  
  .faq-section-container {
    max-width: 800px;
  }
  
  .faq-section-headline {
    font-size: 46px;
  }
  
  .faq-section-subhead {
    font-size: 19px;
    max-width: 640px;
    margin-bottom: 60px;
  }
  
  .faq-container {
    max-width: 800px;
  }
  
  .faq-item {
    margin-bottom: 22px;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .faq-section {
    padding: 112px 40px;
  }
  
  .faq-section-container {
    max-width: 900px;
  }
  
  .faq-section::before {
    max-width: 1000px;
    height: 800px;
    background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.06) 0%, transparent 70%);
  }
  
  .faq-section-headline {
    font-size: 52px;
  }
  
  .faq-section-subhead {
    font-size: 20px;
    max-width: 700px;
    margin-bottom: 64px;
  }
  
  .faq-container {
    max-width: 900px;
  }
  
  .faq-item {
    margin-bottom: 24px;
    border-radius: 20px;
  }
  
  .faq-question {
    padding: 28px 28px 28px 32px;
  }
  
  .faq-text {
    font-size: 20px;
  }
  
  .faq-answer {
    padding: 0 32px;
  }
  
  .faq-item.active .faq-answer {
    padding: 0 32px 32px 32px;
  }
  
  .faq-answer p,
  .faq-answer li {
    font-size: 17px;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .faq-section {
    padding: 128px 20px;
  }
  
  .faq-section-container {
    max-width: 1000px;
  }
  
  .faq-section::before {
    max-width: 1200px;
  }
  
  .faq-section-headline {
    font-size: 56px;
  }
  
  .faq-section-subhead {
    max-width: 760px;
  }
  
  .faq-container {
    max-width: 1000px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-icon,
  .faq-answer,
  .faq-question,
  .faq-cta-link {
    transition: none;
  }
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .faq-question {
    -webkit-tap-highlight-color: transparent;
  }
  
  .faq-item {
    margin-bottom: 20px;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .faq-item {
    border-width: 2px;
  }
  
  .faq-item.active {
    border-width: 2.5px;
  }
  
  .faq-cta-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed56ca4 *//* ===== BLOG INSIGHTS SECTION ===== */
/* Mobile First (320px+) */

.msf-blog-section {
  background: #0a0f1e;
  padding: 64px 16px;
  position: relative;
  overflow: hidden;
}

/* Subtle green glow - MATCHING OTHER SECTIONS */
.msf-blog-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.msf-blog-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== SECTION HEADER ===== */
.msf-blog-header {
  text-align: center;
  margin-bottom: 40px;
}

/* Pill Badge */
.msf-blog-pill {
  display: inline-block;
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  font-size: 10px;
  font-weight: 800;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.25);
  margin-bottom: 20px;
}

/* Headline */
.msf-blog-headline {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0 4px;
}

/* Subhead */
.msf-blog-subhead {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 4px;
}

/* ===== BLOG GRID ===== */
.msf-blog-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

/* ===== BLOG CARD ===== */
.msf-blog-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* Top accent line */
.msf-blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #22C55E 0%, #16A34A 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects (desktop only) */
@media (hover: hover) {
  .msf-blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.3);
    box-shadow: 0 16px 40px rgba(34, 197, 94, 0.15);
  }

  .msf-blog-card:hover::before {
    transform: scaleX(1);
  }
}

/* Touch feedback */
.msf-blog-card:active {
  transform: scale(0.98);
}

.msf-blog-card-inner {
  padding: 28px 24px;
}

/* Category Badge */
.msf-blog-category {
  display: inline-block;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22C55E;
  background: rgba(34, 197, 94, 0.1);
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* Card Title */
.msf-blog-card-title {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

/* Card Excerpt */
.msf-blog-card-excerpt {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0 0 20px;
}

/* Read More Link */
.msf-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #22C55E;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.msf-blog-read-more:hover {
  gap: 10px;
}

.msf-blog-read-more svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.msf-blog-read-more:hover svg {
  transform: translateX(2px);
}

/* ===== BLOG FOOTER ===== */
.msf-blog-footer {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.msf-blog-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.msf-blog-view-all:hover {
  color: #22C55E;
  gap: 12px;
}

.msf-blog-view-all svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.msf-blog-view-all:hover svg {
  transform: translateX(4px);
}

/* ===================================================== */
/* PROGRESSIVE ENHANCEMENT: LARGER SCREENS              */
/* ===================================================== */

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .msf-blog-section {
    padding: 72px 20px;
  }

  .msf-blog-pill {
    font-size: 11px;
  }

  .msf-blog-headline {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .msf-blog-subhead {
    font-size: 17px;
  }

  .msf-blog-grid {
    gap: 22px;
  }

  .msf-blog-card-inner {
    padding: 32px 28px;
  }

  .msf-blog-card-title {
    font-size: 22px;
  }

  .msf-blog-card-excerpt {
    font-size: 15px;
  }

  .msf-blog-read-more {
    font-size: 15px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .msf-blog-section {
    padding: 80px 32px;
  }

  .msf-blog-container {
    max-width: 640px;
  }

  .msf-blog-section::before {
    max-width: 800px;
    height: 600px;
  }

  .msf-blog-headline {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .msf-blog-subhead {
    font-size: 18px;
    max-width: 560px;
  }

  .msf-blog-header {
    margin-bottom: 48px;
  }

  .msf-blog-grid {
    gap: 24px;
    margin-bottom: 48px;
  }

  .msf-blog-card-inner {
    padding: 36px 32px;
  }
}

/* ===== LARGE TABLET (768px+) - 3 COLUMN GRID ===== */
@media (min-width: 768px) {
  .msf-blog-section {
    padding: 96px 40px;
  }

  .msf-blog-container {
    max-width: 1100px;
  }

  .msf-blog-pill {
    font-size: 12px;
    padding: 10px 20px;
  }

  .msf-blog-headline {
    font-size: 46px;
  }

  .msf-blog-subhead {
    font-size: 19px;
    max-width: 680px;
  }

  .msf-blog-header {
    margin-bottom: 56px;
  }

  /* 3 COLUMN GRID */
  .msf-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 56px;
  }

  .msf-blog-card-title {
    font-size: 21px;
  }

  .msf-blog-card-excerpt {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .msf-blog-footer {
    padding-top: 24px;
  }

  .msf-blog-view-all {
    font-size: 16px;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .msf-blog-section {
    padding: 112px 40px;
  }

  .msf-blog-section::before {
    max-width: 1200px;
    height: 700px;
    background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.06) 0%, transparent 70%);
  }

  .msf-blog-headline {
    font-size: 48px;
  }

  .msf-blog-subhead {
    font-size: 20px;
    max-width: 750px;
  }

  .msf-blog-grid {
    gap: 32px;
  }

  .msf-blog-card-inner {
    padding: 40px 36px;
  }

  .msf-blog-card-title {
    font-size: 23px;
    margin-bottom: 14px;
  }

  .msf-blog-card-excerpt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .msf-blog-section {
    padding: 120px 20px;
  }

  .msf-blog-section::before {
    max-width: 1400px;
  }

  .msf-blog-headline {
    font-size: 52px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .msf-blog-card,
  .msf-blog-card::before,
  .msf-blog-read-more,
  .msf-blog-view-all {
    transition: none;
  }

  .msf-blog-card:hover {
    transform: none;
  }

  .msf-blog-read-more:hover,
  .msf-blog-view-all:hover {
    gap: inherit;
  }
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .msf-blog-card,
  .msf-blog-read-more,
  .msf-blog-view-all {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .msf-blog-card {
    border-width: 2px;
  }

  .msf-blog-card:hover {
    border-color: #22C55E;
  }

  .msf-blog-read-more:hover,
  .msf-blog-view-all:hover {
    text-decoration: underline;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7a0d5a *//* ===== FINAL CTA SECTION ===== */
/* Base: Mobile First (320px+) */

.final-cta-section {
  background: #0a0f1e;
  padding: 64px 16px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* Subtle background glow */
.final-cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.final-cta-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== HEADLINE ===== */
.final-cta-headline {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 auto 28px;
  max-width: 100%;
  padding: 0 4px;
}

/* ===== SUBHEADLINE ===== */
.final-cta-subhead {
  margin-bottom: 36px;
}

.final-cta-subhead p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #CBD5E1;
  line-height: 1.7;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 0 4px;
}

.final-cta-subhead p:last-child {
  margin-bottom: 0;
}

.cta-book-line {
  color: #94A3B8;
  font-size: 15px;
}

/* ===== CTA BUTTON WRAPPER (Empty - For Your Button) ===== */
.final-cta-button-wrapper {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== TRUST LINE ===== */
.final-cta-trust {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #64748B;
  margin: 0;
  font-style: italic;
}

/* ===== FOOTER SECTION ===== */
.site-footer {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 48px 16px 32px;
  position: relative;
}

.footer-container {
  max-width: 100%;
  margin: 0 auto;
}

/* ===== FOOTER TOP: Brand + Nav ===== */
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Brand Column */
.footer-brand {
  max-width: 100%;
}

.footer-logo {
  margin-bottom: 16px;
}

.logo-text {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: inline-block;
}

.footer-tagline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

/* Navigation Column */
.footer-nav {
  width: 100%;
}

.footer-nav-title {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-list li {
  margin: 0;
}

.footer-nav-list a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}

.footer-nav-list a:hover {
  color: #22C55E;
}

.footer-nav-list a:active {
  color: #16A34A;
}

/* ===== FOOTER BOTTOM: Legal + Copyright ===== */
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #64748B;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #22C55E;
}

.footer-legal a:active {
  color: #16A34A;
}

.legal-divider {
  color: #475569;
  font-size: 13px;
  user-select: none;
}

.footer-copyright {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #64748B;
}

/* ===================================================== */
/* PROGRESSIVE ENHANCEMENT: LARGER SCREENS              */
/* ===================================================== */

/* ===== LARGE MOBILE (480px+) ===== */
@media (min-width: 480px) {
  .final-cta-section {
    padding: 72px 20px;
  }
  
  .final-cta-headline {
    font-size: 36px;
    margin-bottom: 32px;
  }
  
  .final-cta-subhead p {
    font-size: 17px;
  }
  
  .cta-book-line {
    font-size: 16px;
  }
  
  .final-cta-trust {
    font-size: 14px;
  }
  
  /* Footer */
  .site-footer {
    padding: 52px 20px 36px;
  }
  
  .footer-tagline {
    font-size: 15px;
  }
  
  .footer-nav-list a {
    font-size: 16px;
  }
}

/* ===== TABLET (640px+) ===== */
@media (min-width: 640px) {
  .final-cta-section {
    padding: 80px 32px;
  }
  
  .final-cta-container {
    max-width: 640px;
  }
  
  .final-cta-section::before {
    max-width: 800px;
    height: 500px;
  }
  
  .final-cta-headline {
    font-size: 40px;
    margin-bottom: 36px;
  }
  
  .final-cta-subhead {
    margin-bottom: 40px;
  }
  
  .final-cta-subhead p {
    font-size: 18px;
    max-width: 560px;
  }
  
  /* Footer */
  .site-footer {
    padding: 56px 32px 40px;
  }
  
  .footer-container {
    max-width: 640px;
  }
  
  .footer-main {
    gap: 40px;
    margin-bottom: 44px;
    padding-bottom: 40px;
  }
  
  .logo-text {
    font-size: 24px;
  }
  
  .footer-tagline {
    max-width: 400px;
  }
  
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }
  
  .footer-legal {
    justify-content: flex-start;
  }
}

/* ===== LARGE TABLET (768px+) ===== */
@media (min-width: 768px) {
  .final-cta-section {
    padding: 96px 40px;
  }
  
  .final-cta-container {
    max-width: 768px;
  }
  
  .final-cta-headline {
    font-size: 46px;
    margin-bottom: 40px;
  }
  
  .final-cta-subhead p {
    font-size: 19px;
    max-width: 600px;
  }
  
  .final-cta-button-wrapper {
    margin-bottom: 28px;
  }
  
  /* Footer */
  .site-footer {
    padding: 64px 40px 44px;
  }
  
  .footer-container {
    max-width: 768px;
  }
  
  .footer-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
  }
  
  .footer-brand {
    max-width: 400px;
  }
  
  .footer-nav {
    width: auto;
    min-width: 160px;
  }
  
  .footer-bottom {
    gap: 32px;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .final-cta-section {
    padding: 112px 40px;
  }
  
  .final-cta-container {
    max-width: 900px;
  }
  
  .final-cta-section::before {
    max-width: 1000px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
  }
  
  .final-cta-headline {
    font-size: 52px;
    margin-bottom: 44px;
  }
  
  .final-cta-subhead {
    margin-bottom: 44px;
  }
  
  .final-cta-subhead p {
    font-size: 20px;
    max-width: 680px;
  }
  
  .final-cta-button-wrapper {
    margin-bottom: 32px;
  }
  
  /* Footer */
  .site-footer {
    padding: 72px 40px 48px;
  }
  
  .footer-container {
    max-width: 1024px;
  }
  
  .footer-main {
    gap: 64px;
    margin-bottom: 48px;
    padding-bottom: 44px;
  }
  
  .logo-text {
    font-size: 26px;
  }
  
  .footer-tagline {
    font-size: 16px;
    max-width: 440px;
  }
  
  .footer-nav-list {
    gap: 14px;
  }
  
  .footer-legal a,
  .footer-copyright {
    font-size: 14px;
  }
}

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
  .final-cta-section {
    padding: 128px 20px;
  }
  
  .final-cta-container {
    max-width: 1000px;
  }
  
  .final-cta-section::before {
    max-width: 1200px;
  }
  
  .final-cta-headline {
    font-size: 56px;
    max-width: 900px;
  }
  
  .final-cta-subhead p {
    max-width: 720px;
  }
  
  /* Footer */
  .site-footer {
    padding: 80px 20px 52px;
  }
  
  .footer-container {
    max-width: 1200px;
  }
  
  .footer-main {
    gap: 80px;
    margin-bottom: 52px;
    padding-bottom: 48px;
  }
  
  .footer-brand {
    max-width: 480px;
  }
  
  .footer-nav {
    min-width: 180px;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .footer-nav-list a,
  .footer-legal a {
    transition: none;
  }
}

/* ===== TOUCH DEVICE OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
  .footer-nav-list a,
  .footer-legal a {
    -webkit-tap-highlight-color: transparent;
    padding: 4px 0;
  }
  
  .footer-nav-list {
    gap: 16px;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  .site-footer {
    border-top-width: 2px;
  }
  
  .footer-main {
    border-bottom-width: 2px;
  }
  
  .footer-nav-list a:hover,
  .footer-legal a:hover {
    text-decoration: underline;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdff226 *//* 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 */