/* =========================================================================
   Florida Landing Page — dedicated responsive stylesheet
   Cloned from the (already-fixed) california-responsive.css: every .ca-
   class renamed to .fl-. Deliberately does NOT reintroduce the old
   repeat(3, ...) column-collapse at ≤1280px that used to break the
   Our-Services/Industries 6-card rows into two rows well before it was
   actually necessary — six 170px cards + gap only need ~1120-1230px, which
   this width still has 100px+ of headroom for. The shared grid's
   minmax(0, 170px)/minmax(0, 1fr) columns (style.css / css/landing/style.css)
   let both grids compress the last few px on their own instead, so the row
   stays intact through the whole desktop range and only genuinely wraps at
   the ≤900px tablet breakpoint below.

   Breakpoints mirror California's own responsive file so all pages behave
   identically at every width — tested at: 1920, 1600, 1440, 1366, 1280,
   1024, 992, 820, 768, 576, 480, 390, 375, 360, 320.
   ========================================================================= */

@media (max-width: 1400px) {
  .fl-landing .landing-services-inner {
    padding: 26px 32px;
  }

  .fl-landing .landing-services-grid {
    gap: 20px;
  }
}

@media (max-width: 1280px) {
  .fl-landing .landing-services-inner {
    padding: 26px 24px;
  }

  .fl-why-container {
    gap: 32px;
  }

  .fl-trusted .landing-trusted-logos {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
    column-gap: 40px;
  }
}

@media (max-width: 1100px) {
  .fl-process-grid {
    flex-wrap: wrap;
    row-gap: 32px;
  }
}

@media (max-width: 1024px) {
  .landing-page.fl-landing .fl-why-section {
    padding: 72px 32px;
  }

  .fl-why-container {
    gap: 24px;
  }

  .fl-why-stats {
    flex: 0 0 110px;
  }

  .fl-why-stat {
    width: 110px;
  }
}

@media (max-width: 900px) {
  .landing-page.fl-landing .fl-hero {
    padding-top: 110px;
  }

  .fl-hero-banner {
    display: flex;
    flex-direction: column;
  }

  .fl-hero-ctas {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }

  .landing-page.fl-landing .fl-partner-intro {
    padding: 56px 24px;
  }

  .fl-partner-intro-body {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .fl-landing .landing-services-inner {
    padding: 26px 24px;
  }

  .fl-landing .landing-services-grid {
    grid-template-columns: repeat(2, minmax(0, 170px));
  }

  .landing-page.fl-landing .fl-why-section {
    padding: 56px 24px;
  }

  .fl-why-container {
    flex-direction: column;
  }

  .fl-why-left {
    flex-direction: column;
    width: 100%;
  }

  .fl-why-illustration {
    flex: none;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }

  .fl-why-illustration img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .fl-why-stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    left: 0;
  }

  .fl-why-right {
    margin-top: 0;
    text-align: center;
  }

  .fl-why-feature {
    text-align: left;
  }

  .fl-industries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .fl-outsource-grid {
    flex-direction: column;
  }

  .fl-outsource-list {
    max-width: 100%;
    text-align: left;
  }

  .fl-process-step {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .landing-page.fl-landing .fl-why-section {
    padding: 48px 20px;
  }

  .fl-outsource-visual {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .fl-hero-ctas {
    width: 100%;
  }

  .fl-hero-ctas a {
    min-height: 44px;
    flex: 1;
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
    font-size: 13px;
  }

  .fl-landing .landing-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .fl-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fl-outsource-grid {
    gap: 32px;
  }

  .fl-process-grid {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .landing-page.fl-landing .fl-hero {
    padding-top: 90px;
  }

  .fl-hero-ctas {
    flex-direction: column;
  }

  .fl-landing .landing-services-inner {
    padding: 24px 16px;
  }

  .fl-landing .landing-services-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 220px;
  }

  .fl-trusted .landing-trusted-logos {
    gap: 24px;
  }

  .fl-trusted .landing-trusted-logos img {
    max-width: 110px;
  }

  .landing-page.fl-landing .fl-partner-intro {
    padding: 40px 16px;
  }

  .fl-partner-intro-icon {
    width: 72px;
  }

  .fl-partner-intro-icon img {
    width: 72px;
  }

  .landing-page.fl-landing .fl-why-section {
    padding: 40px 16px;
  }

  .fl-why-stats {
    gap: 12px;
  }

  .fl-why-stat {
    width: 100%;
    max-width: 140px;
  }

  .fl-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .fl-industry-card {
    padding: 14px 8px;
  }

  .landing-page.fl-landing .fl-outsource {
    padding: 0 16px;
  }

  .fl-outsource-list li {
    font-size: 17px;
  }

  .landing-page.fl-landing .fl-process {
    padding: 0 16px;
  }
}

@media (max-width: 375px) {
  .fl-why-label {
    font-size: 16px;
  }

  .fl-why-heading {
    font-size: 26px;
  }

  .fl-process-step {
    max-width: 100%;
  }

  .fl-process-step p {
    max-width: 100%;
  }
}
