.elementor-4924 .elementor-element.elementor-element-889d59c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4ae4f91 *//* ============================================================
   SECTION J - CITY LOCATION PAGES (shared across all cities)
   Prefix: wlp- (wyfi location page)
   Append after Section I in Site Settings > Custom CSS
   Covers: Forest Lake, Cambridge, North Branch, Isanti
   (and any future city pages using the same structure)
   ============================================================ */

/* --- J0. Reset ------------------------------------------- */
.wlp-hero, .wlp-intro, .wlp-services, .wlp-local,
.wlp-hero *, .wlp-intro *, .wlp-services *, .wlp-local * {
  box-sizing: border-box;
  font-family: -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

/* --- J1. Breadcrumb -------------------------------------- */
.wlp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}
.wlp-breadcrumb a {
  font-size: .76rem !important;
  color: rgba(255,255,255,.42) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color .16s;
}
.wlp-breadcrumb a:hover { color: rgba(255,255,255,.75) !important; }
.wlp-breadcrumb span {
  font-size: .76rem !important;
  color: rgba(255,255,255,.28) !important;
}

/* --- J2. Hero photo slot --------------------------------- */
.wlp-hero__photo-wrap {
  position: relative;
}
.wlp-hero__photo-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #0d1f4e 0%, #060f2e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 64px rgba(0,0,0,.35);
}
.wlp-hero__photo {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.wlp-hero__photo-mock {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.wlp-hero__photo-mock span {
  font-size: .78rem !important;
  color: rgba(255,255,255,.35) !important;
}

/* Stat card overlapping photo */
.wlp-hero__stat-card {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(6,15,46,.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
}
.wlp-hero__stat-row { text-align: center; padding: 0 16px; }
.wlp-hero__stat-val {
  display: block;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  color: #22D3FF !important;
  line-height: 1.1 !important;
}
.wlp-hero__stat-lbl {
  display: block;
  font-size: .65rem !important;
  color: rgba(255,255,255,.42) !important;
  font-weight: 600 !important;
  margin-top: 2px;
}
.wlp-hero__stat-div {
  width: 1px; height: 32px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}

/* --- J3. Intro section ----------------------------------- */
.wlp-intro {
  padding: 80px 0 72px;
  background: #ffffff;
}
.wlp-intro__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
}
.wlp-intro__copy .wy-pill { margin-bottom: 14px; display: inline-flex; }
.wlp-intro__copy .wy-h2 {
  color: #0B1220 !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  margin: 0 0 20px !important;
}
.wlp-intro__copy .wy-body {
  color: #4a5568 !important;
  font-size: .93rem !important;
  line-height: 1.72 !important;
  margin-bottom: 16px !important;
}

/* Checklist card */
.wlp-checklist {
  background: #F5F8FF;
  border: 1px solid rgba(31,107,255,.1);
  border-radius: 18px;
  padding: 24px;
  position: sticky;
  top: 88px;
}
.wlp-checklist__title {
  font-size: .7rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1F6BFF !important;
  margin-bottom: 16px;
  display: block;
}
.wlp-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .875rem !important;
  color: #374151 !important;
  line-height: 1.55 !important;
  padding: 8px 0;
  border-bottom: 1px solid rgba(11,18,32,.06);
}
.wlp-checklist__item:last-child { border-bottom: none; }
.wlp-checklist__item svg { flex-shrink: 0; margin-top: 3px; }

/* --- J4. Services section -------------------------------- */
.wlp-services {
  padding: 80px 0;
  background: #F5F8FF;
}
.wlp-services__header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 48px;
}
.wlp-services__header .wy-pill { margin-bottom: 14px; display: inline-flex; }
.wlp-services__header .wy-h2 {
  color: #0B1220 !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

/* Services grid: featured card full width top, then 2 cols x 2 rows */
.wlp-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Service cards */
.wlp-scard {
  background: #ffffff;
  border: 1px solid rgba(11,18,32,.09);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.wlp-scard:hover {
  box-shadow: 0 8px 32px rgba(11,18,32,.08);
  transform: translateY(-2px);
  border-color: rgba(31,107,255,.18);
}

/* Featured card spans full width */
.wlp-scard--featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #060f2e 0%, #0d1f4e 100%);
  border-color: rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
}
.wlp-scard--featured::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 80% 50%, rgba(31,107,255,.2) 0%, transparent 65%);
  pointer-events: none;
}
.wlp-scard--featured .wlp-scard__title { color: #ffffff !important; }
.wlp-scard--featured .wlp-scard__desc  { color: rgba(255,255,255,.65) !important; }
.wlp-scard--featured .wlp-scard__icon { position: relative; }
.wlp-scard--featured {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
  gap: 0;
}
.wlp-scard--featured .wlp-scard__icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  margin-right: 16px;
}
.wlp-scard--featured .wlp-scard__badge {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.wlp-scard--featured .wlp-scard__title {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 14px;
}
.wlp-scard--featured .wlp-scard__desc {
  grid-column: 1 / -1;
  grid-row: 3;
}
.wlp-scard--featured .wy-btn {
  grid-column: 1 / -1;
  grid-row: 4;
  display: inline-flex !important;
  width: fit-content;
  margin-top: 6px;
}

.wlp-scard__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: .68rem !important;
  font-weight: 800 !important;
  background: rgba(34,211,255,.15);
  color: #22D3FF !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  width: fit-content;
}
.wlp-scard__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wlp-scard__title {
  color: #0B1220 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}
.wlp-scard__desc {
  color: #4a5568 !important;
  font-size: .84rem !important;
  line-height: 1.6 !important;
  flex: 1;
  margin: 0 !important;
}
.wlp-scard .wy-btn { margin-top: auto; display: inline-flex !important; width: fit-content; }

/* --- J5. Local context section --------------------------- */
.wlp-local {
  padding: 80px 0;
  background: #ffffff;
}
.wlp-local__inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
}
.wlp-local__copy .wy-pill { margin-bottom: 14px; display: inline-flex; }
.wlp-local__copy .wy-h2 {
  color: #0B1220 !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  margin: 0 0 20px !important;
}
.wlp-local__copy .wy-body {
  color: #4a5568 !important;
  font-size: .93rem !important;
  line-height: 1.72 !important;
  margin-bottom: 16px !important;
}

