@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
/* Global */
html,
body {
  overflow-x: hidden;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: #19248d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1 > img,
h2 > img,
h3 > img,
h4 > img,
h5 > img,
h6 > img,
p > img {
  transform: translate(12px, 12px);
}

p > img {
  transform: translate(8px, 3px);
}

h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h1,
h2 {
  color: #000;
  font-size: 64px !important;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media only screen and (max-width: 1550px) {
  h1,
  h2 {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 576px) {
  h1,
  h2 {
    font-size: 32px !important;
  }
}
h1 > strong,
h2 > strong {
  font-weight: 700;
}

h3 {
  color: var(--Blue700, #002d9c);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h3 > strong {
  font-weight: 600;
}

h4 {
  color: #19248d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h5 {
  color: #0734B3;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h5 > strong {
  font-weight: 600;
}

a:not(.wp-block-button__link) {
  color: #0734B3;
  text-decoration: none;
}
a:not(.wp-block-button__link):hover {
  text-decoration: underline;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):focus, a:not(.wp-block-button__link):active, a:not(.wp-block-button__link):visited {
  color: #0734B3;
}

ul:not(.ul),
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ul {
  margin: 0;
  padding-left: 32px;
}
ul.ul li {
  margin-bottom: 32px;
}

button.btn,
.wp-element-button {
  font-family: "Inter", sans-serif;
  display: flex;
  height: 56px;
  padding: 12px 24px !important;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 16px;
  background: var(--Blue500, #0734B3);
  color: var(--White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-wrap: nowrap;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  button.btn,
  .wp-element-button {
    height: 32px;
    font-size: 20px;
    padding: 0px 10px !important;
  }
}
button.btn.btn-outline,
.wp-element-button.btn-outline {
  color: var(--Blue600, #0043ce);
  border: 1px solid var(--Blue600, #0043ce);
  background: transparent;
}
button.btn.btn-outline_white,
.wp-element-button.btn-outline_white {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.btn,
.wp-block-button {
  border-radius: 16px;
}
.btn:hover,
.wp-block-button:hover {
  box-shadow: none;
}
.btn:not(.btn-outline):not(.btn-outline_white):not(.is-style-outline),
.wp-block-button:not(.btn-outline):not(.btn-outline_white):not(.is-style-outline) {
  background: var(--Blue500, #0734B3);
}

.wp-block-buttons {
  gap: 28px;
}

.wp-block-button.is-style-outline .wp-element-button {
  color: var(--Blue600, #0043ce) !important;
  border: 1px solid var(--Blue600, #0043ce) !important;
  background: transparent !important;
}

.wp-block-button a {
  text-decoration: none;
}
.wp-block-button a:hover, .wp-block-button a:focus, .wp-block-button a:active, .wp-block-button a:visited {
  color: #fff;
  text-decoration: none;
}

.container {
  max-width: 1548px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Animation */
body #menu-home {
  display: block;
  width: 100%;
}
body #menu-home ul#primary-menu > li > a {
  color: #0734B3;
}
body.home #menu-home {
  visibility: visible;
}
body #menu-rent,
body #menu-park {
  display: none;
}
body #menu-rent ul#primary-menu > li > a {
  color: #0734B3;
}
body #menu-park ul#primary-menu > li > a {
  color: #0734B3;
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
body #menu-park ul#primary-menu > li > a:hover {
  background: rgba(255, 255, 255, 1);
}

/* "Want to rent?" button: solid dark blue, pushed far right (home menu only) */
header ul#primary-menu > li.menu-btn-rent {
  margin-left: auto;
}
#menu-home ul#primary-menu > li.menu-btn-rent > a {
  background: #0C2F92;
  color: #fff !important;
  border: none;
  font-weight: 500;
}
#menu-home ul#primary-menu > li.menu-btn-rent > a:hover {
  background: #0a2678;
  color: #fff !important;
}

/* HUD button: outline style */
header ul#primary-menu > li.menu-btn-hud > a {
  background: transparent;
  color: #0734B3;
  border: 1px solid #0734B3;
}
header ul#primary-menu > li.menu-btn-hud > a:hover {
  background: rgba(7, 52, 179, 0.08);
}

/* Hero login bar (replaces old HUD button) */
.hero-login-bar {
  display: none !important;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 32px;
  margin-top: 64px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #354152;
  position: absolute;
  width: 100%;
  z-index: 89;
}
.admin-bar .hero-login-bar {
  margin-top: calc(64px + 32px);
}
@media (max-width: 782px) {
  .admin-bar .hero-login-bar {
    margin-top: calc(64px + 46px);
  }
}
/* Hide login bar when rent or park state is active */
body.rent .hero-login-bar,
body.park .hero-login-bar {
  display: none;
}
/* Rent login - shown in the default "Want to rent?" state, under "Let's get
   started". Hidden automatically with .hero-rent-default once body.rent. */
.rent-login {
  display: block;
  margin-top: 48px;
}
.rent-login-text {
  margin: 0 0 12px;
  color: #354152;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.rent-login .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 12px 24px;
  border: 1px solid #0734B3;
  border-radius: 16px;
  color: #0734B3;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s;
}
.rent-login .btn:hover {
  background: rgba(7, 52, 179, 0.08);
}
@media only screen and (max-width: 576px) {
  .rent-login .btn {
    font-size: 16px;
  }
}
.hero-login-bar span {
  font-weight: 400;
}
.hero-login-bar .hero-login-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 20px;
  border: 1px solid #0734B3;
  border-radius: 6px;
  color: #0734B3;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.hero-login-bar .hero-login-link:hover {
  background: rgba(7, 52, 179, 0.08);
}

/* ===== Private Parking dropdown (Figma 64-7879) =====
   Injected by animation.js into the existing .nav-item-private container in
   the Elementor header. Hides the old inline .nav-sub-items pills. */
.site-header .nav-item-private .nav-sub-items,
.site-header .nav-item-private .nav-sub-sep {
  display: none !important;
}
.site-header .nav-item-private {
  position: relative;
}
.site-header .nav-private-dd {
  position: absolute;
  /* The link is vertically centered in the 64px header, so .nav-item-private's
     center matches the header's center. center + half-header (32px) = header bottom. */
  top: calc(50% + 32px);
  left: 50%;
  transform: translateX(-50%);
  width: 181px;
  padding: 8px 0;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  z-index: 200;
}
/* Bridge the gap between the trigger and the dropdown so hover doesn't break.
   Covers everything from the link bottom down to where the dropdown starts. */
.site-header .nav-private-dd::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -20px;
  right: -20px;
  height: 32px;
}
.site-header .nav-item-private:hover .nav-private-dd,
.site-header .nav-private-dd:hover,
.site-header .nav-private-dd.is-open {
  opacity: 1;
  visibility: visible;
}
.site-header .nav-private-dd a {
  display: block !important;
  margin: 0 8px;
  padding: 12px 16px !important;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #6A7282 !important;
  background: transparent !important;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}
