/* =========================================================
   GOVERNMENT APPROVED P&M VALUERS
   PAGE-SPECIFIC CSS
   Prefix: pmv
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.pmvHeroSection,
.pmvFactsSection,
.pmvTrustSection{

    font-family:
        "Inter",
        "Segoe UI",
        Arial,
        sans-serif;

    font-size:16px;
    line-height:1.75;

}

.pmvHeroSection *,
.pmvFactsSection *,
.pmvTrustSection *{

    box-sizing:border-box;

}

.pmvHeroSection strong,
.pmvFactsSection strong,
.pmvTrustSection strong{

    font-weight:800;

}


/* =========================================================
   HERO
========================================================= */

.pmvHeroSection{

    position:relative;

    overflow:hidden;

    padding:95px 0 90px;

    background:
        radial-gradient(
            circle at 75% 30%,
            rgba(184,135,35,.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #041a34 0%,
            #092f62 52%,
            #061f40 100%
        );

    color:#ffffff;

}


/* BACKGROUND GLOWS */

.pmvHeroGlow{

    position:absolute;

    border-radius:50%;

    pointer-events:none;

    filter:blur(2px);

}

.pmvHeroGlowOne{

    width:360px;
    height:360px;

    top:-180px;
    right:-100px;

    background:
        radial-gradient(
            circle,
            rgba(216,183,102,.14),
            transparent 68%
        );

}

.pmvHeroGlowTwo{

    width:300px;
    height:300px;

    bottom:-170px;
    left:-120px;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.06),
            transparent 68%
        );

}


/* EYEBROW */

.pmvHeroEyebrow{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:22px;

    color:#d8b766;

    font-size:15px;

    letter-spacing:.8px;

    text-transform:uppercase;

}

.pmvHeroEyebrow span{

    width:42px;
    height:2px;

    background:#d8b766;

    display:inline-block;

}


/* H1 */

.pmvHeroSection h1{

    margin:0 0 25px;

    color:#ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:58px;

    font-weight:600;

    line-height:1.05;

    letter-spacing:-1px;

}

.pmvHeroSection h1 span{

    display:block;

    color:#d8b766;

}

.pmvHeroSection h1 small{

    display:block;

    margin-top:15px;

    color:#ffffff;

    font-family:
        "Inter",
        "Segoe UI",
        Arial,
        sans-serif;

    font-size:20px;

    font-weight:700;

    line-height:1.5;

    letter-spacing:.2px;

}


/* HERO PARAGRAPHS */

.pmvHeroSection p{

    max-width:900px;

    margin:0 0 17px;

    color:#e8edf4;

    font-size:16px;

    line-height:1.8;

}

.pmvHeroSection p strong{

    color:#ffffff;

}

.pmvHeroLead{

    font-size:18px !important;

    line-height:1.8 !important;

    color:#ffffff !important;

}


/* HERO CTA */

.pmvHeroCTA{

    display:flex;

    flex-direction:column;

    gap:13px;

    margin-top:32px;

    max-width:760px;

}

.pmvHeroCTA a{

    text-decoration:none;

}

.pmvHeroPrimaryCTA,
.pmvHeroSecondaryCTA{

    display:flex;

    align-items:center;

    gap:15px;

    min-height:70px;

    padding:13px 20px;

    border-radius:12px;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;

}

.pmvHeroPrimaryCTA{

    color:#071e3a;

    background:
        linear-gradient(
            135deg,
            #d8b766,
            #b88723
        );

    border:1px solid #e4ca82;

    box-shadow:
        0 12px 30px rgba(0,0,0,.20);

}

.pmvHeroPrimaryCTA:hover{

    transform:translateY(-3px);

    color:#071e3a;

    box-shadow:
        0 18px 38px rgba(0,0,0,.30);

}

.pmvHeroSecondaryCTA{

    color:#ffffff;

    background:rgba(255,255,255,.055);

    border:1px solid rgba(216,183,102,.45);

}

