/* Dedicated PM page styles.
 * Loaded separately so PM templates do not depend on the tail of style.css.
 */

.everrow-pm-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: #0c2340;
}
.everrow-pm-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}
.everrow-pm-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: var(--everrow-container-width);
    margin: 0 auto;
    padding: 80px var(--everrow-container-padding);
    width: 100%;
}
.everrow-pm-hero__text {
    text-align: left;
}
.everrow-pm-hero__heading {
    font-family: var(--everrow-heading-font);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px;
}
.everrow-pm-hero__subheadline {
    font-family: var(--everrow-body-font);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
}
.everrow-pm-hero__form {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}
.everrow-pm-hero__input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    max-width: 480px;
}
.everrow-pm-hero__pin-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 16px;
    color: #999;
}
.everrow-pm-hero__input-text {
    flex: 1;
    padding: 14px 12px;
    font-family: var(--everrow-body-font);
    font-size: 15px;
    color: #999;
}
.everrow-pm-hero__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    align-self: stretch;
    flex-shrink: 0;
    background: var(--everrow-gold);
    color: #fff;
}
.everrow-pm-hero__submit svg {
    width: 20px;
    height: 20px;
}
.everrow-pm-hero__form:hover .everrow-pm-hero__submit {
    background: #a07d57;
}
.everrow-pm-hero__phone {
    font-family: var(--everrow-body-font);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.everrow-pm-hero__phone a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.everrow-pm-hero__phone a:hover {
    text-decoration: underline;
}
.everrow-pm-hero__widget {
    display: flex;
    justify-content: center;
}
.everrow-pm-hero__estimate-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 32px 36px;
    width: 320px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.everrow-pm-hero__estimate-label {
    font-family: var(--everrow-body-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--everrow-text);
    margin: 0 0 12px;
    text-align: center;
}
.everrow-pm-hero__estimate-value {
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 24px;
}
.everrow-pm-hero__estimate-value span {
    font-family: var(--everrow-heading-font);
    font-size: 22px;
    color: var(--everrow-text);
    letter-spacing: 4px;
}
.everrow-pm-hero__estimate-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 120px;
    gap: 4px;
    padding-top: 8px;
}
.everrow-pm-hero__bar-group {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 100%;
}
.everrow-pm-hero__bar {
    flex: 1;
    border-radius: 2px 2px 0 0;
    min-height: 4px;
}
.everrow-pm-hero__bar--light {
    background: #c8d4c0;
}
.everrow-pm-hero__bar--mid {
    background: #8fa486;
}
.everrow-pm-hero__bar--dark {
    background: #5a6b52;
}
.everrow-pm-hero__estimate-chart--blurred {
    filter: blur(2.5px);
    opacity: 0.7;
}
.everrow-pm-hero__estimate-hook {
    font-family: var(--everrow-body-font);
    font-size: 13px;
    color: var(--everrow-text-light);
    margin: 16px 0 0;
    text-align: center;
    line-height: 1.5;
}

.everrow-pm-breadcrumbs {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 10px 0;
    font-family: var(--everrow-body-font);
    font-size: 13px;
    letter-spacing: 0.03em;
}
.everrow-pm-breadcrumbs__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--everrow-container-padding, 20px);
}
.everrow-pm-breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
}
.everrow-pm-breadcrumbs__item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
}
.everrow-pm-breadcrumbs__item + .everrow-pm-breadcrumbs__item::before {
    content: "\203A";
    margin: 0 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
}
.everrow-pm-breadcrumbs__item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}
.everrow-pm-breadcrumbs__item a:hover {
    color: #fff;
}
.everrow-pm-breadcrumbs__item span[aria-current="page"] {
    color: #fff;
    font-weight: 500;
}

.everrow-pm-intro {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px var(--everrow-container-padding);
}
.everrow-pm-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.everrow-pm-intro--no-video .everrow-pm-intro__grid {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.everrow-pm-intro__title {
    font-family: var(--everrow-heading-font);
    font-size: 32px;
    font-weight: 400;
    color: var(--everrow-text);
    margin: 0 0 20px;
}
.everrow-pm-intro__text {
    font-family: var(--everrow-body-font);
    font-size: 16px;
    line-height: 1.75;
    color: var(--everrow-text-light);
}
.everrow-pm-intro__text p:last-child {
    margin-bottom: 0;
}
.everrow-pm-intro__video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}
.everrow-pm-intro__video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.everrow-pm-intro__ctas {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
}
.everrow-pm-intro__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--everrow-green);
    color: #fff;
    font-family: var(--everrow-body-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s;
}
.everrow-pm-intro__cta:hover {
    background: #4a5a43;
    color: #fff;
}
.everrow-pm-intro__cta svg {
    flex-shrink: 0;
}
.everrow-pm-intro__divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 48px auto 0;
    max-width: 100%;
}

.everrow-pm-locations {
    padding: 0 0 60px;
}
.everrow-pm-locations__header {
    text-align: center;
    margin-bottom: 36px;
}
.everrow-pm-locations__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    max-width: calc(4 * 280px + 3 * 24px);
    margin: 0 auto;
}
.everrow-pm-location-card {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    aspect-ratio: 3 / 4;
}
.everrow-pm-location-card__image-wrap {
    position: absolute;
    inset: 0;
}
.everrow-pm-location-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--everrow-transition);
}
.everrow-pm-location-card:hover .everrow-pm-location-card__image {
    transform: scale(1.04);
}
.everrow-pm-location-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    text-align: center;
}
.everrow-pm-location-card__name {
    font-family: var(--everrow-heading-font);
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 8px;
    color: #fff;
}
.everrow-pm-location-card__link {
    font-family: var(--everrow-body-font);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--everrow-gold);
    border-bottom: 1px solid var(--everrow-gold);
    padding-bottom: 2px;
}
.everrow-pm-locations--cities {
    padding: 0 0 48px;
}
.everrow-pm-locations--cities .everrow-pm-locations__header {
    margin-bottom: 16px;
}
.everrow-pm-locations--cities .everrow-pm-locations__header::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: var(--everrow-border);
    margin: 0 auto 20px;
}
.everrow-pm-locations--cities .everrow-section-heading {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: inherit;
}
.everrow-pm-locations--cities .everrow-pm-locations__grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 4px 12px;
    max-width: 800px;
}
.everrow-pm-locations--cities .everrow-pm-location-card {
    aspect-ratio: auto;
    color: var(--everrow-text);
    border: none;
    background: transparent;
}
.everrow-pm-locations--cities .everrow-pm-location-card__content {
    position: static;
    padding: 10px 12px;
    background: none;
    text-align: left;
}
.everrow-pm-locations--cities .everrow-pm-location-card__name {
    font-size: 15px;
    font-weight: 400;
    color: var(--everrow-text-light);
    margin: 0;
    transition: color var(--everrow-transition);
}
.everrow-pm-locations--cities .everrow-pm-location-card:hover .everrow-pm-location-card__name {
    color: var(--everrow-gold);
}
.everrow-pm-locations--cities .everrow-pm-location-card__link {
    display: none;
}

