/* ============================= */
/* LANCASTER LOCATION PAGE STYLES */
/* ============================= */

/* HERO SECTION */
.av-hero-quartz-hill {
    width: 100vw;
    padding: 110px 20px 130px;
    background:
        linear-gradient(to right,
            rgba(0, 40, 90, 0.78),
            rgba(0, 120, 200, 0.6)),
        url("../images/hero-bg.webp") center / cover no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.av-hero-quartz-hill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 20%,
            rgba(255, 255, 255, 0.15),
            transparent 60%);
    pointer-events: none;
}

.av-hero-quartz-hill-inner {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 5;
}

.av-hero-quartz-hill h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 24px;
    max-width: 860px;
    color: #ffffff !important;
}

.av-hero-quartz-hill p {
    font-size: 20px;
    max-width: 700px;
    margin-bottom: 42px;
    color: #eaf6ff;
}

.av-hero-quartz-hill-ctas {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* BENEFITS SECTION */
.av-lux-benefits-quartz-hill {
    width: 100vw;
    padding: 100px 20px 120px;
    background: linear-gradient(to bottom, #edf8ff, #ffffff);
    position: relative;
    overflow: hidden;
}

.av-water-overlay-quartz-hill {
    position: absolute;
    inset: 0;
    background: url('../images/water-texture.png') center/cover no-repeat;
    opacity: .08;
    pointer-events: none;
}

.av-lux-benefits-quartz-hill-inner {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 5;
}

.av-lux-benefits-quartz-hill h2 {
    font-size: 40px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 20px;
}

.av-lux-benefits-quartz-hill .lead {
    max-width: 820px;
    margin: 0 auto 70px;
    font-size: 18.5px;
    color: #425d74;
    line-height: 1.65;
}

.av-lux-benefits-quartz-hill-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.av-lux-card-quartz-hill {
    background: rgba(255, 255, 255, .92);
    border-radius: 20px;
    padding: 42px 34px 46px;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, .08),
        inset 0 0 0 1px rgba(255, 255, 255, .6);
    backdrop-filter: blur(6px);
    transition: .35s ease;
}

.av-lux-card-quartz-hill:hover {
    transform: translateY(-6px);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, .12),
        inset 0 0 0 1px rgba(255, 255, 255, .85);
}

.av-lux-icon-quartz-hill {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.av-lux-icon-quartz-hill img {
    max-height: 72px;
    opacity: .9;
}

.av-lux-card-quartz-hill h3 {
    font-size: 22px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 12px;
}

.av-lux-card-quartz-hill p {
    font-size: 16px;
    color: #4a6074;
    line-height: 1.65;
}

.av-lux-cta-quartz-hill {
    margin-top: 70px;
}

.av-lux-cta-quartz-hill a {
    display: inline-block;
    background: linear-gradient(135deg, #0077cc, #005fa3);
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
    transition: .3s ease;
}

.av-lux-cta-quartz-hill a span {
    font-weight: 600;
    font-size: 17px;
}

.av-lux-cta-quartz-hill a:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, .25);
}

/* SERVICES SECTION */
.av-quartz-hill-services {
    width: 100vw;
    padding: 80px 20px 120px;
    background: #bde4ff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.av-quartz-hill-services h2 {
    font-size: 40px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 18px;
    letter-spacing: -0.4px;
    line-height: 1.15;
    position: relative;
    z-index: 8;
}

.av-quartz-hill-services>p {
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 18px;
    color: #345b7a;
    line-height: 1.6;
    position: relative;
    z-index: 8;
}

.av-quartz-hill-services .bubble {
    position: absolute;
    bottom: -60px;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, .65);
    border-radius: 50%;
    animation: rise 9s infinite ease-in;
    z-index: 2;
}

@keyframes rise {
    to {
        transform: translateY(-360px);
        opacity: 0;
    }
}

.av-quartz-hill-services-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 4;
}

.av-quartz-hill-service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.av-quartz-hill-service-card h3 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #003366;
}

.av-quartz-hill-service-card p {
    font-size: 15px;
    color: #4a647d;
    line-height: 1.55;
}

/* BEFORE/AFTER SECTION */
.av-quartz-hill-ba {
    width: 100vw;
    padding: 100px 20px 120px;
    background: linear-gradient(to bottom, #edf8ff, #ffffff);
}

.av-quartz-hill-ba-inner {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.av-quartz-hill-ba h2 {
    font-size: 40px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 20px;
}

.av-quartz-hill-ba-lead {
    max-width: 820px;
    margin: 0 auto 30px;
    font-size: 18.5px;
    color: #4a6074;
    line-height: 1.65;
}

.av-quartz-hill-ba-instruction {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto 26px;
    padding: 10px 20px;
    background: rgba(0, 119, 204, .08);
    color: #003366;
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(0, 119, 204, .15);
}

.av-quartz-hill-ba-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0077cc, #005fa3);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
}

.av-quartz-hill-ba-frame {
    padding: 16px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .85);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, .15),
        inset 0 0 0 1px rgba(255, 255, 255, .7);
    backdrop-filter: blur(6px);
}

