 * {box-sizing: border-box;}body {margin: 0;padding: 0;font-family: "Nunito", "Arial", sans-serif;line-height: 1.5;}.container {width: 92%;margin: auto;max-width: 80rem;}.cs-button-solid {z-index: 1;position: relative;display: inline-block;background-color: #000;width: auto;padding: 0 1.875rem;text-decoration: none;text-transform: uppercase;font-size: 1rem;line-height: 3.125em;font-weight: bold;color: #fff;transition: color 0.3s;transition-delay: 0.1s;text-align: center;cursor: pointer;}.cs-button-solid:hover {color: #000;}.cs-button-solid:hover:before {width: 100%;}.cs-button-solid:before {z-index: -1;position: absolute;top: 0;left: 0;content: "";opacity: 1;display: block;background-color: #fff;height: 100%;width: 0;transition: width 0.3s;}.cs-title {font-size: clamp(1.5rem, 4vw, 2.5rem);font-weight: 700;line-height: 1.2;margin: 0 0 1rem 0;}.cs-text {font-size: 1rem;line-height: 1.5;margin: 0 0 1rem 0;}.cs-topper {font-size: 0.875rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 0.5rem;}#cs-navigation {position: fixed;top: 0;left: 0;width: 100%;background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);z-index: 10000;padding: 0.75rem 1rem;}#cs-navigation.transparent {background: transparent !important;box-shadow: none !important;}#cs-navigation.transparent .cs-logo img {filter: brightness(0) invert(1) !important;}#hero {min-height: 100vh;display: flex;align-items: center;justify-content: center;position: relative;color: #fff;}@media only screen and (min-width: 64rem) {.cs-hide-on-mobile {display: block;}.cs-hide-on-desktop {display: none;}}@media only screen and (max-width: 63.9375rem) {.cs-hide-on-mobile {display: none;}.cs-hide-on-desktop {display: block;}}rent {
  background: transparent !important;
  box-shadow: none !important;
}

#cs-navigation.transparent .cs-logo img {
  filter: brightness(0) invert(1) !important;
}

/* Essential hero styles */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

/* Essential responsive utilities */
@media only screen and (min-width: 64rem) {
  .cs-hide-on-mobile {
    display: block;
  }
  .cs-hide-on-desktop {
    display: none;
  }
}
@media only screen and (max-width: 63.9375rem) {
  .cs-hide-on-mobile {
    display: none;
  }
  .cs-hide-on-desktop {
    display: block;
  }
}

/*# sourceMappingURL=critical.css.map */
