.elementor-5625 .elementor-element.elementor-element-5da8f7a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2142b37 *//* ============================================================
   SECTION J — WYFI CITY LOCATION PAGES
   Shared CSS for all location pages using wlp- classes

   Intended placement:
   Elementor > Site Settings > Custom CSS

   Design goals:
   - Preserve the established Wyfi visual style
   - Maintain the approved location-page layout
   - Improve readability and text contrast
   - Prevent overlapping content
   - Create consistent spacing
   - Improve tablet and mobile behavior
   ============================================================ */


/* ============================================================
   J0. DESIGN TOKENS
   ============================================================ */

:root {
  --wlp-navy-950: #060f2e;
  --wlp-navy-900: #0d1f4e;
  --wlp-heading: #0b1220;
  --wlp-body: #425066;
  --wlp-body-dark: #334155;

  --wlp-blue: #1f6bff;
  --wlp-blue-light: #4d8bff;
  --wlp-cyan: #22d3ff;
  --wlp-purple: #a78bfa;

  --wlp-white: #ffffff;
  --wlp-surface: #f5f8ff;
  --wlp-surface-blue: #eef4ff;

  --wlp-border: rgba(11, 18, 32, 0.09);
  --wlp-border-blue: rgba(31, 107, 255, 0.12);
  --wlp-border-light: rgba(255, 255, 255, 0.10);

  --wlp-radius-sm: 12px;
  --wlp-radius-md: 18px;
  --wlp-radius-lg: 20px;

  --wlp-shadow-card: 0 8px 32px rgba(11, 18, 32, 0.08);
  --wlp-shadow-dark: 0 24px 64px rgba(0, 0, 0, 0.35);

  --wlp-section-space: 80px;
  --wlp-section-space-mobile: 56px;

  --wlp-content-gap: 56px;
  --wlp-content-gap-tablet: 36px;
  --wlp-content-gap-mobile: 28px;

  --wlp-transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}


/* ============================================================
   J1. SAFE RESET
   ============================================================ */

.wlp-hero,
.wlp-intro,
.wlp-services,
.wlp-local,
.wlp-hero *,
.wlp-intro *,
.wlp-services *,
.wlp-local * {
  box-sizing: border-box;
}

.wlp-hero,
.wlp-intro,
.wlp-services,
.wlp-local {
  width: 100%;
  overflow-wrap: anywhere;
}

.wlp-hero img,
.wlp-intro img,
.wlp-services img,
.wlp-local img {
  max-width: 100%;
}

.wlp-intro p,
.wlp-services p,
.wlp-local p {
  opacity: 1 !important;
}

.wlp-intro__copy,
.wlp-intro__checklist,
.wlp-services__header,
.wlp-services__grid,
.wlp-scard,
.wlp-local__copy,
.wlp-local__card {
  min-width: 0;
}


/* ============================================================
   J2. BREADCRUMBS
   ============================================================ */

.wlp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
}

.wlp-breadcrumb a,
.wlp-breadcrumb span {
  font-size: 0.76rem !important;
  line-height: 1.4 !important;
}

.wlp-breadcrumb a {
  color: rgba(255, 255, 255, 0.58) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: var(--wlp-transition);
}

.wlp-breadcrumb a:hover,
.wlp-breadcrumb a:focus-visible {
  color: rgba(255, 255, 255, 0.92) !important;
}

.wlp-breadcrumb span {
  color: rgba(255, 255, 255, 0.42) !important;
}

.wlp-breadcrumb svg {
  flex: 0 0 auto;
}


/* ============================================================
   J3. HERO IMAGE
   ============================================================ */

.wlp-hero__photo-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.wlp-hero__photo-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--wlp-radius-lg);

  background:
    linear-gradient(
      135deg,
      var(--wlp-navy-900) 0%,
      var(--wlp-navy-950) 100%
    );

  box-shadow: var(--wlp-shadow-dark);
}

.wlp-hero__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wlp-hero__photo-mock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}

.wlp-hero__photo-mock span {
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 0.78rem !important;
  line-height: 1.5 !important;
}


/* ============================================================
   J4. HERO STAT CARD
   ============================================================ */