/* City card */
.wlp-local__card {
  background: linear-gradient(135deg, #060f2e 0%, #0d1f4e 100%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 24px;
  position: sticky;
  top: 88px;
}
.wlp-local__card-title {
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4) !important;
  margin-bottom: 14px;
  display: block;
}
.wlp-local__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}
.wlp-cpill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: .73rem !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,.72) !important;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
}
.wlp-local__card-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .8rem !important;
  color: rgba(255,255,255,.5) !important;
  line-height: 1.5 !important;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.wlp-local__card-note svg { flex-shrink: 0; margin-top: 2px; }

/* --- J6. Responsive -------------------------------------- */
@media (max-width: 960px) {
  .wlp-intro__grid { grid-template-columns: 1fr; }
  .wlp-local__inner { grid-template-columns: 1fr; }
  .wlp-checklist { position: static; }
  .wlp-local__card { position: static; }
}
@media (max-width: 760px) {
  .wlp-services__grid { grid-template-columns: 1fr; }
  .wlp-scard--featured { grid-template-columns: 1fr; }
  .wlp-scard--featured .wlp-scard__icon,
  .wlp-scard--featured .wlp-scard__badge { grid-column: 1; grid-row: auto; }
}
@media (max-width: 640px) {
  .wlp-intro { padding: 56px 0 52px; }
  .wlp-services { padding: 56px 0; }
  .wlp-local { padding: 56px 0; }
  .wlp-hero__stat-card { padding: 10px 14px; }
  .wlp-hero__stat-row { padding: 0 10px; }
}

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