/* ============================================================
   Location pages — styles for the "Location Page V2" and
   "Location Page Premium" templates. Everything is scoped to
   .aow-loc / .aow-prem so no other page is affected.
   Brand: #874FFF purple, Inter, #1E1E1E text.
   ============================================================ */

.aow-loc p,
.aow-prem p {
    font-size: 19px;
    line-height: 1.75;
    color: #1E1E1E;
}

.aow-loc h2,
.aow-prem h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.aow-narrow {
    max-width: 860px;
    margin: 0 auto;
}

.aow-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 14px !important;
    opacity: 0.85;
}

.aow-eyebrow.purple {
    color: #874FFF;
    opacity: 1;
}

.aow-phone-link {
    font-size: 18px;
    font-weight: 700;
    color: #874FFF;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 10px;
}

.aow-phone-link:hover {
    color: #6a35e0;
}

.aow-phone-link.light,
.aow-phone-link.light:hover {
    color: #fff;
}

/* ------------------------------------------------------------
   V2 template
   ------------------------------------------------------------ */

.aow-loc-hero {
    background: #874FFF;
    color: #fff;
    text-align: center;
    padding: 190px 0 80px; /* clears the fixed header */
    border-radius: 0 0 40px 40px;
}

.aow-loc-hero h1 {
    color: #fff;
    max-width: 820px;
    margin: 0 auto 16px;
}

.aow-loc-hero .aow-loc-hero-sub {
    color: #fff;
    opacity: 0.92;
    max-width: 640px;
    margin: 0 auto 30px;
    font-size: 20px;
}

.aow-loc-hero-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.aow-loc-hero .aow-phone-link {
    color: #fff;
}

.aow-loc-intro {
    padding: 70px 0 10px;
}

.aow-loc-intro p:first-child::first-letter {
    color: #874FFF;
    font-weight: 700;
}

.aow-loc-image {
    margin-top: 40px;
}

.aow-loc-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.aow-loc-section {
    padding: 40px 0;
}

.aow-checklist {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 30px;
}

.aow-checklist li {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}

.aow-checklist li i {
    color: #874FFF;
    font-size: 20px;
    margin-top: 3px;
}

.aow-loc-cta {
    padding: 40px 0 100px;
}

.aow-loc-cta-box {
    background: #874FFF;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    padding: 60px 40px;
    max-width: 980px;
    margin: 0 auto;
}

.aow-loc-cta-box h2 {
    color: #fff;
}

.aow-loc-cta-box p {
    color: #fff;
    opacity: 0.92;
    max-width: 700px;
    margin: 0 auto 28px;
}

.aow-loc-cta-box .aow-phone-link,
.aow-loc-cta-box .aow-phone-link:hover {
    color: #fff;
}

/* ------------------------------------------------------------
   Premium template
   ------------------------------------------------------------ */

.aow-prem-hero {
    position: relative;
    background: linear-gradient(135deg, #874FFF 0%, #5d2fd1 100%);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 200px 0 90px;
    overflow: hidden;
}

.aow-prem-hero.has-image .aow-prem-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(52, 19, 124, 0.88) 25%, rgba(135, 79, 255, 0.55) 100%);
}

.aow-prem-hero-inner {
    position: relative;
    z-index: 2;
}

