/* ===== PAVER LANDING PAGE v2 ===== */
.pv-wrap *,
.pv-wrap *::before,
.pv-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pv-wrap {
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    background: #fff;
}

/* ─── SHARED ─────────────────────────────────────── */
.pv-full {
    width: 100%;
    display: block;
}

.pv-inner {
    padding: 0 26px;
    max-width: 1320px;
}

.pv-title-center {
    text-align: center;
    margin: 0;
}

.pv-btn-gold {
    background: #59bd4f;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 26px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .5px;
    transition: background .25s;
}

.pv-btn-gold:hover {
    background: #e5b030;
    color: #ffffff;
    text-decoration: none;
}

.pv-btn-outline {
    background: transparent;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 26px;
    border: 2px solid #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .5px;
    transition: all .25s;
}

.pv-btn-outline:hover {
    background: #e5b030;
    color: #fff;
    text-decoration: none;
    border: 2px solid #e5b030;
}

/* ─── HERO ───────────────────────────────────────── */

.pv-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.95) 0%,
            /* Very dark on the far left */
            rgba(0, 0, 0, 0.75) 30%,
            /* Still dark behind the main text */
            rgba(0, 0, 0, 0.05) 55%,
            /* Almost fully transparent over the house/pavers */
            rgba(0, 0, 0, 0.4) 100%
            /* Slightly darkened on the far right edge */
        );
}

.pv-hero h1 span {
    color: #3672b8;
    display: block;
}

.pv-service-icons {
    display: flex;
    margin: 0 0 26px;
    flex-wrap: wrap;
    border-top: 0;
    border-bottom: 0;
    padding: 8px 0 6px;
}

.pv-service-icon img {
    display: block;
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.pv-service-icon {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .3px;
    flex: 1 1 0;
    min-width: 0;
    padding: 0 14px;
    position: relative;
}

.pv-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Hero right badge panel */
.pv-hero-right {
    background-color: rgba(7, 7, 7, 0.80);
    border: 2px solid #e5b030;
    width: 330px;
    margin-top: 70px;
    padding: 36px 34px 31px;
    border-radius: 10px;
}

.pv-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.pv-badge img {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    object-fit: contain;
}

.pv-badge:last-of-type {
    border-bottom: none;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.pv-stars svg {
    width: 25px;
    height: 25px;
}

/* ─── WHY HOMEOWNERS CHOOSE PAVERS ──────────────── */

.pv-why-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 20px 0 26px;
}

.pv-why-icon-item {
    text-align: center;
}

.pv-why-icon-item svg {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto 6px;
    fill: none;
    stroke: #59bd4f;
    stroke-width: 1.35;
}

.pv-why-icon-item span {
    display: block;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}

.pv-ba-label.left {
    left: 0;
}

/* Connecting line behind circles */

.pv-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.pv-step-num {
    width: 32px;
    height: 32px;
    background: #59bd4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin-bottom: 8px;
    box-shadow: 0 0 0 4px #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}

/* ─── GALLERY ────────────────────────────────────── */

.pv-gallery-strip img:hover {
    transform: scale(1.04);
}

.pv-gallery-cta {
    text-align: center;
    margin-top: 8px;
}

/* ─── BOTTOM CTA BAR ─────────────────────────────── */

.pv-cta-bar-left {
    flex: 1;
}

.pv-cta-bar-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.1;
}

/* Trust bar */
.pv-trust-bar {
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-bottom: 20px;
}

/* ─── POPUP BANNER ───────────────────────────────── */

.pv-popup {
    position: fixed;
    z-index: 9999;
    background: #111;
    border: 3px solid #fbc636;
    padding: 30px 40px;
    /* Increased padding slightly for better spacing */
    text-align: center;

    /* --- SIZE ADJUSTMENTS --- */
    width: 450px;
    /* Increased from 285px */
    min-height: 300px;
    /* Added to force the pop-up to be taller */

    /* --- FLEXBOX FOR VERTICAL CENTERING (Optional but recommended) --- */
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* Center positioning */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 8px;
    border-color: #c99627;
    box-shadow: 0 0 0 1px rgba(201, 151, 43, .45), 0 14px 38px rgba(0, 0, 0, .55);
}

.pv-popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #888;
    line-height: 1;
    transition: color .2s;
}