/* PRICING SECTION */
.av-quartz-hill-pricing {
    width: 100%;
    padding: 90px 20px;
    background: #f4fbff;
}

.av-quartz-hill-header {
    max-width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}

.av-quartz-hill-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #002b5c;
    margin-bottom: 18px;
}

.av-quartz-hill-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

.av-quartz-hill-pricing-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.av-quartz-hill-pricing-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 42px 34px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.av-quartz-hill-pricing-card.popular {
    border-top: 6px solid #1a8cff;
}

.av-quartz-hill-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a8cff;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.av-quartz-hill-pricing-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #002b5c;
    margin-bottom: 10px;
}

.av-quartz-hill-price {
    font-size: 44px;
    font-weight: 800;
    color: #1a5fd1;
    margin: 10px 0 6px;
}

.av-quartz-hill-price span {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.av-quartz-hill-desc {
    font-size: 15.5px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 52px;
}

.av-quartz-hill-pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    font-size: 15.5px;
    line-height: 1.8;
    color: #333;
}

.av-quartz-hill-pricing-card ul li::before {
    content: "• ";
    color: #1a8cff;
    font-weight: 700;
}

.av-quartz-hill-pricing-card a {
    margin-top: auto;
    display: inline-block;
    background: #1a5fd1;
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
}

.av-quartz-hill-pricing-card a:hover {
    background: #0f4cb3;
}

.av-quartz-hill-pricing-note {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 45px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* SERVICE AREA SECTION */
.av-quartz-hill-service-area {
    width: 100vw;
    padding: 110px 20px;
    background: linear-gradient(to bottom, #eef8ff, #ffffff);
}

.av-quartz-hill-service-area h2 {
    font-size: 42px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 18px;
    text-align: center;
}

.av-quartz-hill-service-area .av-quartz-hill-intro {
    max-width: 900px;
    margin: 0 auto 70px;
    font-size: 18.5px;
    color: #4a6074;
    line-height: 1.65;
    text-align: center;
}

.av-quartz-hill-area-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.av-quartz-hill-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 42px 38px;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.av-quartz-hill-map-wrap {
    background: linear-gradient(to bottom, #f2faff, #ffffff);
    border-radius: 18px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

.av-quartz-hill-map-wrap::before {
    content: "";
    position: absolute;
    inset: 14%;
    background: rgba(0, 119, 204, 0.12);
    border-radius: 32px;
}

.av-quartz-hill-map-wrap img {
    position: relative;
    z-index: 5;
    width: 68%;
    max-width: 280px;
}

.av-quartz-hill-map-copy {
    margin-top: 28px;
    text-align: center;
}

.av-quartz-hill-map-copy h3 {
    font-size: 24px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 10px;
}

.av-quartz-hill-map-copy p {
    font-size: 16.5px;
    color: #556b7e;
    line-height: 1.65;
}

.av-quartz-hill-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 22px;
}

.av-quartz-hill-area-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #33485c;
}

.av-quartz-hill-area-list li {
    margin-bottom: 8px;
}

.av-quartz-hill-area-cta {
    text-align: center;
    margin-top: 70px;
}

.av-quartz-hill-area-cta a {
    background: linear-gradient(135deg, #0077cc, #005fa3);
    color: #fff;
    padding: 18px 46px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    transition: .25s ease;
}

.av-quartz-hill-area-cta a:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.36);
}

/* TESTIMONIALS SECTION */
.av-quartz-hill-testimonials {
    width: 100vw;
    padding: 80px 20px 90px;
    background: #ffffff;
    overflow: hidden;
}

.av-quartz-hill-testimonials h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 12px;
}

.av-quartz-hill-intro {
    max-width: 760px;
    margin: 0 auto 14px;
    text-align: center;
    font-size: 17px;
    color: #444;
}

.av-quartz-hill-disclaimer {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-bottom: 50px;
}

.av-quartz-hill-review-viewport {
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}

.av-quartz-hill-review-track {
    display: flex;
    width: 200%;
    animation: avLancasterScroll 42s linear infinite;
}

.av-quartz-hill-review-viewport:hover .av-quartz-hill-review-track {
    animation-play-state: paused;
}