.aow-breadcrumbs {
    font-size: 14px;
    margin-bottom: 26px;
    opacity: 0.9;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.aow-breadcrumbs a:hover {
    text-decoration: underline;
    color: #fff;
}

.aow-breadcrumbs .current {
    font-weight: 700;
}

.aow-prem-hero h1 {
    color: #fff;
    max-width: 760px;
    font-size: 46px;
    margin-bottom: 18px;
}

.aow-prem-hero-sub {
    color: #fff !important;
    opacity: 0.92;
    max-width: 620px;
    font-size: 21px !important;
    margin-bottom: 26px !important;
}

.aow-prem-trust {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 34px;
}

.aow-prem-trust .aow-stars {
    color: #FFC93C;
    letter-spacing: 3px;
    font-size: 17px;
}

.aow-prem-trust .dot {
    opacity: 0.6;
}

.aow-prem-hero-btns {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

/* Benefit cards */

.aow-prem-benefits {
    margin-top: -40px;
    position: relative;
    z-index: 3;
    padding-bottom: 30px;
}

.aow-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.aow-benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 26px;
    box-shadow: 0 14px 40px rgba(30, 30, 30, 0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aow-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(135, 79, 255, 0.18);
}

.aow-benefit-card i {
    font-size: 26px;
    color: #874FFF;
    margin-bottom: 16px;
}

.aow-benefit-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.aow-benefit-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Intro */

.aow-prem-intro {
    padding: 60px 0 20px;
}

.aow-prem-intro-flex {
    display: flex;
    gap: 60px;
    align-items: center;
}

.aow-prem-intro-text {
    flex: 1 1 55%;
}

.aow-prem-intro-image {
    flex: 1 1 45%;
}

.aow-prem-intro-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(30, 30, 30, 0.14);
}

.aow-product-chips {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.aow-product-chips span {
    border: 1.5px solid #874FFF;
    color: #874FFF;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

/* Sections */

.aow-prem-section {
    padding: 50px 0;
}

/* Mid CTA band */

.aow-prem-band {
    background: #F4EFFF;
    padding: 40px 0;
}

.aow-prem-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.aow-prem-band p {
    font-size: 21px;
    font-weight: 600;
    max-width: 640px;
}

.aow-prem-band .siteBtn2 {
    border-color: #874FFF;
}

/* Process steps */

.aow-process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 50px auto 0;
}

.aow-process-step {
    text-align: center;
    padding: 34px 24px;
    border: 1px solid #ECE4FF;
    border-radius: 18px;
    background: #FBF9FF;
}

.aow-step-num {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: #874FFF;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

.aow-process-step h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.aow-process-step p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Final CTA */

.aow-prem-final-cta {
    background: linear-gradient(135deg, #874FFF 0%, #5d2fd1 100%);
    color: #fff;
    padding: 80px 0;
    margin-top: 40px;
}

.aow-prem-final-inner {
    text-align: center;
}

.aow-prem-final-cta h2 {
    color: #fff;
}

.aow-prem-final-cta p {
    color: #fff;
    opacity: 0.92;
    max-width: 700px;
    margin: 0 auto 28px;
}

.aow-prem-final-cta .aow-prem-hero-btns {
    justify-content: center;
}

.aow-prem-visit {
    font-size: 15px !important;
    margin-top: 26px !important;
    opacity: 0.85 !important;
}

/* Mobile call bar */

.aow-mobile-callbar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: #874FFF;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 10px;
    box-shadow: 0 -6px 20px rgba(30, 30, 30, 0.18);
}

.aow-mobile-callbar:hover {
    color: #fff;
}

/* ------------------------------------------------------------
   FAQ accordion — softer sizing for location pages
   (the theme default is sized for the homepage)
   ------------------------------------------------------------ */

.aow-loc .home-faqs-sec,
.aow-prem .home-faqs-sec {
    margin-bottom: 0;
    padding: 40px 0 60px;
}

.aow-loc .faq-title,
.aow-prem .faq-title {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    background: #F4EFFF;
    padding: 18px 22px;
    gap: 16px;
}

.aow-loc .faq-title .arrow,
.aow-prem .faq-title .arrow {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.aow-loc .faq-content,
.aow-prem .faq-content {
    padding: 20px 22px 10px;
}

.aow-loc .faq-content p,
.aow-prem .faq-content p {
    font-size: 17px;
    line-height: 1.7;
    padding-bottom: 16px;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */

@media (max-width: 991px) {
    .aow-benefit-grid {
        grid-template-columns: 1fr 1fr;
    }

    .aow-prem-intro-flex {
        flex-direction: column;
        gap: 36px;
    }

    .aow-prem-hero h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .aow-loc p,
    .aow-prem p {
        font-size: 17px;
    }

    .aow-loc h2,
    .aow-prem h2 {
        font-size: 26px;
        line-height: 1.35;
    }

    .aow-loc-hero {
        padding: 150px 0 60px;
        border-radius: 0 0 24px 24px;
    }

    .aow-prem-hero {
        padding: 150px 0 70px;
    }

    .aow-prem-hero h1 {
        font-size: 30px;
    }

    .aow-prem-hero-sub {
        font-size: 18px !important;
    }

    .aow-checklist {
        grid-template-columns: 1fr;
    }

    .aow-benefit-grid,
    .aow-process {
        grid-template-columns: 1fr;
    }

    .aow-prem-band-inner {
        flex-direction: column;
        text-align: center;
    }

    .aow-loc-cta-box {
        padding: 44px 24px;
    }

    .aow-mobile-callbar {
        display: block;
    }

    .aow-prem {
        padding-bottom: 54px; /* room for the fixed call bar */
    }
}
