/* ==========================================================================
   Property Valuation Abu Dhabi — page styles
   Native re-skin: reuses the Reliant Surveyors theme language so the page
   reads as part of the site, not a standalone landing page.
     · Typography → DM Sans throughout; only the main banner heading uses "Forum" (global)
     · Accent    → brand blue #092db6, secondary red #e21d37
     · Cards     → white, 1px #e8edf2 border, 16px radius (matches rs-* cards)
   All rules are prefixed .pv-* so they never collide with the global bundle.
   The banner, intro/sidebar, checklist and FAQ all use the site's own classes
   (page-header-section, service-details-block, valuation-services-list,
   accordion#faqAccordion) and are styled by the global stylesheets.
   ========================================================================== */

/* Banner badge above the page-header heading -------------------------------- */
.page-header-heading .pv-banner-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

/* Main banner heading → Forum (display serif) */
.page-header-section .page-header-heading h1,
.page-header-section .page-header-heading h2 {
    font-family: "Forum", "Times New Roman", serif;
}

/* Section rhythm ------------------------------------------------------------ */
.pv-section {
    padding: 70px 0;
    overflow: hidden;
}

.pv-section--alt {
    background: #f8fafc;
}

/* Section heading ----------------------------------------------------------- */
.pv-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.pv-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #092db6;
    background: rgba(9, 45, 182, .06);
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.pv-h2 {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 12px;
}

.pv-head p {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* Line icons (no tinted chip — keeps it looking professional, not generic) -- */
.pv-ico {
    display: inline-flex;
    width: 44px;
    height: 44px;
    color: #092db6;
    margin-bottom: 18px;
}

.pv-ico svg {
    width: 100%;
    height: 100%;
}

.pv-ico--sm {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    flex: 0 0 auto;
}

/* Intro mini-stats ---------------------------------------------------------- */
.pv-mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 44px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #e8edf2;
}

.pv-mini-stat strong {
    display: block;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #092db6;
    margin-bottom: 4px;
}

.pv-mini-stat span {
    font-size: 13px;
    color: #64748b;
}

/* ==========================================================================
   INTRO SECTION — "Nearly five decades…" (redesigned)
   ========================================================================== */
/* Soft panel background frames the whole block + makes the form card pop.
   Compound selector beats the global .service-details-section padding. */
.service-details-section.pv-intro-section {
    background: #f6f9fc;
    padding: 60px 0;
}

/* On the tinted panel, feature cards turn white so they still read as cards */
.pv-intro-section .pv-intro__feature {
    background: #fff;
}

.pv-intro__title {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 20px;
}

.pv-intro p {
    font-size: 15.5px;
    line-height: 1.85;
    color: #5c667d;
    text-align: left;
    margin: 0 0 16px;
}

/* Capability points → 2×2 feature cards */
.pv-intro__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 28px 0 0;
}

.pv-intro__feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px 18px;
    background: #f8fafc;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.pv-intro__feature:hover {
    transform: translateY(-3px);
    background: #fff;
    border-color: rgba(9, 45, 182, .25);
    box-shadow: 0 12px 30px rgba(9, 45, 182, .08);
}

.pv-intro__check {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(9, 45, 182, .1);
    color: #092db6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, color .25s ease;
}

.pv-intro__feature:hover .pv-intro__check {
    background: #092db6;
    color: #fff;
}

.pv-intro__check svg {
    width: 15px;
    height: 15px;
}

.pv-intro__feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #1f2733;
    font-weight: 500;
}

/* Stats → connected strip */
.pv-intro__stats {
    display: flex;
    margin-top: 28px;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    overflow: hidden;
}

.pv-intro__stat {
    flex: 1;
    text-align: center;
    padding: 22px 14px;
    border-right: 1px solid #e8edf2;
}

.pv-intro__stat:last-child {
    border-right: 0;
}

.pv-intro__stat strong {
    display: block;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #092db6;
    margin-bottom: 7px;
}

.pv-intro__stat span {
    font-size: 13px;
    color: #64748b;
}

@media (max-width: 575px) {
    .pv-intro__title {
        font-size: 26px;
    }

    .pv-intro__features {
        grid-template-columns: 1fr;
    }

    .pv-intro__stat strong {
        font-size: 26px;
    }

    .pv-intro__stat {
        padding: 18px 8px;
    }
}

/* ==========================================================================
   SIDEBAR LEAD FORM — scoped to THIS page only (.pv-form-wrap).
   The shared includes/sidebar-form.php is untouched; we only restyle its
   existing classes here so other pages keep the global form look.
   ========================================================================== */
.pv-form-wrap #HomePageForm {
    margin: 0 !important;
    position: sticky;
    top: 110px;
}

.pv-form-wrap #HomePageForm > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.pv-form-wrap .modal-body {
    padding: 0;
}

/* Card */
.pv-form-wrap .sidebar-form {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-shadow: 0 28px 64px -30px rgba(12, 20, 41, .35);
}