.pv-popup-close:hover {
    color: #fff;
}

.pv-popup p {
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.pv-popup h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
    font-size: 24px;
}

.pv-popup-btn1 {
    background: #e5b030;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 11px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    letter-spacing: .5px;
    transition: background .2s;
}

.pv-popup-btn1:hover {
    background: #59bd4f;
    text-decoration: none;
    color: #fff;
}

.pv-popup-btn2 {
    background: transparent;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid #fff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    letter-spacing: .5px;
    transition: all .2s;
}

.pv-popup-btn2:hover {
    background: #fbc636;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fbc636;
}

/* ─── RESPONSIVE ─────────────────────────────────── */

/* ===== REFERENCE MATCH OVERRIDES ===== */

.pv-header-right {
    gap: 28px;
}

.pv-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.1;
    font-size: 31px;
    letter-spacing: 0;
}

.pv-section-title span {
    color: var(--pv-gold);
}

.pv-title-line {
    width: 58px;
    height: 2px;
    background: var(--pv-gold);
    margin: 10px 0 18px;
}

.pv-title-center .pv-title-line {
    margin: 10px auto 18px;
}

.pv-stars svg,
.pv-review-stars svg {
    fill: var(--pv-bright-gold);
}

.pv-why-grid p {
    max-width: 430px;
    font-size: 16px;
    line-height: 1.48;
}

.pv-before-after {
    position: relative;
    display: flex;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.pv-before-after::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, .9);
    z-index: 1;
}

.pv-ba-label {
    position: absolute;
    bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 50%;
    text-align: center;
    padding: 11px 10px;
    font-size: 14px;
}

.pv-ba-label.right {
    right: 0;
}

.pv-vs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    z-index: 2;
    width: 58px;
    height: 58px;
    background: #111;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
}

.pv-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.pv-checklist li img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 3px;
}

.pv-process-steps::before {
    content: '';
    position: absolute;
    height: 2px;
    z-index: 1;
    top: 17px;
    left: 0;
    right: 0;
    background: var(--pv-gold);
}

.pv-review-stars,
.pv-review-text,
.pv-review-author {
    grid-column: 1;
}

.pv-wf-item:first-child {
    border-left: 0;
}

.pv-cta-bar {
    background: #111;
    border-top: 1px solid rgba(201, 151, 43, .45);
}

.pv-cta-bar-left p {
    line-height: 1.5;
    color: #fff;
    font-size: 15px;
}

.pv-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .3px;
    line-height: 1.4;
    color: #fff;
    font-size: 11px;
}

.pv-trust-item img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ===== CLOSER MOCKUP PASS ===== */
body {
    font-family: 'Ubuntu', Arial, sans-serif;
    overflow-x: hidden;
    background: #f5f3ee;
}

.pv-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 555px;
    background-image: url('images/icons/5.jpeg');
    background-position: center 48%;
    background-size: cover;
}

.pv-hero-inner {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 70px;
    padding: 74px 30px 64px;
    align-items: flex-start;
}

.pv-hero-left {
    flex: 1;
    max-width: 600px;
    padding-top: 0;
}

.pv-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
    margin-bottom: 12px;
    font-size: 64px;
    line-height: .92;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .55);
}

.pv-hero-sub {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 12px;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
    font-size: 19px;
    margin-top: 12px;
}

.pv-hero p {
    color: rgba(255, 255, 255, .85);
    margin: 0 0 22px;
    line-height: 1.55;
    margin-bottom: 28px;
    max-width: 470px;
    font-size: 15px;
}

.pv-badge-text {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.35;
    font-size: 14px;
}

.pv-stars {
    display: flex;
    margin: 8px 0 4px;
    justify-content: center;
    gap: 7px;
    margin-top: 25px;
    border-top: 1px solid rgba(201, 151, 43, .55);
    padding-top: 18px;
}

