* {
  box-sizing: border-box;
}

:root {
  --blue: #0877b9;
  --blue-dark: #075985;
  --sky: #38bdf8;
  --aqua: #1dd4d4;
  --orange: #ff9f1c;
  --green: #16a34a;
  --ink: #102033;
  --muted: #667085;
  --border: rgba(148, 163, 184, 0.32);
  --shadow: 0 26px 80px rgba(15, 23, 42, 0.16);
  --soft-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  --glass: rgba(255, 255, 255, 0.58);
  --glass-strong: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.68);
  --ice-shadow: 0 24px 70px rgba(8, 119, 185, 0.13);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(115deg, #dbfbff 0%, #f7fdff 38%, #fff8ea 78%, #e8fff7 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.26) 0 18%, transparent 18% 38%, rgba(29, 212, 212, 0.14) 38% 62%, transparent 62%),
    linear-gradient(315deg, rgba(255, 159, 28, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 34%, rgba(255, 255, 255, 0.28));
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.siteHeader {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 28px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.54);
  box-shadow: 0 18px 58px rgba(8, 20, 35, 0.16);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  backdrop-filter: blur(22px) saturate(1.35);
}

.siteHeader::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent);
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.siteHeader nav,
.heroActions,
.contactActions,
.siteFooter nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.siteHeader nav a,
.lightAction,
.primaryAction {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 950;
  text-decoration: none;
}

.siteHeader nav a {
  border: 1px solid transparent;
  color: #344054;
}

.siteHeader nav a:hover {
  border-color: rgba(8, 119, 185, 0.22);
  background: rgba(232, 248, 255, 0.62);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
}

.hero {
  min-height: 72vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 140px max(24px, calc((100vw - 1180px) / 2)) 62px;
  background-image: var(--hero-image, url("/hero-slides/slide-promenade-bikes.jpg"));
  background-size: cover;
  background-position: center;
}

.heroShade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 21, 38, 0.78) 0%, rgba(7, 21, 38, 0.46) 44%, rgba(7, 21, 38, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 21, 38, 0.25), rgba(7, 21, 38, 0.34));
}

.heroContent {
  width: min(820px, 100%);
  color: white;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(125, 211, 252, 0.65);
  border-radius: 999px;
  padding: 7px 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(224, 247, 255, 0.56)),
    rgba(232, 248, 255, 0.62);
  color: #075985;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78), 0 8px 20px rgba(8, 119, 185, 0.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
}

.hero .eyebrow {
  background: rgba(255, 255, 255, 0.18);
  color: white;
  border-color: rgba(255, 255, 255, 0.36);
  -webkit-backdrop-filter: blur(10px) saturate(1.25);
  backdrop-filter: blur(10px) saturate(1.25);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: 0;
}

.heroContent p {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.55;
}

.primaryAction {
  border: 0;
  background: linear-gradient(135deg, var(--blue), var(--sky));
  color: white;
  box-shadow: 0 14px 34px rgba(8, 119, 185, 0.28);
}

.lightAction {
  border: 1px solid rgba(255, 255, 255, 0.56);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.14);
  color: white;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.36);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  backdrop-filter: blur(14px) saturate(1.25);
}

.lightAction.dark {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54)),
    rgba(255, 255, 255, 0.62);
  color: var(--blue-dark);
}

.heroMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.heroMeta span {
  border-radius: 999px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.1)),
    rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.26);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
}

.slideCaption {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 62px;
  width: min(330px, calc(100% - 48px));
  border-left: 4px solid var(--orange);
  padding-left: 14px;
  color: white;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.slideCaption strong,
.slideCaption span {
  display: block;
}

.slideCaption span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
}

.heroControls {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  top: 122px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.heroControls button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
    rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 22px;
  font-weight: 950;
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
}

[data-slide-dots] {
  display: flex;
  gap: 6px;
}

[data-slide-dots] button {
  width: 9px;
  height: 9px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.48);
}

[data-slide-dots] button.active {
  width: 24px;
  background: white;
}