.site-header .nav-private-dd a:hover {
  background: #F3F4F6 !important;
  color: #354152 !important;
}
.site-header .nav-private-dd a.is-active {
  background: #EDF5FF !important;
  color: #0734B3 !important;
  font-weight: 500;
}
.site-header .nav-private-dd-sep {
  height: 1px;
  background: #E5E7EB;
  margin: 8px 0;
}
@media (max-width: 1024px) {
  .site-header .nav-private-dd {
    position: static;
    transform: none;
    margin-top: 8px;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}

/* ===== Hero state bar (Figma 64-7866) =====
   Hidden in default state; visible only when body.rent or body.park is set.
   Replaces the .hero-login-bar slot since that bar hides in those states. */
.hero-state-bar {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 43px;
  margin-top: 64px;
  background: #EFF2FB;
  font-family: "Inter", sans-serif;
  position: absolute;
  width: 100%;
  z-index: 89;
}
.admin-bar .hero-state-bar {
  margin-top: calc(64px + 32px);
}
@media (max-width: 782px) {
  .admin-bar .hero-state-bar {
    margin-top: calc(64px + 46px);
  }
}
body.rent .hero-state-bar,
body.park .hero-state-bar {
  display: flex;
}
.hero-state-bar .hero-state-bar-tab {
  display: none;
  padding: 12px 24px;
  height: 56px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0734B3;
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 16px;
}
.hero-state-bar .hero-state-bar-tab:hover {
  background: rgba(7, 52, 179, 0.06);
}
.hero-state-bar .hero-state-bar-text {
  display: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
}
/* On rent state: show the "Want to park?" tab + the rent eyebrow text */
body.rent .hero-state-bar .hero-state-bar-tab--park,
body.rent .hero-state-bar .hero-state-bar-text--rent {
  display: inline-flex;
}
/* On park state: show the "Want to rent?" tab + the park eyebrow text */
body.park .hero-state-bar .hero-state-bar-tab--rent,
body.park .hero-state-bar .hero-state-bar-text--park {
  display: inline-flex;
}
@media (max-width: 768px) {
  .hero-state-bar {
    padding: 0 16px;
    flex-wrap: wrap;
    gap: 4px 10px;
  }
  .hero-state-bar .hero-state-bar-tab {
    padding: 8px 12px;
    height: auto;
    font-size: 14px;
  }
  .hero-state-bar .hero-state-bar-text {
    font-size: 14px;
  }
}

/* Header - position below Elementor sticky header */
.custom-elementor-header-wrapper ~ #masthead {
  top: 94px;
  z-index: 90;
}
.admin-bar .custom-elementor-header-wrapper ~ #masthead {
  top: calc(94px + var(--wp-admin--admin-bar--height));
}

/* Header */
header#masthead {
  position: absolute;
  width: 100%;
  background-color: transparent;
}
@media only screen and (max-width: 576px) {
  header {
    margin-top: 0;
  }
}
header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0;
}
header #btn-home {
  width: 177px;
  height: 64px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  header #btn-home {
    width: 120px;
    height: 40px;
  }
}
header #btn-home img#logo,
header #btn-home img#logo-white {
  position: absolute;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
header #btn-home img#logo-white {
  opacity: 0;
}
header .main-navigation {
  width: 100%;
}
header ul#primary-menu {
  display: flex;
  padding: 0 30px;
  align-items: center;
  gap: 10px;
  flex: 1;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
}
header ul#primary-menu > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
header ul#primary-menu > li > a {
  color: #0734B3;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
  padding: 12px 24px;
  border: none;
  border-radius: 16px;
  background: #EFF2FB;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