.wlp-hero__stat-card {
  position: absolute;
  z-index: 2;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  align-items: stretch;
  justify-content: center;

  max-width: calc(100% - 24px);
  padding: 14px 16px;

  border: 1px solid var(--wlp-border-light);
  border-radius: 14px;

  background: rgba(6, 15, 46, 0.96);

  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.30);
}

.wlp-hero__stat-row {
  display: flex;
  min-width: 0;
  padding: 0 16px;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wlp-hero__stat-val {
  display: block;
  color: var(--wlp-cyan) !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  white-space: nowrap;
}

.wlp-hero__stat-lbl {
  display: block;
  max-width: 120px;
  margin-top: 4px;

  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  white-space: normal;
}

.wlp-hero__stat-div {
  width: 1px;
  min-height: 34px;
  align-self: center;
  flex: 0 0 1px;
  background: rgba(255, 255, 255, 0.12);
}


/* ============================================================
   J5. INTRO SECTION
   ============================================================ */

.wlp-intro {
  padding: var(--wlp-section-space) 0 72px;
  background: var(--wlp-white);
}

.wlp-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: var(--wlp-content-gap);
  align-items: start;
}

.wlp-intro__copy .wy-pill {
  display: inline-flex;
  margin: 0 0 14px;
}

.wlp-intro__copy .wy-h2 {
  margin: 0 0 20px !important;

  color: var(--wlp-heading) !important;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
}

.wlp-intro__copy .wy-body {
  margin: 0 0 17px !important;

  color: var(--wlp-body) !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
}

.wlp-intro__copy .wy-body:last-child {
  margin-bottom: 0 !important;
}


/* ============================================================
   J6. INTRO CHECKLIST
   ============================================================ */

.wlp-checklist {
  position: sticky;
  top: 88px;

  width: 100%;
  padding: 26px;

  border: 1px solid var(--wlp-border-blue);
  border-radius: var(--wlp-radius-md);

  background:
    linear-gradient(
      180deg,
      #f7f9ff 0%,
      var(--wlp-surface-blue) 100%
    );
}

.wlp-checklist__title {
  display: block;
  margin: 0 0 16px;

  color: var(--wlp-blue) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wlp-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  padding: 10px 0;

  border-bottom: 1px solid rgba(11, 18, 32, 0.07);

  color: var(--wlp-body-dark) !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  line-height: 1.58 !important;
}

.wlp-checklist__item:first-of-type {
  padding-top: 4px;
}

.wlp-checklist__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wlp-checklist__item svg {
  flex: 0 0 auto;
  margin-top: 4px;
}


/* ============================================================
   J7. SERVICES SECTION
   ============================================================ */

.wlp-services {
  padding: var(--wlp-section-space) 0;
  background: var(--wlp-surface);
}

.wlp-services__header {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.wlp-services__header .wy-pill {
  display: inline-flex;
  margin: 0 0 14px;
}

.wlp-services__header .wy-h2 {
  margin: 0 0 16px !important;

  color: var(--wlp-heading) !important;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.wlp-services__header .wy-body {
  max-width: 640px;
  margin: 0 auto !important;

  color: var(--wlp-body) !important;
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}


/* ============================================================
   J8. SERVICES GRID
   ============================================================ */

.wlp-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


/* ============================================================
   J9. STANDARD SERVICE CARDS
   ============================================================ */

.wlp-scard {
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: 26px;

  flex-direction: column;
  align-items: flex-start;
  gap: 12px;

  border: 1px solid var(--wlp-border);
  border-radius: var(--wlp-radius-md);

  background: var(--wlp-white);

  transition: var(--wlp-transition);
}

.wlp-scard:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 107, 255, 0.20);
  box-shadow: var(--wlp-shadow-card);
}

.wlp-scard__icon {
  display: flex;
  width: 44px;
  height: 44px;

  flex: 0 0 44px;
  align-items: center;
  justify-content: center;

  border-radius: var(--wlp-radius-sm);
}