.pmvHeroSecondaryCTA:hover{

    transform:translateY(-3px);

    color:#ffffff;

    border-color:#d8b766;

    background:rgba(255,255,255,.09);

}

.pmvCTAIcon{

    width:44px;
    min-width:44px;
    height:44px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:10px;

    font-size:18px;

    background:rgba(0,0,0,.10);

}

.pmvHeroSecondaryCTA .pmvCTAIcon{

    color:#d8b766;

    background:rgba(216,183,102,.10);

}

.pmvHeroCTA a span:not(.pmvCTAIcon){

    flex:1;

    font-size:16px;

    font-weight:800;

    line-height:1.35;

}

.pmvHeroCTA a small{

    display:block;

    margin-bottom:2px;

    font-size:15px;

    font-weight:500;

    opacity:.82;

}

.pmvArrow{

    font-size:17px;

}


/* DIRECT PHONE */

.pmvHeroCall{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:14px;

    margin-top:25px;

}

.pmvCallLabel{

    color:#bfcbd9;

    font-size:15px;

}

.pmvHeroCall a{

    display:inline-flex;

    align-items:center;

    gap:9px;

    color:#d8b766;

    font-size:24px;

    font-weight:900;

    text-decoration:none;

}

.pmvHeroCall a:hover{

    color:#ffffff;

}


/* =========================================================
   HERO PORTRAIT
========================================================= */

.pmvHeroPortraitWrap{

    position:relative;

    min-height:650px;

    display:flex;

    align-items:center;

    justify-content:center;

}

.pmvHeroPortrait{

    position:relative;

    z-index:3;

    width:100%;

    max-width:380px;

    margin:auto;

    padding:20px 20px 0;

    border:1px solid rgba(216,183,102,.45);

   /* border-radius:190px 190px 25px 25px; */

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.10),
            rgba(255,255,255,.025)
        );

    box-shadow:
        0 30px 70px rgba(0,0,0,.30);

    overflow:hidden;

}

.pmvPortraitTopLine{

    position:absolute;

    top:0;
    left:15%;

    width:70%;
    height:3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d8b766,
            transparent
        );

}

.pmvHeroPortrait img{

    display:block;

    width:100%;

    height:auto;

    max-height:520px;

    object-fit:contain;

    object-position:center bottom;

}

.pmvPortraitCaption{

    position:relative;

    z-index:4;

    display:flex;

    flex-direction:column;

    align-items:center;

    padding:18px 12px 22px;

    text-align:center;

    background:
        linear-gradient(
            180deg,
            rgba(4,26,52,.25),
            rgba(4,26,52,.95)
        );

}

.pmvPortraitCaption strong{

    color:#d8b766;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:25px;

}

.pmvPortraitCaption span{

    color:#e8edf4;

    font-size:15px;

    line-height:1.5;

}


/* PORTRAIT ORBS */

.pmvPortraitOrb{

    position:absolute;

    border-radius:50%;

    pointer-events:none;

}

.pmvPortraitOrbOne{

    width:430px;
    height:430px;

    right:-30px;
    top:65px;

    border:1px solid rgba(216,183,102,.18);

}

.pmvPortraitOrbTwo{

    width:500px;
    height:500px;

    right:-65px;
    top:30px;

    border:1px solid rgba(255,255,255,.07);

}


/* BADGES */

.pmvHeroBadge{

    position:absolute;

    z-index:6;

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 15px;

    color:#ffffff;

    background:
        rgba(4,26,52,.92);

    border:1px solid rgba(216,183,102,.50);

    border-radius:10px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.25);

}

.pmvHeroBadge i{

    color:#d8b766;

    font-size:18px;

}

.pmvHeroBadge span{

    display:flex;

    flex-direction:column;

    font-size:15px;

    line-height:1.35;

}

.pmvHeroBadge strong{

    color:#d8b766;

}

.pmvHeroBadgeTop{

    top:115px;
    right:-15px;

}

.pmvHeroBadgeBottom{

    bottom:105px;
    left:-15px;

}