header ul#primary-menu > li > a:hover {
  background: #e0e5f5;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  header ul#primary-menu > li > a {
    font-size: 16px;
  }
}

body:not(.home) li.current-menu-item > a {
  text-decoration: underline;
}

/* Footer */
footer {
  display: flex;
  flex-direction: column;
}
footer .footer_content {
  max-width: 1548px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  margin-bottom: 78px;
  padding: 0 20px;
}
@media only screen and (max-width: 1550px) {
  footer .footer_content {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 950px) {
  footer .footer_content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer_content {
    padding: 0 32px;
  }
}
footer .footer_content .footer_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 24px;
}
footer .footer_content .footer_col:last-child {
  align-items: end;
}
footer .site-info {
  display: flex;
  padding: 22px 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  background: #0734B3;
}
footer .site-info p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer ul > li {
  display: flex;
  gap: 18px;
}
footer ul#footer-nav {
  flex-direction: row;
}
footer ul#footer-nav > li {
  color: #0734B3;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer ul#footer-nav > li a {
  text-align: right;
}
footer #fitr {
  max-width: 157px;
  max-height: 81px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-20px);
}
footer #footer-logo {
  max-width: 176px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Join */
body.home section#join {
  display: none;
}

section#join {
  min-height: 504px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
  padding: 20px;
}
section#join::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #0734B3;
  mix-blend-mode: multiply;
  z-index: 2;
}
section#join > div {
  max-width: 1472px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}
section#join > div > *:not(img) {
  z-index: 2;
}
section#join > div img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section#join > div h2 {
  color: #fff;
  text-align: center;
}

/* Hero */
#hero {
  position: relative;
  height: 1085px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
}
/* The rent "offer" view has different content than the default split state.
   Instead of the fixed 1085px / 100vh hero (which either clips the bottom on
   short screens or leaves a big empty gap on others), let the hero size to its
   own content in the rent state — no clipping, no leftover space. */
body.rent #hero {
  height: auto;
  max-height: none;
}
/* The 400px top margin was previously pulled up by the fixed hero's vertical
   centering. With the content-sized hero that centering is gone, so trim the
   top margin for the rent state to keep the content near its original spot. */
body.rent .rent-park {
  margin-top: 200px;
}
@media only screen and (max-width: 576px) {
  body.rent .rent-park {
    margin-top: 120px;
  }
}
#hero h1 {
  margin-bottom: 44px;
}
@media only screen and (max-width: 576px) {
  #hero h1 {
    margin-bottom: 24px;
  }
}
#hero p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  #hero p {
    font-size: 18px;
  }
}
#hero span.pill {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  background: #4A76F1;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
#hero span.pill.light {
  background: #fff;
  border: none;
  color: #4A76F1;
}
@media only screen and (max-width: 576px) {
  #hero span.pill {
    padding: 4px 6px;
    font-size: 16px;
  }
}

#hero_img {
  top: 300px;
}

#hero_img,
#hero_img-extra-rent,
#hero_img-extra-park {
  position: absolute;
  transition: transform 0.5s ease-in-out;
  transform: rotate(-3.601deg);
  z-index: 3;
}
@media only screen and (max-width: 576px) {
  #hero_img,
  #hero_img-extra-rent,
  #hero_img-extra-park {
    display: none;
  }
}

#hero_img-extra-rent {
  top: 235px;
  transform: translate(-1000%, -1000%);
}

#hero_img-extra-park {
  top: 430px;
  transform: translate(1000%, 1000%);
}

.rent-park {
  z-index: 4;
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1548px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 400px;
}
@media only screen and (max-width: 1550px) {
  .rent-park {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .rent-park {
    flex-direction: column;
    justify-content: flex-start;
    gap: 64px;
  }
}
@media only screen and (max-width: 576px) {
  .rent-park {
    padding: 0 32px;
    margin-top: 240px;
  }
}
.rent-park #hero_content-rent,
.rent-park #hero_content-park {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
}
.rent-park #hero_content-rent p {
  margin-bottom: 54px;
}
@media only screen and (max-width: 576px) {
  .rent-park #hero_content-rent p {
    margin-bottom: 32px;
  }
}
.rent-park #hero_content-park {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.rent-park #hero_content-park h1 {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .rent-park #hero_content-park h1 {
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
  }
}
.rent-park #hero_content-park .rent-park_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: end;
  padding-top: 10px;
  margin-bottom: 54px;
  max-width: 500px;
}
@media only screen and (max-width: 576px) {
  .rent-park #hero_content-park .rent-park_pills {
    margin-bottom: 32px;
  }
}
.rent-park #hero_content-park div.apple-google {
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.rent #hero_content-park {
  display: none;
}

body.park .rent-park {
  justify-content: flex-end;
}
body.park #hero_content-rent {
  display: none;
}
@media only screen and (max-width: 576px) {
  body.park #hero_content-park {
    position: absolute;
    top: 0;
    right: 32px;
  }
}

/* Rent-side "Let's get started" button: blue bg */
#btn-rent {
  background: #0734B3 !important;
  color: #fff !important;
  border: none !important;
  transition: all 0.3s ease;
}
#btn-rent:hover {
  background: #0a2678 !important;
  color: #fff !important;
}