.wlp-scard__badge {
  display: inline-flex;
  width: fit-content;
  padding: 4px 10px;

  align-items: center;

  border-radius: 999px;

  background: rgba(34, 211, 255, 0.15);

  color: var(--wlp-cyan) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wlp-scard__title {
  margin: 2px 0 0 !important;

  color: var(--wlp-heading) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
}

.wlp-scard__desc {
  margin: 0 !important;

  color: var(--wlp-body) !important;
  font-size: 0.88rem !important;
  line-height: 1.68 !important;
}

.wlp-scard__desc + .wlp-scard__desc {
  margin-top: 2px !important;
}

.wlp-scard .wy-btn {
  display: inline-flex !important;
  width: fit-content;
  margin-top: auto;
}


/* ============================================================
   J10. FEATURED SERVICE CARD
   Important:
   Uses flex instead of a rigid grid so multiple paragraphs
   cannot overlap.
   ============================================================ */

.wlp-scard--featured {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;

  display: flex;
  min-height: auto;
  padding: 30px;

  flex-direction: column;
  align-items: flex-start;
  gap: 12px;

  border-color: rgba(255, 255, 255, 0.08);

  background:
    linear-gradient(
      135deg,
      var(--wlp-navy-950) 0%,
      var(--wlp-navy-900) 100%
    );
}

.wlp-scard--featured::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      ellipse 70% 80% at 80% 50%,
      rgba(31, 107, 255, 0.22) 0%,
      transparent 65%
    );

  pointer-events: none;
}

.wlp-scard--featured > * {
  position: relative;
  z-index: 1;
}

.wlp-scard--featured .wlp-scard__title {
  margin-top: 3px !important;

  color: var(--wlp-white) !important;
  font-size: 1.2rem !important;
}

.wlp-scard--featured .wlp-scard__desc {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.80) !important;
}

.wlp-scard--featured .wy-btn {
  margin-top: 8px;
}


/* ============================================================
   J11. LOCAL CONTEXT SECTION
   ============================================================ */

.wlp-local {
  padding: var(--wlp-section-space) 0;
  background: var(--wlp-white);
}

.wlp-local__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: var(--wlp-content-gap);
  align-items: start;
}

.wlp-local__copy .wy-pill {
  display: inline-flex;
  margin: 0 0 14px;
}

.wlp-local__copy .wy-h2 {
  margin: 0 0 20px !important;

  color: var(--wlp-heading) !important;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
}

.wlp-local__copy .wy-body {
  margin: 0 0 17px !important;

  color: var(--wlp-body) !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
}

.wlp-local__copy .wy-body:last-child {
  margin-bottom: 0 !important;
}


/* ============================================================
   J12. LOCAL CITY CARD
   ============================================================ */

.wlp-local__card {
  position: sticky;
  top: 88px;

  width: 100%;
  padding: 26px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--wlp-radius-lg);

  background:
    linear-gradient(
      135deg,
      var(--wlp-navy-950) 0%,
      var(--wlp-navy-900) 100%
    );
}

.wlp-local__card-title {
  display: block;
  margin: 0 0 15px;

  color: rgba(255, 255, 255, 0.70) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wlp-local__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 19px;
}

.wlp-cpill {
  display: inline-flex;
  padding: 6px 12px;

  align-items: center;

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.08);

  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.74rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

a.wlp-cpill {
  text-decoration: none !important;
  transition: var(--wlp-transition);
}

a.wlp-cpill:hover,
a.wlp-cpill:focus-visible {
  border-color: rgba(34, 211, 255, 0.34);
  background: rgba(34, 211, 255, 0.13);
  color: var(--wlp-white) !important;
}

.wlp-local__card-note {
  display: flex;
  gap: 9px;
  padding-top: 17px;

  align-items: flex-start;

  border-top: 1px solid rgba(255, 255, 255, 0.10);

  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 0.81rem !important;
  line-height: 1.55 !important;
}

.wlp-local__card-note svg {
  flex: 0 0 auto;
  margin-top: 3px;
}


/* ============================================================
   J13. LOCATION-PAGE FAQ SAFETY RULES
   These supplement the existing shared wy-faq styling.
   ============================================================ */

.wy-faq .wy-faq__header .wy-h2 {
  margin-bottom: 0 !important;
}

.wy-faq details {
  overflow: hidden;
}

.wy-faq summary {
  line-height: 1.45 !important;
}

.wy-faq__ans .wy-body-sm {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.7 !important;
}


/* ============================================================
   J14. CITY LINK SECTION SAFETY RULES
   These preserve existing global design while improving spacing.
   ============================================================ */

