/* =========================================================
   Washington Location Page — Hero mirrors the SF/NY treatment:
   full-bleed dark photo hero, centered CTA, fixed right-edge
   contact icons, frosted trust bar, post-scroll sticky CTA.
   Scoped to .wa-page body class.
   ========================================================= */

.wa-page .loc-hero {
    background:
        linear-gradient(90deg,
            rgba(0, 28, 42, 0.9) 0%,
            rgba(0, 33, 48, 0.82) 55%,
            rgba(0, 41, 58, 0.5) 80%,
            rgba(0, 41, 58, 0.25) 100%),
        linear-gradient(180deg, rgba(0, 41, 58, 0.3) 0%, rgba(0, 41, 58, 0.55) 100%),
        var(--wa-hero-image, url('/images/locations/washington/washington-hero.jpg')) center/cover no-repeat,
        url('/images/about-us/missionStatement/building-img.jpg') center/cover no-repeat;
    background-color: var(--loc-dark);
    text-align: left;
    min-height: min(calc(100vh - 88px), 720px);
    display: flex;
    padding: 30px 0 28px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wa-page .loc-hero .loc-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wa-page .loc-hero-title {
    color: #fff;
    max-width: 780px;
    margin: 0 0 16px;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.wa-page .loc-hero-title .loc-hl {
    color: var(--loc-bright-teal);
    background: linear-gradient(135deg, #9affff 0%, #5ee8e8 60%, #00c5b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.wa-page .loc-hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    max-width: 720px;
    margin: 0 0 14px;
    background: rgba(0, 200, 175, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(154, 255, 255, 0.32);
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #d7fbfb;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.wa-page .loc-hero-subtitle::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--loc-bright-teal);
    box-shadow: 0 0 0 3px rgba(154, 255, 255, 0.22);
    animation: wa-hero-pulse 2.2s ease-in-out infinite;
}

@keyframes wa-hero-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(154, 255, 255, 0.22); }
    50%      { box-shadow: 0 0 0 6px rgba(154, 255, 255, 0.08); }
}

.wa-page .loc-hero-desc {
    color: rgba(255, 255, 255, 0.94);
    max-width: 820px;
    margin: 0 0 12px;
    font-size: 14.5px;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

body.wa-page.loc-v2-cta .loc-hero-trust {
    margin: 0 0 10px;
    justify-content: flex-start;
}

body.wa-page.loc-v2-cta .loc-hero-trust .social-proof {
    padding: 8px 16px;
    gap: 14px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

body.wa-page.loc-v2-cta .loc-hero-trust .avatars img {
    width: 32px;
    height: 32px;
    border-color: rgba(255, 255, 255, 0.72);
}

body.wa-page.loc-v2-cta .loc-hero-trust .proof-copy {
    font-size: 12px;
    color: #ffffff;
}

body.wa-page.loc-v2-cta .loc-hero-cta {
    margin-top: 28px;
    padding-top: 0;
    align-self: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.wa-page .loc-hero-cta .loc-btn-primary {
    font-size: 19px;
    font-weight: 700;
    padding: 18px 44px;
    border-radius: 999px;
    letter-spacing: 0.3px;
    box-shadow:
        0 18px 36px rgba(0, 41, 58, 0.5),
        0 8px 16px rgba(0, 146, 130, 0.45),
        inset 0 2px 0 rgba(255, 255, 255, 0.4);
}

.wa-page .loc-hero-image { display: none; }

.wa-page .loc-hero-contact {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    z-index: 9997;
}

.wa-page .loc-hero-divider { display: none; }

.wa-page .loc-hero-contact-link {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 0;
    color: #ffffff;
    text-decoration: none;
    background: var(--loc-teal, #009282);
    border: none;
    box-shadow:
        0 6px 16px rgba(0, 41, 58, 0.32),
        0 2px 6px rgba(0, 146, 130, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.wa-page .loc-hero-contact-link[href^="tel"]::after { content: "Call us"; }
.wa-page .loc-hero-contact-link[href*="whatsapp"]::after { content: "WhatsApp"; }

.wa-page .loc-hero-contact-link::after {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    background: rgba(0, 28, 42, 0.92);
    color: #ffffff;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.wa-page .loc-hero-contact-link:hover {
    transform: translateY(-2px);
    background: #00a896;
    box-shadow:
        0 10px 22px rgba(0, 41, 58, 0.42),
        0 4px 10px rgba(0, 146, 130, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.wa-page .loc-hero-contact-link:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.wa-page .loc-hero-contact-link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    color: #ffffff;
    stroke: currentColor;
    fill: none;
}

.wa-page .loc-hero-contact-link[href*="whatsapp"] svg {
    fill: currentColor;
    stroke: none;
}

.wa-page .loc-hero-contact-link[href*="whatsapp"] {
    background: #25d366;
}

.wa-page .loc-hero-contact-link[href*="whatsapp"]:hover {
    background: #1fb759;
}

body.wa-page.loc-v2-cta .loc-v2-sticky-cta__btn {
    font-size: 19px;
    font-weight: 700;
    padding: 18px 44px;
    border-radius: 999px;
    letter-spacing: 0.3px;
}

@media (max-width: 1024px) {
    .wa-page .loc-hero {
        min-height: min(100vh, 720px);
        padding: 32px 0 48px;
    }
    .wa-page .loc-hero-title { font-size: 40px; }
    .wa-page .loc-hero-contact { right: 14px; }
    .wa-page .loc-hero-contact-link { width: 42px; height: 42px; }
    .wa-page .loc-hero-contact-link svg { width: 18px; height: 18px; }
}

@media (max-width: 768px) {
    .wa-page .loc-hero {
        min-height: auto;
        padding: 28px 0 40px;
    }
    body.wa-page.loc-v2-cta .loc-hero-cta {
        margin-top: 20px;
        padding-top: 0;
    }
    .wa-page .loc-hero-title { font-size: 30px; }
    .wa-page .loc-hero-subtitle { font-size: 12px; padding: 8px 14px; }
    .wa-page .loc-hero-desc { font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
    .wa-page .loc-hero-contact { right: 10px; gap: 8px; }
    .wa-page .loc-hero-contact-link { width: 38px; height: 38px; }
    .wa-page .loc-hero-contact-link svg { width: 16px; height: 16px; }
    .wa-page .loc-hero-contact-link::after { display: none; }
    .wa-page .loc-hero-cta .loc-btn-primary {
        width: 100%;
        max-width: 360px;
        padding: 14px 20px;
        font-size: 15px;
    }
    body.wa-page.loc-v2-cta .loc-v2-sticky-cta {
        left: 12px;
        right: 12px;
        bottom: 14px;
    }
    body.wa-page.loc-v2-cta .loc-v2-sticky-cta__btn {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 12px 18px;
    }
}

@media (max-width: 480px) {
    .wa-page .loc-hero {
        min-height: auto;
        padding: 24px 0 32px;
    }
    .wa-page .loc-hero-title { font-size: 26px; }
    .wa-page .loc-hero-subtitle { font-size: 11px; padding: 7px 14px; margin-bottom: 16px; }
    .wa-page .loc-hero-desc { font-size: 13px; line-height: 1.55; margin-bottom: 18px; }
    .wa-page .loc-hero-contact { right: 8px; gap: 6px; }
    .wa-page .loc-hero-contact-link { width: 36px; height: 36px; }
    .wa-page .loc-hero-contact-link svg { width: 15px; height: 15px; }
}