/* ===== Hero "Want to rent?" offer view (Figma 64-7831) ===== */
/* Default homepage shows the .hero-rent-default block. Once the user enters
   the rent state (body.rent — applied by animation.js), swap to the offer
   view that mirrors the Figma design. */
.rent-park #hero_content-rent .hero-rent-offer {
  display: none;
  flex-direction: column;
  gap: 46px;
  max-width: 886px;
  font-family: 'Inter', sans-serif;
}
body.rent .rent-park #hero_content-rent .hero-rent-default {
  display: none;
}
body.rent .rent-park #hero_content-rent .hero-rent-offer {
  display: flex;
}
.rent-park #hero_content-rent .hero-rent-eyebrow {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 -34px;
}
.rent-park #hero_content-rent .hero-rent-title {
  color: #101828;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  margin: 0;
  letter-spacing: -0.01em;
}
.rent-park #hero_content-rent .hero-rent-title-gradient {
  display: block;
  background: linear-gradient(90deg, #009DC9 0%, #00A65B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.rent-park #hero_content-rent .hero-rent-sub {
  color: #364153;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  max-width: 568px;
}
.rent-park #hero_content-rent .hero-rent-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 568px;
}
.rent-park #hero_content-rent .hero-rent-bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4A5565;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.rent-park #hero_content-rent .hero-rent-bullets svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #0F62FE;
}
.rent-park #hero_content-rent .hero-rent-bullets strong {
  color: #0F62FE;
  font-weight: 700;
}
.rent-park #hero_content-rent .hero-rent-bullet-emph {
  color: #0F62FE;
  font-weight: 600;
}
.rent-park #hero_content-rent .hero-rent-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.rent-park #hero_content-rent .hero-rent-link {
  color: #0F62FE;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
  letter-spacing: -0.001em;
}
.rent-park #hero_content-rent .hero-rent-link:hover {
  color: #0048D6;
}

/* Register-for-Free button (only inside the offer view) */
#btn-rent-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background: linear-gradient(90deg, #009DC9 0%, #00A65B 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 20px 36px !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.001em;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
#btn-rent-register:hover {
  filter: brightness(0.95);
  color: #fff !important;
  transform: translateY(-1px);
}

/* Contact line below the Register button */
.rent-park #hero_content-rent .hero-rent-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 18px;
  line-height: 28px;
}
.rent-park #hero_content-rent .hero-rent-contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #354152;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  transition: color 0.2s ease;
}
.rent-park #hero_content-rent .hero-rent-contact-phone:hover {
  color: #0734B3;
}
.rent-park #hero_content-rent .hero-rent-contact-icon {
  width: 20px;
  height: 20px;
  color: #0734B3;
  flex-shrink: 0;
}
.rent-park #hero_content-rent .hero-rent-contact-text {
  color: #6b7280;
}
.rent-park #hero_content-rent .hero-rent-contact-link {
  color: #0F62FE;
  font-weight: 500;
  text-decoration: underline;
}
.rent-park #hero_content-rent .hero-rent-contact-link:hover {
  color: #0048D6;
}

@media only screen and (max-width: 768px) {
  .rent-park #hero_content-rent .hero-rent-offer {
    gap: 32px;
  }
  .rent-park #hero_content-rent .hero-rent-eyebrow {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -20px;
  }
  .rent-park #hero_content-rent .hero-rent-title {
    font-size: 40px;
    line-height: 48px;
  }
  .rent-park #hero_content-rent .hero-rent-sub {
    font-size: 18px;
    line-height: 26px;
  }
  .rent-park #hero_content-rent .hero-rent-bullets li {
    font-size: 16px;
    line-height: 24px;
  }
  .rent-park #hero_content-rent .hero-rent-link {
    font-size: 18px;
    line-height: 26px;
  }
  #btn-rent-register {
    padding: 14px 24px !important;
    font-size: 18px !important;
  }
}

/* Park-side "Let's get started" button: white bg */
#btn-park {
  background: #fff !important;
  color: #0734B3 !important;
  border: none !important;
  transition: all 0.3s ease;
}
#btn-park:hover {
  background: #e0e5f5 !important;
  color: #0734B3 !important;
}

#hero_bg-rent,
#hero_bg-park {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1085px;
  transform: translateX(-50%);
  transition: transform 0.5s ease-in-out;
}

#hero_bg-park {
  left: unset;
  right: 0;
  background-color: #0734B3;
  transform: translateX(50%);
}

/* Note */
.wp-block-group.note {
  display: flex;
  padding: 32px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #0F62FE;
  background: #EDF5FF;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.note h3 {
  color: #002D9C;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.wp-block-group.note h3 strong {
  font-weight: 600;
}
@media only screen and (max-width: 1550px) {
  .wp-block-group.note {
    min-width: unset;
  }
}
.wp-block-group.note .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 20px;
}
@media only screen and (max-width: 576px) {
  .wp-block-group.note .wp-block-group__inner-container {
    padding: 0 32px;
  }
}
.wp-block-group.note .wp-block-group__inner-container::before {
  content: url("../img/note.svg");
  display: flex;
  align-items: center;
  transform: translateY(2px);
}
.wp-block-group.note .wp-block-group__inner-container p {
  margin: 0;
}