.pv-stars-label {
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.pv-why-pavers {
    padding-top: 30px;
    padding-bottom: 20px;
}

.pv-why-pavers,
.pv-process,
.pv-testimonials,
.pv-gallery,
.pv-calc-section {
    background: #f7f5f0;
}

.pv-why-grid {
    display: grid;
    align-items: center;
    grid-template-columns: .86fr 1.14fr;
    gap: 74px;
}

.pv-before-after img {
    object-fit: cover;
    display: block;
    width: 50%;
    height: 250px;
}

.pv-before-after img:first-child {
    filter: saturate(.75) contrast(.96);
}

.pv-before-after img:nth-child(2) {
    filter: saturate(1.1) contrast(1.04);
}

.pv-why-landx {
    background: #111;
    padding: 30px 0;
}

.pv-landx-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 250px 1fr;
    gap: 58px;
}

.pv-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    height: 285px;
}

.pv-photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(255, 255, 255, .65);
    border-color: rgba(255, 255, 255, .78);
    filter: saturate(1.08) contrast(1.04);
}

.pv-process {
    color: #111;
    padding-top: 34px;
    padding-bottom: 30px;
}

.pv-process-steps {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    position: relative;
    margin-top: 33px;
    gap: 15px;
}

.pv-step img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: 6px;
    height: 92px;
    border: 1px solid rgba(0, 0, 0, .08);
}

.pv-step-label {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 4px;
    color: #111;
    line-height: 1.18;
    text-transform: none;
    font-size: 10px;
    font-weight: 900;
}

.pv-gallery {
    padding-bottom: 30px;
    padding-top: 26px;
}

.pv-gallery-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 22px -10px 22px;
    gap: 10px;
}

.pv-gallery-strip img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
    height: 126px;
    filter: saturate(1.06) contrast(1.02);
}

.pv-cta-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    padding: 36px 30px 32px;
}

.pv-cta-bar-right {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 14px;
}

.pv-trust-inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 17px 30px;
    justify-content: space-between;
    gap: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.pv-calc-inner {
    max-width: 620px;
}

.pv-calc-inner .submit-btn {
    background: #c99627;
}

/* ===== COMPACT REVIEWS + WARRANTY BAND ===== */
.pv-testimonials {
    padding: 12px 0 24px;
    background: #f7f5f0;
    padding-top: 26px;
    padding-bottom: 38px;
    margin: 0;
}

.pv-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 0;
}

.pv-review-card {
    border: 1px solid rgba(201, 151, 43, .55);
    box-shadow: none;
    display: grid;
    background: #fff;
    border-color: rgba(201, 151, 43, .46);
    border-radius: 4px;
    min-height: 126px;
    padding: 14px 16px;
    grid-template-columns: 1fr 138px;
    column-gap: 16px;
    align-items: center;
}

.pv-review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 6px;
}

.pv-review-stars svg {
    width: 16px;
    height: 16px;
}

.pv-review-text {
    font-style: italic;
    color: #111;
    font-size: 11px;
    line-height: 1.36;
    margin-bottom: 7px;
}

.pv-review-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.25;
}

.pv-review-img {
    object-fit: cover;
    display: block;
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: end;
    border-radius: 2px;
    filter: saturate(1.05);
    width: 138px;
    height: 96px;
    margin: 0;
}

.pv-reviews-cta {
    text-align: center;
    margin-top: 18px;
}

.pv-warranty {
    background: #111;
    overflow: hidden;
    min-height: 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.pv-warranty-inner {
    display: grid;
    max-width: none;
    position: relative;
    grid-template-columns: 1fr 365px;
    min-height: 170px;
    background: #0d0d0d;
}

.pv-warranty-left {
    background: #111;
    display: grid;
    grid-template-columns: 295px minmax(460px, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 34px;
    align-items: center;
    padding: 18px 28px 18px max(28px, calc((100vw - 1260px) / 2 + 28px));
}

.pv-warranty-left .pv-section-title {
    color: #fff;
    font-size: 23px;
    line-height: 1.03;
}

.pv-warranty-left p {
    color: rgba(255, 255, 255, .72);
    grid-column: 1;
    max-width: 270px;
    font-size: 10px;
    line-height: 1.45;
    margin: 0 0 6px;
}

.pv-warranty-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 30px;
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    max-width: none;
    margin: 0;
    height: 88px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015));
}

.pv-wf-item {
    display: flex;
    gap: 8px;
    justify-content: center;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .16);
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 0 17px;
}