.av-quartz-hill-review-card {
    flex: 0 0 auto;
    width: 320px;
    margin-right: 26px;
    background: #f8fcff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
    font-size: 15.5px;
    color: #333;
}

.av-quartz-hill-review-card strong {
    display: block;
    font-weight: 700;
    color: #003366;
    margin-bottom: 4px;
}

.av-quartz-hill-review-stars {
    color: #f5b400;
    font-size: 18px;
    margin-bottom: 6px;
}

.av-quartz-hill-review-cta {
    text-align: center;
    margin-top: 50px;
}

.av-quartz-hill-review-cta a {
    background: #0b5ec7;
    color: #fff;
    padding: 16px 42px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
    display: inline-block;
}

@keyframes avLancasterScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* TECH SECTION */
.av-quartz-hill-tech {
    width: 100vw;
    padding: 110px 20px;
    background: linear-gradient(to bottom, #ffffff, #f5fbff);
    position: relative;
    overflow: hidden;
}

.av-quartz-hill-tech::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 153, 255, 0.12), transparent 45%);
    pointer-events: none;
}

.av-quartz-hill-tech h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.av-quartz-hill-tech .av-quartz-hill-tech-intro {
    max-width: 820px;
    margin: 0 auto 70px;
    text-align: center;
    font-size: 18px;
    color: #4b6378;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.av-quartz-hill-tech-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.av-quartz-hill-tech-photo {
    background: linear-gradient(145deg, #ffffff, #eef6fb);
    border-radius: 22px;
    padding: 20px;
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.av-quartz-hill-tech-photo img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.av-quartz-hill-tech-quote {
    font-size: 26px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 22px;
    line-height: 1.3;
}

.av-quartz-hill-tech-copy {
    font-size: 16.5px;
    color: #445b6e;
    line-height: 1.75;
    margin-bottom: 28px;
}

.av-quartz-hill-tech-points {
    margin-bottom: 36px;
}

.av-quartz-hill-tech-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 15.5px;
    color: #2f465a;
}

.av-quartz-hill-tech-point span {
    color: #00aaff;
    font-size: 18px;
    line-height: 1;
}

.av-quartz-hill-tech-cta {
    display: inline-block;
    background: linear-gradient(135deg, #0077cc, #005fa3);
    color: #fff;
    padding: 16px 44px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    transition: transform .25s ease, box-shadow .25s ease;
}

.av-quartz-hill-tech-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.38);
}

/* FAQ SECTION */
.av-quartz-hill-faq {
    width: 100vw;
    padding: 90px 20px;
    background: #e9f7ff;
}

.av-quartz-hill-faq h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 18px;
}

.av-quartz-hill-faq-intro {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 18px;
    color: #444;
}

/* RESPONSIVE */
@media (max-width: 980px) {

    .av-lux-benefits-quartz-hill-grid,
    .av-quartz-hill-services-grid,
    .av-quartz-hill-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .av-quartz-hill-area-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .av-quartz-hill-tech-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .av-quartz-hill-tech-quote {
        font-size: 22px;
        text-align: center;
    }

    .av-quartz-hill-tech-copy {
        text-align: center;
    }

    .av-quartz-hill-tech-points {
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .av-quartz-hill-tech-cta {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .av-quartz-hill-review-card {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .av-hero-quartz-hill {
        padding: 90px 20px 110px;
        text-align: center;
    }

    .av-hero-quartz-hill h1 {
        font-size: 38px;
    }

    .av-hero-quartz-hill p {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .av-hero-quartz-hill-ctas {
        justify-content: center;
    }

    .av-quartz-hill-ba h2 {
        font-size: 32px;
    }

    .av-quartz-hill-ba-lead {
        font-size: 17px;
    }
}

@media (max-width: 680px) {
    .av-quartz-hill-services-grid {
        grid-template-columns: 1fr;
    }

    .av-quartz-hill-services h2 {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .av-quartz-hill-pricing-grid {
        grid-template-columns: 1fr;
    }

    .av-quartz-hill-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .av-lux-benefits-quartz-hill-grid {
        grid-template-columns: 1fr;
    }

    .av-lux-benefits-quartz-hill h2 {
        font-size: 32px;
    }

    .av-lux-benefits-quartz-hill .lead {
        font-size: 17px;
        margin-bottom: 50px;
    }

    .av-quartz-hill-service-area {
        padding: 80px 16px;
    }

    .av-quartz-hill-service-area h2 {
        font-size: 32px;
    }

    .av-quartz-hill-card {
        padding: 30px 26px;
    }

    .av-quartz-hill-card h3 {
        text-align: center;
    }

    .av-quartz-hill-area-list {
        text-align: center;
        font-size: 16px;
    }
}