.quickPortal,
.splitBand,
.proofStrip,
.serviceFeature,
.stepsSection,
.mapBand,
.contactBand,
.siteFooter {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
}

#rentals,
#map,
#contact {
  scroll-margin-top: 108px;
}

.quickPortal {
  position: relative;
  z-index: 3;
  margin-top: -22px;
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(232, 248, 255, 0.74), rgba(255, 255, 255, 0.5) 54%, rgba(255, 248, 235, 0.62)),
    rgba(255, 255, 255, 0.44);
  box-shadow: 0 34px 100px rgba(8, 119, 185, 0.18);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  backdrop-filter: blur(24px) saturate(1.25);
  overflow: hidden;
}

.quickPortal::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--orange));
}

.quickPortal::after {
  content: "";
  position: absolute;
  inset: 5px 0 auto;
  height: 88px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent);
}

.sectionHead {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.sectionHead h2,
.splitBand h2,
.featureCopy h2,
.contactBand h2 {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

.portalGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.portalCard,
.categoryCard,
.proofStrip div,
.stepsGrid div {
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.48);
  box-shadow: var(--ice-shadow);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  backdrop-filter: blur(16px) saturate(1.2);
}

.portalCard {
  min-height: 172px;
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  border-radius: 20px;
  padding: 22px 18px 18px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.portalCard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--sky));
  opacity: 0.84;
}

.portalCard::after,
.categoryCard::after,
.proofStrip div::after,
.stepsGrid div::after {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 54px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent);
}

.portalCard:hover,
.portalCard:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(8, 119, 185, 0.45);
  box-shadow: 0 24px 55px rgba(8, 119, 185, 0.14);
}

.portalCard h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 24px;
}

.portalCard p {
  position: relative;
  z-index: 1;
  color: #475467;
  line-height: 1.5;
}

.portalCard strong {
  position: relative;
  z-index: 1;
  align-self: end;
  color: var(--blue-dark);
}

.portalCard.rental {
  border-color: rgba(8, 119, 185, 0.28);
}

.portalCard.keyholding {
  border-color: rgba(34, 197, 94, 0.28);
}

.portalCard.keyholding::before {
  background: linear-gradient(90deg, var(--green), #86efac);
}

.portalCard.affiliate {
  border-color: rgba(245, 158, 11, 0.32);
}

.portalCard.affiliate::before {
  background: linear-gradient(90deg, var(--orange), #facc15);
}

.portalCard.property {
  border-color: rgba(29, 212, 212, 0.32);
}

.portalCard.property::before {
  background: linear-gradient(90deg, #22d3ee, #67e8f9);
}

.splitBand,
.serviceFeature,
.contactBand {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  border: 1px solid var(--glass-border);
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.5);
  box-shadow: var(--ice-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.splitBand p,
.featureCopy p,
.contactBand p {
  color: #475467;
  line-height: 1.65;
}

.categoryGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.categoryCard {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: 118px auto;
  gap: 8px;
  align-items: center;
  border-radius: 18px;
  padding: 10px;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.categoryCard:hover,
.categoryCard:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(8, 119, 185, 0.34);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
}

.categoryCard img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 118px;
  min-height: 0;
  display: block;
  object-fit: contain;
  border-radius: 14px;
  padding: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 250, 252, 0.46)),
    rgba(255, 255, 255, 0.38);
}

.categoryCard span {
  position: relative;
  z-index: 1;
  justify-self: center;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 10px;
  border: 1px solid rgba(125, 211, 252, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(224, 247, 255, 0.52)),
    rgba(232, 248, 255, 0.58);
  color: var(--blue-dark);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}

.proofStrip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.proofStrip div,
.stepsGrid div {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 16px;
}

.proofStrip strong,
.proofStrip span {
  position: relative;
  z-index: 1;
  display: block;
}

.proofStrip span {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.serviceFeature {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.featureImage {
  min-height: 360px;
  overflow: hidden;
  border-radius: 22px;
}

.featureImage img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.miniList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}

.miniList span {
  border: 1px solid rgba(125, 211, 252, 0.52);
  border-radius: 999px;
  padding: 8px 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(224, 247, 255, 0.48)),
    rgba(232, 248, 255, 0.56);
  color: #075985;
  font-weight: 900;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
}

.stepsSection {
  margin-top: 28px;
}

.stepsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stepsGrid span {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(56, 189, 248, 0.98), rgba(8, 119, 185, 0.92)),
    var(--blue);
  font-weight: 950;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.46), 0 12px 24px rgba(8, 119, 185, 0.18);
}