/* =========================================================
   SECTION 1 — FACTS
========================================================= */

.pmvFactsSection{

    position:relative;

    padding:100px 0;

    background:#f7f9fc;

    color:#25364b;

}

.pmvSectionHeading{

    max-width:950px;

    margin:0 auto 55px;

    text-align:center;

}

.pmvSectionKicker{

    display:inline-block;

    margin-bottom:12px;

    color:#b88723;

    font-size:15px;

    font-weight:800;

    letter-spacing:1px;

    text-transform:uppercase;

}

.pmvFactsSection h2{

    margin:0;

    color:#092f62;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:47px;

    line-height:1.12;

    font-weight:600;

}

.pmvFactsSection h2 strong{

    color:#b88723;

}

.pmvHeadingLine{

    width:75px;
    height:3px;

    margin:22px auto 0;

    background:
        linear-gradient(
            90deg,
            #092f62,
            #b88723
        );

}


/* FACT GRID */

.pmvFactsGrid{

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:25px;

}


/* FACT CARD */

.pmvFactCard{

    position:relative;

    padding:35px 30px 32px;

    background:#ffffff;

    border:1px solid #e4e9ef;

    border-radius:18px;

    box-shadow:
        0 15px 45px rgba(9,47,98,.07);

    overflow:hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}

.pmvFactCard:hover{

    transform:translateY(-7px);

    box-shadow:
        0 22px 55px rgba(9,47,98,.13);

}

.pmvFactCardFeatured{

    border-color:
        rgba(184,135,35,.50);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fffaf0
        );

}

.pmvFactNumber{

    position:absolute;

    top:14px;
    right:20px;

    color:#eef1f5;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:55px;

    font-weight:700;

    line-height:1;

}

.pmvFactIcon{

    position:relative;

    z-index:2;

    width:55px;
    height:55px;

    display:flex;

    align-items:center;
    justify-content:center;

    margin-bottom:20px;

    color:#b88723;

    background:#fff8e8;

    border:1px solid #ead9ae;

    border-radius:13px;

    font-size:22px;

}

.pmvFactCard h3{

    position:relative;

    z-index:2;

    margin:0 0 18px;

    color:#092f62;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:27px;

    line-height:1.2;

    font-weight:700;

}

.pmvFactCard h3 strong{

    color:#b88723;

}

.pmvFactCard p{

    margin:0 0 15px;

    color:#526276;

    font-size:16px;

    line-height:1.75;

}

.pmvFactHighlight{

    display:flex;

    align-items:flex-start;

    gap:12px;

    margin-top:22px;

    padding:16px;

    color:#183d67;

    background:#f3f7fb;

    border-left:4px solid #b88723;

    border-radius:8px;

    font-size:15px;

    line-height:1.65;

}

.pmvFactHighlight i{

    margin-top:4px;

    color:#b88723;

}


/* FACT CTA */

.pmvFactsCTA{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    margin-top:45px;

    padding:25px 30px;

    background:#092f62;

    border-radius:16px;

    box-shadow:
        0 18px 45px rgba(9,47,98,.15);

}

.pmvFactsCTAContent{

    display:flex;

    flex-direction:column;

    color:#ffffff;

}

.pmvFactsCTAContent span{

    color:#bfcbd9;

    font-size:15px;

}

.pmvFactsCTAContent strong{

    margin-top:2px;

    color:#ffffff;

    font-size:19px;

}

.pmvGoldCTA{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    min-width:205px;

    padding:15px 24px;

    color:#071e3a !important;

    background:
        linear-gradient(
            135deg,
            #d8b766,
            #b88723
        );

    border-radius:9px;

    font-size:16px;

    font-weight:900;

    text-decoration:none;

    box-shadow:
        0 8px 22px rgba(0,0,0,.20);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}

.pmvGoldCTA:hover{

    color:#071e3a !important;

    transform:translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0,0,0,.28);

}


/* =========================================================
   SECTION 2 — TRUST BAND
========================================================= */