/* Home: Ready to Simplify Your Parking Experience? */
@media only screen and (max-width: 1550px) {
  .wp-block-group.home-ready-download {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-group.home-ready-download {
    padding: 0 32px;
  }
}
.wp-block-group.home-ready-download .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1472px;
  margin: 0 auto;
  background-image: url("../img/phones.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 85%;
}
.wp-block-group.home-ready-download .wp-block-group__inner-container p {
  max-width: 500px;
}

.wp-block-buttons.apple-google .wp-block-button:first-child .wp-element-button::before {
  content: url("../img/apple.svg");
}
.wp-block-buttons.apple-google .wp-block-button:last-child .wp-element-button::before {
  content: url("../img/google.svg");
}
@media only screen and (max-width: 576px) {
  .wp-block-buttons.apple-google .wp-block-button .wp-element-button::before {
    transform: scale(0.7);
  }
}

div.apple-google {
  display: none;
  gap: 28px;
}
div.apple-google .btn:first-child::before {
  content: url("../img/apple-white.svg");
}
div.apple-google .btn:last-child::before {
  content: url("../img/google.svg");
}
@media only screen and (max-width: 576px) {
  div.apple-google .btn::before {
    transform: scale(0.7);
  }
}

/* Columns */
.wp-block-columns:not(.text-image):not(.image-text) {
  max-width: 1472px;
  margin-left: auto;
  margin-right: auto;
  gap: 64px;
  padding: 0 20px;
}
@media only screen and (max-width: 1550px) {
  .wp-block-columns:not(.text-image):not(.image-text) {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-columns:not(.text-image):not(.image-text) {
    padding: 0 32px;
  }
}

.wp-block-columns > .wp-block-column .wp-block-image {
  margin: 0;
}

.wp-block-columns.text-image {
  margin: 0 !important;
  padding: 0;
  gap: 0;
}
.wp-block-columns.text-image .wp-block-column:first-child {
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-items: center;
}
.wp-block-columns.text-image .wp-block-column:first-child > .wp-block-group {
  max-width: 640px;
}
.wp-block-columns.text-image .wp-block-column:first-child > .wp-block-group > .wp-block-group__inner-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1550px) {
  .wp-block-columns.text-image .wp-block-column:first-child > .wp-block-group > .wp-block-group__inner-container {
    padding: 64px;
  }
}
.wp-block-columns.text-image .wp-block-column:first-child > .wp-block-group > .wp-block-group__inner-container h2 {
  color: #0734B3;
}
@media only screen and (max-width: 1550px) {
  .wp-block-columns.text-image .wp-block-column:first-child > .wp-block-group > .wp-block-group__inner-container img {
    max-height: 60px;
  }
}
.wp-block-columns.text-image .wp-block-column:last-child {
  max-width: 50vw;
  display: flex;
  align-items: center;
}
.wp-block-columns.text-image .wp-block-column:last-child > .wp-block-image {
  width: 100%;
  margin: 0;
}
.wp-block-columns.text-image .wp-block-column:last-child > .wp-block-image > img {
  width: 100%;
}
.wp-block-columns.text-image .wp-block-column.has-background:not(.normal) h2 {
  color: #fff !important;
}
.wp-block-columns.text-image .wp-block-column.has-background:not(.normal) p {
  color: #d0f4ff;
}

.wp-block-columns.image-text {
  margin: 0 !important;
  padding: 0;
  gap: 0;
}
.wp-block-columns.image-text .wp-block-column:last-child {
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-items: center;
}
.wp-block-columns.image-text .wp-block-column:last-child > .wp-block-group {
  max-width: 720px;
}
.wp-block-columns.image-text .wp-block-column:last-child > .wp-block-group > .wp-block-group__inner-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1550px) {
  .wp-block-columns.image-text .wp-block-column:last-child > .wp-block-group > .wp-block-group__inner-container {
    padding: 64px;
  }
}
.wp-block-columns.image-text .wp-block-column:last-child > .wp-block-group > .wp-block-group__inner-container h2 {
  color: #0734B3;
}
@media only screen and (max-width: 1550px) {
  .wp-block-columns.image-text .wp-block-column:last-child > .wp-block-group > .wp-block-group__inner-container img {
    max-height: 60px;
  }
}
.wp-block-columns.image-text .wp-block-column:first-child {
  max-width: 50vw;
  display: flex;
  align-items: center;
}
.wp-block-columns.image-text .wp-block-column:first-child > .wp-block-image {
  width: 100%;
  margin: 0;
}
.wp-block-columns.image-text .wp-block-column:first-child > .wp-block-image > img {
  width: 100%;
}
.wp-block-columns.image-text .wp-block-column.has-background:not(.normal) h2 {
  color: #fff !important;
}
.wp-block-columns.image-text .wp-block-column.has-background:not(.normal) p {
  color: #d0f4ff;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    max-width: unset !important;
  }
}
.wp-block-columns.icon-text {
  max-width: 1080px !important;
  gap: 20px !important;
}
.wp-block-columns.icon-text .wp-block-column:first-child {
  flex-basis: fit-content !important;
}
.wp-block-columns.icon-text .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
}
.wp-block-columns.icon-text .wp-block-column > .wp-block-image {
  margin: 0;
}