.stepsGrid h3 {
  position: relative;
  z-index: 1;
  margin: 14px 0 8px;
}

.stepsGrid p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #475467;
  line-height: 1.5;
}

.contactBand {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(16, 32, 51, 0.94), rgba(7, 89, 133, 0.84)),
    #102033;
  color: white;
}

.mapBand {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 28px;
  border: 1px solid var(--glass-border);
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(232, 248, 255, 0.54)),
    rgba(255, 255, 255, 0.5);
  box-shadow: var(--ice-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.mapBand.splitBand {
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

.mapCopy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.mapCopy h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

.mapCopy p {
  margin: 0;
  color: #475467;
  line-height: 1.65;
}

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

.mapDetails span {
  display: grid;
  gap: 4px;
  min-height: 74px;
  align-content: center;
  border: 1px solid rgba(125, 211, 252, 0.42);
  border-radius: 18px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(224, 247, 255, 0.48)),
    rgba(232, 248, 255, 0.54);
  color: #475467;
  font-weight: 820;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
}

.mapDetails strong {
  color: var(--ink);
  font-size: 13px;
}

.mapActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.mapFrame {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.45);
  border-radius: 22px;
  background: #e0f2fe;
  box-shadow: 0 20px 50px rgba(8, 119, 185, 0.12);
}

.mapFrame iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  border: 0;
}

.contactBand p {
  color: rgba(255, 255, 255, 0.72);
}

.siteFooter {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 34px;
  color: #475467;
}

.siteFooter strong,
.siteFooter span {
  display: block;
}

.siteFooter nav a {
  color: #475467;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 980px) {
  .siteHeader {
    position: absolute;
    align-items: flex-start;
    border-radius: 24px;
  }

  .siteHeader nav {
    justify-content: flex-end;
  }

  h1 {
    font-size: 48px;
  }

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

  .splitBand,
  .serviceFeature,
  .mapBand,
  .contactBand {
    grid-template-columns: 1fr;
  }

  .mapBand.splitBand {
    grid-template-columns: 1fr;
  }

  .categoryGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .slideCaption {
    position: static;
    margin-top: 22px;
  }
}

@media (max-width: 680px) {
  .siteHeader {
    display: grid;
    gap: 10px;
    border-radius: 22px;
  }

  .brand {
    min-width: 0;
  }

  .siteHeader nav {
    justify-content: flex-start;
  }

  .siteHeader nav a {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .hero {
    min-height: 76vh;
    padding-top: 224px;
    padding-bottom: 36px;
  }

  .heroControls {
    top: 178px;
    left: 24px;
    right: auto;
  }

  h1 {
    font-size: 40px;
    line-height: 1.03;
  }

  .heroContent p {
    font-size: 17px;
  }

  .heroActions,
  .contactActions {
    align-items: stretch;
    flex-direction: column;
  }

  .primaryAction,
  .lightAction {
    width: 100%;
  }

  .sectionHead {
    display: grid;
    align-items: start;
  }

  .sectionHead h2,
  .splitBand h2,
  .featureCopy h2,
  .mapCopy h2,
  .contactBand h2 {
    font-size: 28px;
  }

  .portalGrid,
  .proofStrip,
  .stepsGrid,
  .categoryGrid,
  .mapDetails {
    grid-template-columns: 1fr;
  }

  .portalCard {
    min-height: auto;
  }

  .siteFooter {
    display: grid;
  }
}