.pv-wf-item img {
    width: 30px;
    height: 30px;
    margin: 0 0 10px;
    object-fit: contain;
}

.pv-wf-item span {
    color: #fff;
    font-size: 10px;
    line-height: 1.22;
}

.pv-warranty-right {
    background-size: cover;
    position: relative;
    min-height: 170px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
    background-position: center 55%;
}

.pv-warranty-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .08));
}

/* ===== FINAL SITE THEME WINS ===== */

.paver-page #slideshow {
    display: none;
    height: 0;
}

.paver-page .pv-section-title span {
    color: #59bd4f;
}

/* ===== SITE THEME ALIGNMENT ===== */
:root {
    --pv-gold: #c9972b;
    --pv-bright-gold: #fbc636;
    --pv-black: #090909;
    --pv-soft-black: #141414;
    --pv-site-green: #59bd4f;
    --pv-site-green-dark: #33904d;
    --pv-site-gold: #fbc636;
    --pv-site-blue: #3672b8;
    --pv-site-brown: #311c13;
    --pv-site-tan: #ada48c;
    --pv-site-cream: #f5f3ee;
    --pv-site-text: #5c5c5c;
}

body.paver-page {
    background: #fff url(images/body_bg.png) center repeat-y;
    color: #5c5c5c;
    font-family: 'Ubuntu', sans-serif;
    min-width: 1100px;
}

.paver-page .pv-wrap {
    background: #fff;
}

.paver-page .pv-section-title {
    font-style: italic;
    color: var(--pv-site-blue);
    font-weight: 900;
}

.paver-page .pv-title-line,
.paver-page .pv-process-steps::before {
    background: var(--pv-site-gold);
}

.paver-page .pv-hero h1,
.paver-page .pv-hero-sub,
.paver-page .pv-badge-text,
.paver-page .pv-review-author,
.paver-page .pv-step-label,
.paver-page .pv-ba-label {
    font-family: 'Montserrat', sans-serif;
}

.paver-page .pv-hero h1,
.paver-page .pv-hero h1 span {
    font-style: italic;
}

.paver-page .pv-warranty-right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--pv-site-gold);
    clip-path: polygon(13% 0, calc(13% + 2px) 0, 2px 100%, 0 100%);
    z-index: 5;
}

.paver-page .pv-why-pavers,
.paver-page .pv-process,
.paver-page .pv-testimonials,
.paver-page .pv-gallery,
.paver-page .pv-calc-section {
    background: var(--pv-site-cream);
}

.paver-page .pv-review-card,
.paver-page .pv-before-after {
    border-color: rgba(173, 164, 140, .75);
}

/* ===== HERO ICON DIVIDERS + BADGE SEPARATOR CLEANUP ===== */

.pv-service-icon+.pv-service-icon {
    border-left: 1px solid rgba(255, 255, 255, .22);
}

/* ===== FULL-HEIGHT REVIEW IMAGES ===== */

/* ===== LARGER REVIEW CARDS ===== */

.pv-testimonials .pv-inner {
    padding: 0 26px;
    max-width: 1320px;
}

.pv-testimonials .pv-section-title {
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    font-size: 24px;
}

.pv-testimonials .pv-title-line {
    width: 48px;
    height: 2px;
    margin: 8px auto 13px;
    margin-bottom: 18px;
}

.pv-testimonials .pv-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 32px;
}

.pv-testimonials .pv-review-card {
    display: grid;
    align-items: center;
    border: 1px solid rgba(201, 151, 43, .5);
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    column-gap: 0;
    height: 146px;
    min-height: 146px;
    grid-template-columns: minmax(0, 1fr) 170px;
}

.pv-testimonials .pv-review-stars,
.pv-testimonials .pv-review-text,
.pv-testimonials .pv-review-author {
    grid-column: 1;
    padding-left: 22px;
    padding-right: 18px;
}

.pv-testimonials .pv-review-stars {
    gap: 2px;
    align-self: end;
    margin: 0 0 5px;
    padding-top: 16px;
    margin-bottom: 7px;
}

.pv-testimonials .pv-review-text {
    color: #111;
    align-self: center;
    margin: 0 0 9px;
    font-size: 11px;
    line-height: 1.32;
    margin-bottom: 10px;
}