.wy-cities__lead {
  margin-top: 14px !important;
}

.wy-cities__pills {
  row-gap: 9px;
}

.wy-cities__links {
  row-gap: 8px;
}

.wy-cities__box-note {
  line-height: 1.6 !important;
}


/* ============================================================
   J15. FINAL CTA SAFETY RULES
   ============================================================ */

.wy-cta-final__lead {
  line-height: 1.7 !important;
}

.wy-quick__sub {
  line-height: 1.5 !important;
}


/* ============================================================
   J16. TABLET
   ============================================================ */

@media (max-width: 960px) {

  .wlp-intro__grid,
  .wlp-local__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--wlp-content-gap-tablet);
  }

  .wlp-checklist,
  .wlp-local__card {
    position: static;
    top: auto;
  }

  .wlp-intro__checklist,
  .wlp-local__card {
    max-width: 680px;
  }
}


/* ============================================================
   J17. SMALL TABLET
   ============================================================ */

@media (max-width: 760px) {

  .wlp-services__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .wlp-scard--featured {
    grid-column: auto;
  }

  .wlp-services__header {
    margin-bottom: 36px;
  }

  .wlp-breadcrumb {
    margin-bottom: 16px;
  }
}


/* ============================================================
   J18. MOBILE
   ============================================================ */

@media (max-width: 640px) {

  .wlp-intro,
  .wlp-services,
  .wlp-local {
    padding-top: var(--wlp-section-space-mobile);
    padding-bottom: var(--wlp-section-space-mobile);
  }

  .wlp-intro__grid,
  .wlp-local__inner {
    gap: var(--wlp-content-gap-mobile);
  }

  .wlp-intro__copy .wy-h2,
  .wlp-services__header .wy-h2,
  .wlp-local__copy .wy-h2 {
    font-size: clamp(1.35rem, 7vw, 1.7rem) !important;
  }

  .wlp-intro__copy .wy-body,
  .wlp-services__header .wy-body,
  .wlp-local__copy .wy-body {
    font-size: 0.93rem !important;
    line-height: 1.7 !important;
  }

  .wlp-scard,
  .wlp-scard--featured,
  .wlp-checklist,
  .wlp-local__card {
    padding: 22px;
  }

  .wlp-services__header {
    margin-bottom: 32px;
  }

  .wlp-hero__photo-wrap {
    margin-bottom: 0;
  }

  /*
   * Move the stat panel into normal document flow.
   * This prevents it from covering text or being clipped.
   */
  .wlp-hero__stat-card {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;

    width: calc(100% - 20px);
    max-width: none;
    margin: -14px auto 0;
    padding: 12px 8px;
  }

  .wlp-hero__stat-row {
    padding: 0 7px;
  }

  .wlp-hero__stat-val {
    font-size: 0.92rem !important;
  }

  .wlp-hero__stat-lbl {
    max-width: none;
    font-size: 0.6rem !important;
  }

  .wlp-hero__stat-div {
    min-height: 38px;
  }

  .wlp-breadcrumb a,
  .wlp-breadcrumb span {
    font-size: 0.72rem !important;
  }
}


/* ============================================================
   J19. SMALL MOBILE
   ============================================================ */

@media (max-width: 420px) {

  .wlp-scard,
  .wlp-scard--featured,
  .wlp-checklist,
  .wlp-local__card {
    padding: 20px;
  }

  .wlp-hero__stat-card {
    width: calc(100% - 12px);
    padding: 11px 5px;
  }

  .wlp-hero__stat-row {
    padding: 0 5px;
  }

  .wlp-hero__stat-val {
    font-size: 0.8rem !important;
  }

  .wlp-hero__stat-lbl {
    font-size: 0.56rem !important;
    line-height: 1.25 !important;
  }

  .wlp-hero__stat-div {
    min-height: 36px;
  }

  .wlp-cpill {
    padding: 6px 10px;
    font-size: 0.71rem !important;
  }
}


/* ============================================================
   J20. REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .wlp-scard,
  .wlp-breadcrumb a,
  a.wlp-cpill {
    transition: none !important;
  }

  .wlp-scard:hover {
    transform: none;
  }
}


/* ============================================================
   END SECTION J — WYFI CITY LOCATION PAGES
   ============================================================ *//* End custom CSS */