@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.city-landing-body,
.tampa-landing-body,
.tallahassee-landing-body,
.fortlauderdale-landing-body,
.daytona-landing-body,
.daytonabeach-landing-body,
.gainesville-landing-body,
.staugustine-landing-body,
.naples-landing-body,
.ocala-landing-body,
.pensacola-landing-body,
.miami-landing-body,
.miamibeach-landing-body,
.cocoa-landing-body,
.cocoabeach-landing-body,
.orlando-landing-body,
.windermere-landing-body,
.wintergarden-landing-body,
.winterpark-landing-body,
.ocoee-landing-body,
.horizonwest-landing-body,
.portstlucie-landing-body,
.jacksonville-landing-body,
.jacksonvillebeach-landing-body,
.orangepark-landing-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.city-bg-tampa,
.tampa-landing-body {
  --bg-desktop: url("https://m1.florida.now/tampanow.png");
  --bg-mobile: url("https://m1.florida.now/tampanow2.png");
}

.city-bg-tallahassee,
.tallahassee-landing-body {
  --bg-desktop: url("https://m1.florida.now/tallahasseenow1.png");
  --bg-mobile: url("https://m1.florida.now/tallahasseenow2.png");
}

.city-bg-fortlauderdale,
.fortlauderdale-landing-body {
  --bg-desktop: url("https://m1.florida.now/fortlauderdalenow.png");
  --bg-mobile: url("https://m1.florida.now/fortlauderdalenow2.png");
}

.city-bg-daytona,
.daytona-landing-body {
  --bg-desktop: url("https://m1.florida.now/daytonanow1.png");
  --bg-mobile: url("https://m1.florida.now/daytonanow2.png");
}

.city-bg-daytonabeach,
.daytonabeach-landing-body {
  --bg-desktop: url("https://m1.florida.now/daytonabeachnow.png");
  --bg-mobile: url("https://m1.florida.now/daytonabeachnow2.png");
}

.city-bg-gainesville,
.gainesville-landing-body {
  --bg-desktop: url("https://m1.florida.now/gainesvillenow1.png");
  --bg-mobile: url("https://m1.florida.now/gainesvillenow2.png");
}

.city-bg-staugustine,
.staugustine-landing-body {
  --bg-desktop: url("https://m1.florida.now/staugustinenow1.png");
  --bg-mobile: url("https://m1.florida.now/staugustinenow2.png");
}

.city-bg-naples,
.naples-landing-body {
  --bg-desktop: url("https://m1.florida.now/naplesnow1.png");
  --bg-mobile: url("https://m1.florida.now/naplesnow2.png");
}

.city-bg-ocala,
.ocala-landing-body {
  --bg-desktop: url("https://m1.florida.now/ocalanow1.png");
  --bg-mobile: url("https://m1.florida.now/ocalanow2.png");
}

.city-bg-pensacola,
.pensacola-landing-body {
  --bg-desktop: url("https://m1.florida.now/pensacolanow.png");
  --bg-mobile: url("https://m1.florida.now/pensacolanow2.png");
}

.city-bg-miami,
.miami-landing-body {
  --bg-desktop: url("https://m1.florida.now/miaminow1.png");
  --bg-mobile: url("https://m1.florida.now/miaminow2.png");
}

.city-bg-miamibeach,
.miamibeach-landing-body {
  --bg-desktop: url("https://m1.florida.now/miamibeachnow1.png");
  --bg-mobile: url("https://m1.florida.now/miamibeachnow2.png");
}

.city-bg-cocoa,
.cocoa-landing-body {
  --bg-desktop: url("https://m1.florida.now/cocoanow1.png");
  --bg-mobile: url("https://m1.florida.now/cocoanow2.png");
}

.city-bg-cocoabeach,
.cocoabeach-landing-body {
  --bg-desktop: url("https://m1.florida.now/cocoabeach1.png");
  --bg-mobile: url("https://m1.florida.now/cocoabeach2.png");
}

.city-bg-orlando,
.orlando-landing-body {
  --bg-desktop: url("https://m1.florida.now/orlandonow1.png");
  --bg-mobile: url("https://m1.florida.now/orlandonow2.png");
}

.city-bg-windermere,
.windermere-landing-body {
  --bg-desktop: url("https://m1.florida.now/Windermerenow1.png");
  --bg-mobile: url("https://m1.florida.now/Windermerenow2.png");
}

.city-bg-wintergarden,
.wintergarden-landing-body {
  --bg-desktop: url("https://m1.florida.now/wintergardennow1.png");
  --bg-mobile: url("https://m1.florida.now/wintergardennow2.png");
}

.city-bg-winterpark,
.winterpark-landing-body {
  --bg-desktop: url("https://m1.florida.now/winterparknow1.png");
  --bg-mobile: url("https://m1.florida.now/winterparknow2.png");
}

.city-bg-ocoee,
.ocoee-landing-body {
  --bg-desktop: url("https://m1.florida.now/ocoeenow.png");
  --bg-mobile: url("https://m1.florida.now/ocoeenow2.png");
}

.city-bg-horizonwest,
.horizonwest-landing-body {
  --bg-desktop: url("https://m1.florida.now/horzionwestnow1.png");
  --bg-mobile: url("https://m1.florida.now/horzionwestnow2.png");
}

.city-bg-portstlucie,
.portstlucie-landing-body {
  --bg-desktop: url("https://m1.florida.now/portstlucienow1.png");
  --bg-mobile: url("https://m1.florida.now/portstlucienow2.png");
}

.city-bg-jacksonville,
.jacksonville-landing-body {
  --bg-desktop: url("https://m1.florida.now/jacksonvillenow1.png");
  --bg-mobile: url("https://m1.florida.now/jacksonvillenow2.png");
}

.city-bg-jacksonvillebeach,
.jacksonvillebeach-landing-body {
  --bg-desktop: url("https://m1.florida.now/jaxbeach1.png");
  --bg-mobile: url("https://m1.florida.now/jaxbeach2.png");
}

.city-bg-orangepark,
.orangepark-landing-body {
  --bg-desktop: url("https://m1.florida.now/orangeparknow1.png");
  --bg-mobile: url("https://m1.florida.now/orangeparknow2.png");
}

.city-back-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.45);
}

.city-back-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}

.city-landing-background {
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.city-landing-background::before {
  content: "";
  position: absolute;
  inset: -8%;
  background-image: var(--bg-desktop);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(26px) saturate(1.08) brightness(1.03);
  transform: scale(1.05);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.city-landing-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-desktop);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.footer {
  position: static;
  background: #000;
  border-top: 1px solid #1f2937;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  color: #e5e7eb;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #e5e7eb;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .city-landing-background::before {
    background-image: none;
    filter: none;
    opacity: 0;
  }

  .city-landing-background::after {
    background-image: var(--bg-mobile);
    background-size: 100% 100%;
  }

  .city-back-btn {
    top: 12px;
    left: 12px;
    font-size: 13px;
  }

  .footer {
    padding: 12px 16px;
  }
}