.pv-testimonials .pv-review-author {
    margin: 0;
    align-self: start;
    padding-bottom: 12px;
    font-size: 9.5px;
    line-height: 1.2;
}

.pv-testimonials .pv-review-img {
    grid-column: 2;
    grid-row: 1 / 4;
    margin: 0;
    object-fit: cover;
    height: 100%;
    align-self: stretch;
    border-radius: 0 2px 2px 0;
    width: 170px;
    min-height: 146px;
}

.pv-testimonials .pv-reviews-cta {
    margin-top: 18px;
}

/* Custom View More Reviews Button */
.paver-page .pv-btn-reviews-more {
    background: #e5b030;
    margin-top: 5px;
}

.paver-page .pv-btn-reviews-more:hover {
    background: #59bd4f;
}

/* Warranty Section Title Color Override */
.paver-page .pv-warranty-left .pv-section-title {
    color: #fff;
}

.pv-inner,
.pv-hero-inner,
.pv-cta-bar-inner,
.pv-trust-inner {
    max-width: 1320px;
    margin: 0 auto;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    .pv-inner,
    .pv-hero-inner,
    .pv-cta-bar-inner,
    .pv-trust-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pv-section-title {
        font-size: 26px;
    }

    /* Hero */
    .pv-hero-inner {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 30px;
    }

    .pv-hero-left {
        max-width: 100%;
    }

    .pv-hero h1 {
        font-size: 42px;
    }

    .pv-hero-right {
        width: 100%;
        margin-top: 0;
    }

    .pv-hero-btns {
        flex-direction: column;
    }

    .pv-hero-btns a {
        text-align: center;
        width: 100%;
    }

    /* Why Pavers */
    .pv-why-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pv-why-icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .pv-why-icons .pv-why-icon-item:last-child {
        grid-column: 1 / -1;
    }

    .pv-before-after {
        flex-direction: column;
    }

    .pv-before-after img {
        width: 100%;
        height: 200px;
    }

    .pv-before-after::after {
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
    }

    .pv-ba-label {
        width: 100%;
    }

    .pv-ba-label.left {
        top: 0;
        bottom: auto;
    }

    /* Why LandX */
    .pv-landx-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Process */
    .pv-process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .pv-process-steps::before,
    .paver-page .pv-process-steps::before {
        display: none;
    }

    /* Testimonials */
    .pv-testimonials .pv-reviews-grid {
        grid-template-columns: 1fr;
    }

    .pv-testimonials .pv-review-card {
        grid-template-columns: 1fr;
        height: auto;
    }

    .pv-testimonials .pv-review-img {
        grid-column: 1;
        width: 100%;
        height: 200px;
        margin-top: 15px;
    }

    /* Warranty */
    .pv-warranty-inner {
        grid-template-columns: 1fr;
    }

    .pv-warranty-left {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }

    .pv-warranty-features {
        grid-column: 1;
        grid-row: auto;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        gap: 15px;
        margin-top: 20px;
        background: none;
    }

    .pv-wf-item {
        border-left: none;
        padding: 0;
    }

    .pv-warranty-right {
        clip-path: none;
        height: 250px;
    }

    .paver-page .pv-warranty-right::after {
        display: none;
    }

    /* Gallery */
    .pv-gallery-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CTA Bar */
    .pv-cta-bar-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .pv-cta-bar-right {
        flex-direction: column;
        width: 100%;
    }

    .pv-cta-bar-right a {
        text-align: center;
        width: 100%;
    }

    .pv-trust-inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    /* Popup */
    .pv-popup {
        /* Override desktop width */
        width: 90%;
        min-height: auto;
        /* Lets the height shrink to fit mobile screens */
        padding: 20px;
        /* Slightly reduced padding for smaller phones */

        /* Reset the desktop centering properties */
        top: auto;
        transform: none;

        /* Apply your new mobile positioning */
        left: 5%;
        bottom: 20px;
    }

    /* Mobile Page Fixes */
    body.paver-page {
        min-width: 0;
    }

    body.paver-page #content {
        padding: 0 !important;
        margin: 0 !important;
    }
}