/* Cover */
.wp-block-cover {
  min-height: 504px;
}
.wp-block-cover.join::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #0734B3;
  mix-blend-mode: multiply;
  z-index: 2;
}
.wp-block-cover.join::before .wp-block-cover__background {
  display: none;
}
.wp-block-cover.join .wp-block-button__link {
  background: #FFFFFF !important;
  color: #0E6AC6 !important;
  border-radius: 10px !important;
  padding: 12px 86px !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cover.join .wp-block-button__link:hover {
  background: #e0e5f5 !important;
  color: #0E6AC6 !important;
}
.wp-block-cover.loyalty {
  margin-top: -32px !important;
}
.wp-block-cover.loyalty .wp-block-cover__inner-container h2 {
  color: var(--Purple500, #5234ed);
}
.wp-block-cover.loyalty .wp-block-cover__inner-container p {
  color: var(--Purple600, #3513db);
}
.wp-block-cover.loyalty .wp-block-cover__inner-container > .wp-block-columns {
  gap: 0;
}
@media only screen and (max-width: 1550px) {
  .wp-block-cover.loyalty .wp-block-cover__inner-container > .wp-block-columns {
    padding: 0 20px;
  }
}
.wp-block-cover.loyalty .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-columns {
  justify-content: end;
}
.wp-block-cover.loyalty .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns {
  gap: 24px;
}
@media only screen and (max-width: 1550px) {
  .wp-block-cover.loyalty .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns {
    padding: 0;
  }
}
.wp-block-cover.loyalty .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: fit-content !important;
}
.wp-block-cover .wp-block-cover__image-background {
  z-index: 1;
}
.wp-block-cover .wp-block-cover__inner-container {
  z-index: 2;
  max-width: 1472px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 80px 0;
}
@media only screen and (max-width: 1550px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 80px 100px;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 80px 32px;
  }
}
.wp-block-cover .wp-block-cover__inner-container h2 {
  color: #fff;
}

/* Accordion */
details.wp-block-details {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 8px;
  background: #edf5ff;
  color: #19248d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
details.wp-block-details[open] {
  background: #e4edfb;
}
details.wp-block-details[open] summary::after {
  transform: rotate(180deg);
}
details.wp-block-details:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
details.wp-block-details summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}
details.wp-block-details summary::-webkit-details-marker {
  display: none;
}
details.wp-block-details summary::marker {
  display: none;
  content: "";
}
details.wp-block-details summary::after {
  content: url("../img/chevron.svg");
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
details.wp-block-details > p {
  padding: 0 20px 20px;
  margin: 0;
  color: #354152;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  border-top: 1px solid rgba(7, 52, 179, 0.1);
  padding-top: 16px;
  margin-left: 20px;
  margin-right: 20px;
}

/* Layout */
#section-rent,
#section-park {
  display: none;
}

/* body.page:not(.home) main {
  padding-top: 174px;
  padding-bottom: 158px;
} */
.entry-content {
  z-index: 10;
  position: relative;
  background: #fff;
  margin: 0;
  padding-top: 64px;
}
.entry-content > section {
  display: flex;
  flex-direction: column;
}
.entry-content > section > * {
  margin-top: 32px;
  margin-bottom: 32px;
}
.entry-content > section > p {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1550px) {
  .entry-content > section > p {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 576px) {
  .entry-content > section > p {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 576px) {
  .entry-content > section > h1, .entry-content > section > h2 {
    padding: 0 32px;
  }
}
.entry-content > section > .wp-block-image {
  padding: 0 20px;
}
@media only screen and (max-width: 1550px) {
  .entry-content > section > .wp-block-image {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 576px) {
  .entry-content > section > .wp-block-image {
    padding: 0 32px;
  }
}
.entry-content > section > .wp-block-image.full {
  padding: 0;
}
.entry-content > section > .wp-block-image.full > img {
  width: 100%;
}
.entry-content > section > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq),
.entry-content > section .wp-block-cover {
  margin-top: 120px;
  margin-bottom: 120px;
}

.post,
.page {
  margin: 0;
}

.edit-link {
  display: none;
}

.big-link > a {
  color: var(--White, #fff);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025px;
  text-decoration-line: underline;
}
.big-link > a:hover {
  opacity: 0.5;
}

.w-100 {
  width: 100%;
}

.display-none {
  display: none !important;
}

/* Blog */
body.blog #blog-title {
  max-width: 1548px;
  margin: 0 auto;
  padding-top: 238px;
  margin-bottom: 89px;
}
@media only screen and (max-width: 1550px) {
  body.blog #blog-title {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 576px) {
  body.blog #blog-title {
    padding-top: 160px;
  }
}
body.blog main {
  max-width: 1548px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  margin-bottom: 89px;
}
@media only screen and (max-width: 1550px) {
  body.blog main {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 900px) {
  body.blog main {
    flex-direction: column;
  }
}
body.blog main #blog-posts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 84px;
}
body.blog main aside {
  min-width: 318px;
}
body.blog main aside .wp-block-search__label,
body.blog main aside .wp-block-search__button,
body.blog main aside .no-comments {
  display: none;
}
body.blog main aside input.wp-block-search__input {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Grey300, #d0d5dd);
  background: #fff;
  color: var(--Grey400, #98a2b3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.011px;
}
body.blog main aside input.wp-block-search__input:focus-visible {
  outline: none;
}
body.blog main aside input.wp-block-search__input {
  text-indent: 32px;
}
body.blog main aside .wp-block-search__inside-wrapper {
  position: relative;
}
body.blog main aside .wp-block-search__inside-wrapper::before {
  content: "";
  background-image: url(../img/search.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 12px;
  display: block;
}
body.blog main aside h2 {
  color: var(--Blue900, #001141);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.011px;
}
body.blog main aside ul {
  display: flex;
  padding: 0px 12px 12px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  margin-top: 12px;
}
body.blog main aside ul li {
  display: flex;
  height: 44px;
  padding: 8px 6px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Grey300, #d0d5dd);
  background: #fff;
}
body.blog main aside ul li a {
  color: rgba(0, 0, 0, 0.8) !important;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
body.blog .post-card {
  max-width: 1200px;
}
body.blog .post-card .post-card_content .post-thumbnail {
  width: 100%;
  height: 50vh;
}
@media only screen and (max-width: 576px) {
  body.blog .post-card .post-card_content .post-thumbnail {
    height: 200px;
  }
}
body.blog .post-card .post-card_content .post-thumbnail a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: lightgray;
}
body.blog .post-card .post-card_content .post-text {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
body.blog .post-card .post-card_content .post-text h2 {
  color: #0734B3;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 12px;
}
body.blog .post-card .post-card_content .post-text .date-author {
  color: var(--Grey500, #667085);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.blog .post-card .post-card_content .post-text a.read-more {
  text-decoration: underline;
}
body.blog .post-card .post-card_content .post-text a.read-more:hover {
  text-decoration: none;
}

/* Contact */
.wpcf7-form {
  display: flex;
  max-width: 520px;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.wpcf7-form > * {
  width: 100%;
}
.wpcf7-form label {
  color: var(--Grey500, #667085);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.008px;
}
.wpcf7-form .wpcf7-form-control {
  display: flex;
  padding: 7px 12px 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Grey300, #d0d5dd);
  background: #fff;
  color: var(--Grey800, #1d2939);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.011px;
}
.wpcf7-form .wpcf7-form-control:focus-visible {
  outline: none;
}
.wpcf7-form .wpcf7-form-control {
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  height: 40px;
  padding: 0px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--Blue500, #0734B3);
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011px;
  width: -moz-max-content;
  width: max-content;
  float: right;
  cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

/* About */
body.page .wp-block-columns.about {
  max-width: 1548px;
  margin-left: auto;
  margin-right: auto;
  gap: 64px;
  padding: 0 20px;
}
body.page .wp-block-columns.about h1 {
  margin-bottom: 44px;
}
body.page .wp-block-columns.about img {
  transform: scale(1.2);
}
@media (max-width: 781px) {
  body.page .wp-block-columns.about img {
    transform: none;
  }
}

.wp-block-columns.team img {
  height: 460px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* WordPress Blog Layout Styles */
.wp-blog-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 0 56px 86px;
  max-width: 1440px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

/* Featured Post (First Column) */
.wp-blog-featured {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #EBEDF2;
}

.wp-blog-featured.has-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-blog-featured-shadow {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.wp-blog-featured.has-image .wp-blog-featured-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 1;
}

.wp-blog-featured.has-image .wp-blog-featured-content {
  position: relative;
  z-index: 2;
}

.wp-blog-featured-image {
  display: none;
}

.wp-blog-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  gap: 24px;
  padding: 32px 24px;
  min-height: 400px;
}

.wp-blog-featured-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wp-blog-featured-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wp-blog-featured-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.wp-blog-featured-meta span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 5.71%;
}

.wp-blog-featured.has-image .wp-blog-featured-meta span {
  color: #FFFFFF;
}

.wp-blog-featured:not(.has-image) .wp-blog-featured-meta span {
  color: #465E8C;
}

.wp-blog-featured-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
}

.wp-blog-featured.has-image .wp-blog-featured-title {
  color: #FFFFFF;
}

.wp-blog-featured:not(.has-image) .wp-blog-featured-title {
  color: #15305B;
}

.wp-blog-featured-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}

.wp-blog-featured.has-image .wp-blog-featured-description {
  color: #FFFFFF;
}

.wp-blog-featured:not(.has-image) .wp-blog-featured-description {
  color: #2E4673;
}

.wp-blog-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px 10px 15px;
  height: 36px;
  border-radius: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.wp-blog-btn:hover {
  opacity: 0.8;
  transform: translateX(4px);
}

.wp-blog-btn:hover .wp-blog-btn-icon {
  transform: translateX(2px);
}

.wp-blog-btn-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.17em;
  letter-spacing: 8.93%;
}

.wp-blog-featured.has-image .wp-blog-btn-text {
  color: #FFFFFF;
}

.wp-blog-featured:not(.has-image) .wp-blog-btn-text {
  color: #15305B;
}

.wp-blog-btn-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.wp-blog-featured.has-image .wp-blog-btn-icon path {
  fill: #FFFFFF;
}

.wp-blog-featured:not(.has-image) .wp-blog-btn-icon path {
  fill: #15305B;
}

/* Regular Posts (Second Column) */
.wp-blog-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.wp-blog-post {
  background: #EBEDF2;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.wp-blog-post.has-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 1;
}

.wp-blog-post.has-image .wp-blog-post-content,
.wp-blog-post.has-image .wp-blog-btn {
  position: relative;
  z-index: 2;
}

.wp-blog-post.has-image .wp-blog-post-meta span {
  color: #FFFFFF;
}

.wp-blog-post.has-image .wp-blog-post-title {
  color: #FFFFFF;
}

.wp-blog-post.has-image .wp-blog-post-description {
  color: #FFFFFF;
}

.wp-blog-post.has-image .wp-blog-post-btn-text {
  color: #FFFFFF;
}

.wp-blog-post.has-image .wp-blog-post-btn-icon path {
  fill: #FFFFFF;
}

.wp-blog-post-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wp-blog-post-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wp-blog-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.wp-blog-post-meta span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 5.71%;
  color: #465E8C;
}

.wp-blog-post-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  color: #15305B;
}

.wp-blog-post-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
  color: #2E4673;
}

.wp-blog-post-btn-text {
  color: #15305B;
}

.wp-blog-post-btn-icon {
  fill: #15305B;
}

/* Third Column */
.wp-blog-column-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 32px;
}

.wp-blog-post-right {
  background: #EBEDF2;
  border-radius: 8px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.wp-blog-post-right.has-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 1;
}

.wp-blog-post-right.has-image .wp-blog-post-content,
.wp-blog-post-right.has-image .wp-blog-btn {
  position: relative;
  z-index: 2;
}

.wp-blog-post-right.has-image .wp-blog-post-meta span {
  color: #FFFFFF;
}

.wp-blog-post-right.has-image .wp-blog-post-title {
  color: #FFFFFF;
}

.wp-blog-post-right.has-image .wp-blog-post-description {
  color: #FFFFFF;
}

.wp-blog-post-right.has-image .wp-blog-post-btn-text {
  color: #FFFFFF;
}

.wp-blog-post-right.has-image .wp-blog-post-btn-icon path {
  fill: #FFFFFF;
}

.wp-blog-cta {
  background: #000000;
  border-radius: 8px;
  padding: 10px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.wp-blog-cta-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.21em;
  letter-spacing: 6.25%;
  color: #FFFFFF;
}

/* Play Button Overlay for Videos */
.wp-blog-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.wp-blog-play-button:hover {
  background: rgb(255, 255, 255);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

.wp-blog-play-button svg {
  width: 32px;
  height: 32px;
  margin-left: 4px;
  /* Slight offset for visual centering */
}

.wp-blog-play-button path {
  fill: #15305B;
}

/* Video Modal */
.wp-blog-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wp-blog-video-modal.active {
  display: flex;
  opacity: 1;
}

.wp-blog-video-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10001;
}

.wp-blog-video-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.wp-blog-video-modal-content {
  position: relative;
  width: 72%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #000000;
}

.wp-blog-video-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Loading State */
.wp-blog-loading {
  text-align: center;
  padding: 40px;
  color: #15305B;
}

/* Responsive */
@media (max-width: 1200px) {
  .wp-blog-container {
    flex-direction: column;
    padding: 0 24px 40px;
  }
}
@media (max-width: 768px) {
  .wp-blog-container {
    padding: 0 16px 32px;
    gap: 24px;
  }
  .wp-blog-featured-content {
    min-height: 300px;
  }
  .wp-blog-post,
  .wp-blog-post-right {
    padding: 24px;
  }
}

/* Private Parkings page: 2x2 feature cards grid */
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) {
  flex-wrap: wrap !important;
  gap: 32px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column {
  flex: 0 0 calc(50% - 16px) !important;
  max-width: calc(50% - 16px) !important;
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  /* Default: white card with border */
  background: #fff;
  border: 1px solid #d0d7e6;
}
/* Card titles */
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column h4,
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column h3 {
  color: #0734B3;
  font-weight: 700;
  margin-top: 16px;
}
/* Card body text */
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column p {
  color: #354152;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}
/* Card icon circles */
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column img {
  width: 56px;
  height: 56px;
}

/* Blue cards: 2nd and 3rd */
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(2),
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(3) {
  background: #0734B3;
  border: none;
}
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(2) h4,
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(3) h4,
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(2) h3,
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(3) h3 {
  color: #fff;
}
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(2) p,
#section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column:nth-child(3) p {
  color: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-width: 768px) {
  #section-home > .wp-block-columns:not(.text-image):not(.image-text):not(.icon-text):not(.faq) > .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 28px;
  }
}

/* "Parking Experience?" in blue */
.wp-block-group.home-ready-download h1 strong {
  color: #0734B3;
}

/* Blue accent colors updated to match Figma */
.wp-block-columns.text-image .wp-block-column.has-background:not(.normal) {
  background-color: #0734B3 !important;
}
.wp-block-columns.image-text .wp-block-column.has-background:not(.normal) {
  background-color: #0734B3 !important;
}
/*# sourceMappingURL=style.css.map */