.pmvTrustSection{

    position:relative;

    padding:100px 0;

    color:#ffffff;

    background:
        linear-gradient(
            135deg,
            #061f40 0%,
            #092f62 58%,
            #041a34 100%
        );

    overflow:hidden;

}

.pmvTrustSection:before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    right:-220px;
    top:-250px;

    border-radius:50%;

    border:1px solid rgba(216,183,102,.14);

}

.pmvTrustHeader{

    max-width:850px;

    margin:0 auto 55px;

    text-align:center;

}

.pmvTrustKicker{

    display:inline-block;

    margin-bottom:12px;

    color:#d8b766;

    font-size:15px;

    font-weight:800;

    letter-spacing:1px;

    text-transform:uppercase;

}

.pmvTrustSection h2{

    margin:0;

    color:#ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:45px;

    line-height:1.15;

    font-weight:600;

}

.pmvTrustSection h2 strong{

    color:#d8b766;

}


/* TRUST GRID */

.pmvTrustGrid{

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:18px;

}

.pmvTrustCard{

    display:flex;

    align-items:flex-start;

    gap:17px;

    min-height:150px;

    padding:25px;

    background:
        rgba(255,255,255,.055);

    border:1px solid rgba(255,255,255,.10);

    border-radius:14px;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;

}

.pmvTrustCard:hover{

    transform:translateY(-5px);

    background:
        rgba(255,255,255,.08);

    border-color:
        rgba(216,183,102,.45);

}

.pmvTrustIcon{

    width:50px;
    min-width:50px;
    height:50px;

    display:flex;

    align-items:center;
    justify-content:center;

    color:#d8b766;

    border:1px solid rgba(216,183,102,.45);

    background:
        rgba(216,183,102,.08);

    border-radius:11px;

    font-size:19px;

}

.pmvTrustCard h3{

    margin:0 0 7px;

    color:#ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:24px;

    line-height:1.2;

}

.pmvTrustCard p{

    margin:0;

    color:#c8d3df;

    font-size:15px;

    line-height:1.65;

}

.pmvTrustCard p strong{

    color:#ffffff;

}


/* TRUST CTA */

.pmvTrustCTA{

    margin-top:45px;

    padding:1px;

    border-radius:16px;

    background:
        linear-gradient(
            90deg,
            rgba(216,183,102,.20),
            #d8b766,
            rgba(216,183,102,.20)
        );

}

.pmvTrustCTAInner{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    padding:27px 30px;

    border-radius:15px;

    background:#061f40;

}

.pmvTrustCTAText{

    display:flex;

    flex-direction:column;

}

.pmvTrustCTAText span{

    color:#bfcbd9;

    font-size:15px;

}

.pmvTrustCTAText strong{

    margin-top:3px;

    color:#ffffff;

    font-size:20px;

}

.pmvTrustCTAButtons{

    display:flex;

    align-items:center;

    gap:12px;

    flex-shrink:0;

}

.pmvTrustPrimaryBtn,
.pmvTrustPhoneBtn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:9px;

    min-height:50px;

    padding:12px 20px;

    border-radius:8px;

    text-decoration:none;

    font-size:16px;

    font-weight:900;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}

.pmvTrustPrimaryBtn{

    color:#071e3a;

    background:
        linear-gradient(
            135deg,
            #d8b766,
            #b88723
        );

}

.pmvTrustPrimaryBtn:hover{

    color:#071e3a;

    transform:translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.25);

}

.pmvTrustPhoneBtn{

    color:#ffffff;

    border:1px solid rgba(216,183,102,.55);

    background:rgba(255,255,255,.04);

}