.pv-form-wrap .sidebar-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #092db6, #1e88e5);
}

/* Header */
.pv-form-wrap .modal-logo {
    margin-bottom: 22px;
}

.pv-form-wrap .modal-logo h2 {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}

/* Fields */
.pv-form-wrap .form-group {
    margin-bottom: 15px;
}

.pv-form-wrap .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #1f2733;
    margin-bottom: 6px;
}

.pv-form-wrap .form-control {
    height: 46px;
    padding: 0 14px;
    border: 1px solid #e6e9f1;
    border-radius: 10px;
    background: #f7fafd;
    font-size: 14px;
    color: #1f2733;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pv-form-wrap .form-control::placeholder {
    color: #9aa4b8;
}

.pv-form-wrap .form-control:focus {
    border-color: #092db6;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(9, 45, 182, .12);
    outline: none;
}

/* reCAPTCHA spacing */
.pv-form-wrap .g-recaptcha {
    margin-bottom: 4px;
}

/* Submit */
.pv-form-wrap .btn-danger {
    height: 50px;
    border: 0;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #092db6 0%, #2952e8 100%);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2px;
    box-shadow: 0 16px 32px -16px rgba(9, 45, 182, .55);
    transition: background .2s ease, transform .18s ease, box-shadow .2s ease;
}

.pv-form-wrap .btn-danger:hover {
    background: linear-gradient(135deg, #061d86 0%, #1e3fc0 100%);
    transform: translateY(-2px);
    box-shadow: 0 20px 38px -16px rgba(9, 45, 182, .6);
}

@media (max-width: 991px) {
    .pv-form-wrap #HomePageForm {
        position: static;
    }
}

/* Why Reliant — figure + badge --------------------------------------------- */
.pv-figure {
    position: relative;
}

.pv-figure img {
    width: 100%;
    border-radius: 16px;
}

/* Experience badge — now lives in the right column with the CTA */
.pv-why__cta-row {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.pv-why__badge {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    background: #e8f0ff;
    border: 1px solid rgba(9, 45, 182, .15);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(9, 45, 182, .12);
}

.pv-why__badge strong {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    color: #092db6;
}

.pv-why__badge span {
    font-size: 12.5px;
    line-height: 1.35;
    color: #4a5a7a;
    max-width: 170px;
}

/* Checklist (uses .valuation-services-list base, multi-column align-top) ----- */
.pv-checklist {
    margin-top: 8px;
}

.pv-checklist li {
    align-items: flex-start !important;
    line-height: 1.6;
}

.pv-checklist .check-icon {
    margin-top: 2px;
}

/* Stat band ----------------------------------------------------------------- */
.pv-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 48px;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    overflow: hidden;
}

.pv-stat {
    text-align: center;
    padding: 28px 18px;
    border-right: 1px solid #e8edf2;
}

.pv-stat:last-child {
    border-right: 0;
}

.pv-stat strong {
    display: block;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #0f172a;
    margin-bottom: 8px;
}

.pv-stat span {
    font-size: 14px;
    color: #64748b;
}

/* Cards (services, why) ----------------------------------------------------- */
.pv-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pv-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #092db6, #1e88e5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.pv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(9, 45, 182, .1);
    border-color: rgba(9, 45, 182, .2);
}

.pv-card:hover::after {
    transform: scaleX(1);
}

.pv-card h3 {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 10px;
}

.pv-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* Process steps ------------------------------------------------------------- */
.pv-step {
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    padding: 28px 24px;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pv-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(9, 45, 182, .1);
    border-color: rgba(9, 45, 182, .2);
}

.pv-step__num {
    display: block;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #e21d37;
    margin-bottom: 14px;
}

.pv-step h3 {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px;
}

.pv-step p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #64748b;
    margin: 0;
}

/* Recognitions -------------------------------------------------------------- */
.pv-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    padding: 22px 24px;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pv-badge:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(9, 45, 182, .1);
    border-color: rgba(9, 45, 182, .2);
}

.pv-badge__text {
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.4;
    color: #1e293b;
}

/* Testimonials -------------------------------------------------------------- */
.pv-testi {
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    padding: 30px 28px;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease;
}

.pv-testi:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(9, 45, 182, .12);
}