.pmvTrustPhoneBtn:hover{

    color:#d8b766;

    transform:translateY(-2px);

}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width:991px){

    .pmvHeroSection{

        padding:75px 0;

    }

    .pmvHeroSection h1{

        font-size:48px;

    }

    .pmvHeroPortraitWrap{

        min-height:auto;

        margin-top:55px;

    }

    .pmvHeroPortrait{

        max-width:350px;

    }

    .pmvHeroBadgeTop{

        right:0;

    }

    .pmvHeroBadgeBottom{

        left:0;

    }

    .pmvFactsGrid{

        grid-template-columns:1fr;

        max-width:760px;

        margin:auto;

    }

    .pmvTrustGrid{

        grid-template-columns:
            repeat(2,1fr);

    }

    .pmvFactsCTA,
    .pmvTrustCTAInner{

        flex-direction:column;

        align-items:flex-start;

    }

    .pmvTrustCTAButtons{

        width:100%;

    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width:767px){

    .pmvHeroSection{

        padding:60px 0 65px;

    }

    .pmvHeroEyebrow{

        font-size:15px;

        line-height:1.4;

    }

    .pmvHeroSection h1{

        font-size:40px;

        line-height:1.05;

        letter-spacing:-.5px;

    }

    .pmvHeroSection h1 small{

        font-size:17px;

        line-height:1.5;

    }

    .pmvHeroSection p{

        font-size:15px;

        line-height:1.72;

    }

    .pmvHeroLead{

        font-size:17px !important;

    }

    .pmvHeroCTA{

        margin-top:25px;

    }

    .pmvHeroPrimaryCTA,
    .pmvHeroSecondaryCTA{

        min-height:64px;

        padding:12px 14px;

        gap:11px;

    }

    .pmvCTAIcon{

        width:39px;
        min-width:39px;
        height:39px;

        font-size:16px;

    }

    .pmvHeroCTA a span:not(.pmvCTAIcon){

        font-size:15px;

    }

    .pmvHeroCTA a small{

        font-size:15px;

    }

    .pmvArrow{

        display:none;

    }

    .pmvHeroCall{

        align-items:flex-start;

        flex-direction:column;

        gap:5px;

    }

    .pmvHeroCall a{

        font-size:22px;

    }

    .pmvHeroPortraitWrap{

        min-height:500px;

        margin-top:40px;

    }

    .pmvHeroPortrait{

        max-width:310px;

    }

    .pmvHeroBadge{

        padding:10px 11px;

    }

    .pmvHeroBadgeTop{

        top:65px;

        right:-2px;

    }

    .pmvHeroBadgeBottom{

        bottom:55px;

        left:-2px;

    }

    .pmvFactsSection,
    .pmvTrustSection{

        padding:70px 0;

    }

    .pmvFactsSection h2,
    .pmvTrustSection h2{

        font-size:36px;

    }

    .pmvSectionHeading,
    .pmvTrustHeader{

        margin-bottom:40px;

    }

    .pmvFactCard{

        padding:28px 22px;

    }

    .pmvFactCard h3{

        font-size:25px;

    }

    .pmvFactCard p{

        font-size:15px;

    }

    .pmvFactsCTA{

        padding:22px;

    }

    .pmvGoldCTA{

        width:100%;

    }

    .pmvTrustGrid{

        grid-template-columns:1fr;

    }

    .pmvTrustCard{

        min-height:auto;

        padding:21px;

    }

    .pmvTrustCTAInner{

        padding:23px 20px;

    }

    .pmvTrustCTAButtons{

        flex-direction:column;

        align-items:stretch;

    }

    .pmvTrustPrimaryBtn,
    .pmvTrustPhoneBtn{

        width:100%;

    }

}


/* =========================================================
   EXTRA SMALL DEVICES
========================================================= */

@media (max-width:480px){

    .pmvHeroSection h1{

        font-size:35px;

    }

    .pmvHeroSection h1 small{

        font-size:16px;

    }

    .pmvHeroPortrait{

        max-width:275px;

    }

    .pmvHeroBadge{

        transform:scale(.88);

        transform-origin:center;

    }

    .pmvHeroBadgeTop{

        right:-16px;

    }

    .pmvHeroBadgeBottom{

        left:-16px;

    }

    .pmvFactsSection h2,
    .pmvTrustSection h2{

        font-size:32px;

    }

}