.pv-testi__stars {
    color: #e21d37;
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.pv-testi__quote {
    font-size: 15.5px;
    line-height: 1.75;
    color: #475569;
    margin: 0 0 22px;
    flex: 1;
}

.pv-testi__head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pv-testi__avatar {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .04em;
    color: #fff;
    background: #092db6;
}

.pv-testi__id {
    display: flex;
    flex-direction: column;
}

.pv-testi__name {
    font-weight: 600;
    font-size: 15.5px;
    color: #0f172a;
}

.pv-testi__role {
    font-size: 13px;
    color: #64748b;
}

/* Client logos -------------------------------------------------------------- */
.pv-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 0 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #8a94a8;
    transition: color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.pv-logo:hover {
    color: #092db6;
    border-color: rgba(9, 45, 182, .25);
    box-shadow: 0 12px 30px rgba(9, 45, 182, .08);
}

/* Logo image — muted by default, full colour on hover */
.pv-logo__img {
    max-width: 80%;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .72;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.pv-logo:hover .pv-logo__img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

/* Documents ----------------------------------------------------------------- */
.pv-doc {
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    padding: 26px 24px;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pv-doc .pv-ico--sm {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
}

.pv-doc:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(9, 45, 182, .1);
    border-color: rgba(9, 45, 182, .2);
}

.pv-doc h3 {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 6px;
}

.pv-doc p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* Areas --------------------------------------------------------------------- */
.pv-area {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    font-size: 14.5px;
    font-weight: 500;
    color: #1e293b;
    transition: border-color .3s ease, transform .25s ease, box-shadow .3s ease;
}

.pv-area:hover {
    border-color: rgba(9, 45, 182, .25);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(9, 45, 182, .08);
}

.pv-area svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: #e21d37;
}

/* CTA ----------------------------------------------------------------------- */
.pv-cta {
    background: #092db6;
    border-radius: 20px;
    padding: 56px 32px;
    text-align: center;
}

.pv-cta h2 {
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
}

.pv-cta p {
    font-size: 16px;
    line-height: 1.7;
    color: #dbe3ff;
    max-width: 560px;
    margin: 0 auto 28px;
}

.pv-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

/* Buttons ------------------------------------------------------------------- */
.pv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #092db6 0%, #2952e8 100%);
    color: #fff;
    border: 1.5px solid transparent;
    transition: background .25s ease, color .25s ease, transform .2s ease, box-shadow .25s ease;
}

.pv-btn:hover {
    background: linear-gradient(135deg, #061d86 0%, #1e3fc0 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(9, 45, 182, .32);
}

.pv-btn--light {
    background: #fff;
    border-color: #fff;
    color: #092db6;
}

.pv-btn--light:hover {
    background: #f1f4ff;
    border-color: #f1f4ff;
    color: #092db6;
}

.pv-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.pv-btn--ghost:hover {
    background: rgba(255, 255, 255, .1);
    border-color: #fff;
    color: #fff;
}

/* Lead paragraph (Why Reliant intro line) ---------------------------------- */
.pv-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 24px;
    max-width: 560px;
}

/* Why Reliant — proof points + CTA (fills the right column) ----------------- */
.pv-why__points {
    list-style: none;
    margin: 6px 0 30px;
    padding: 0;
    max-width: 560px;
}

.pv-why__points li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 15.5px;
    line-height: 1.55;
    color: #1f2733;
    font-weight: 500;
    margin-bottom: 16px;
}

.pv-why__points li:last-child {
    margin-bottom: 0;
}

.pv-why__points svg {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    color: #092db6;
    margin-top: 1px;
}

/* Split stat band (2 x 2 inside a column) ---------------------------------- */
.pv-stats--split {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px;
}

.pv-stats--split .pv-stat:nth-child(2n) {
    border-right: 0;
}

.pv-stats--split .pv-stat:nth-child(-n+2) {
    border-bottom: 1px solid #e8edf2;
}

/* ==========================================================================
   BLUE TEXTURED SECTION (Why Choose Us)
   ========================================================================== */
.pv-section--blue {
    position: relative;
    isolation: isolate;
    background: linear-gradient(160deg, #092db6 0%, #061d86 100%);
    color: #eaf0ff;
}

/* Subtle dot-grid texture layered over the blue */
.pv-section--blue::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%23ffffff' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 40px 40px;
    opacity: .25;
}

/* Soft glow accents to give the texture depth */
.pv-section--blue::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(420px circle at 12% 0%, rgba(255, 255, 255, .12), transparent 60%),
        radial-gradient(520px circle at 100% 100%, rgba(30, 136, 229, .35), transparent 60%);
}

.pv-section--blue .pv-eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.pv-section--blue .pv-h2 {
    color: #fff;
}

.pv-section--blue .pv-head p {
    color: #c9d6ff;
}

/* Cards on the blue background — translucent glass look */
.pv-section--blue .pv-card {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .16);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.pv-section--blue .pv-card:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .4);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .25);
}

.pv-section--blue .pv-card::after {
    background: #fff;
}

.pv-section--blue .pv-ico {
    color: #fff;
}

.pv-section--blue .pv-card h3 {
    color: #fff;
}

.pv-section--blue .pv-card p {
    color: #c9d6ff;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .pv-section {
        padding: 50px 0;
    }

    .pv-h2 {
        font-size: 30px;
    }

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

    .pv-stat:nth-child(2n) {
        border-right: 0;
    }

    .pv-stat:nth-child(-n+2) {
        border-bottom: 1px solid #e8edf2;
    }
}

@media (max-width: 575px) {
    .pv-h2 {
        font-size: 26px;
    }

    .pv-cta h2 {
        font-size: 28px;
    }

    .pv-btn {
        width: 100%;
    }
}
