/* ============================================================
   CORDIAL PAVILION HEIGHTS — HOMEPAGE CSS
   Loads only on the homepage / front page.
   Global vars, resets, and header styles are in global.css
   ============================================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --ink:#0F1923;--red:#C41230;--red-h:#a50f28;
  --gold:#C4933F;--cream:#F5F0E8;--cream-d:#EDE8DF;
  --white:#fff;
  --head:'Clash Display',sans-serif;
  --body:'DM Sans',sans-serif;
  --max:1160px;
}
html{scroll-behavior:smooth;}
body{font-family:var(--body);background:var(--cream);
  -webkit-font-smoothing:antialiased;color:var(--ink);}
a{text-decoration:none;}
img{max-width:100%;display:block;}

/* ── TOPBAR ── */
.cpv-topbar{background:rgba(15,25,35,0.96);
  backdrop-filter:blur(8px);padding:10px 24px;
  position:sticky;top:0;z-index:200;
  border-bottom:1px solid rgba(196,147,63,0.15);}
.cpv-topbar-inner{max-width:var(--max);margin:0 auto;
  display:flex;align-items:center;
  justify-content:space-between;gap:20px;}
.cpv-topbar-left{display:flex;align-items:center;gap:6px;
  font-family:var(--body);font-size:11px;font-weight:400;
  color:rgba(255,255,255,0.45);letter-spacing:0.04em;}
.cpv-topbar-left svg{width:12px;height:12px;color:var(--gold);flex-shrink:0;}
.cpv-topbar-left strong{color:rgba(255,255,255,0.72);font-weight:500;}
.cpv-topbar-sep{color:rgba(255,255,255,0.2);margin:0 4px;}
.cpv-topbar-right{display:flex;align-items:center;gap:12px;flex-shrink:0;}
.cpv-rera-wrap{display:flex;align-items:center;gap:8px;}
.cpv-rera-qr{width:32px;height:32px;background:var(--white);
  border-radius:2px;overflow:hidden;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;}
.cpv-rera-qr img{width:100%;height:100%;object-fit:contain;}
.cpv-rera-qr-ph{font-size:6px;color:var(--ink);text-align:center;
  line-height:1.2;font-weight:600;}
.cpv-rera-text{font-family:var(--body);font-size:10px;
  color:rgba(255,255,255,0.42);line-height:1.4;}
.cpv-rera-text strong{color:rgba(255,255,255,0.65);
  font-weight:500;display:block;}
.cpv-topbar-phone{display:flex;align-items:center;gap:6px;
  font-family:var(--body);font-size:11.5px;font-weight:500;
  color:var(--gold);letter-spacing:0.02em;}
.cpv-topbar-phone svg{width:12px;height:12px;}

/* ── HERO ── */
.cpv-hero{background:var(--ink);padding:64px 24px 56px;
  position:relative;overflow:hidden;min-height:88vh;
  display:flex;align-items:center;}
.cpv-hero::before{content:'';position:absolute;inset:0;
  background:
    radial-gradient(ellipse 55% 70% at 85% 30%,rgba(196,147,63,0.08),transparent 55%),
    radial-gradient(ellipse 35% 50% at 5% 80%,rgba(196,18,48,0.06),transparent 55%);
  pointer-events:none;}
.cpv-hero-grid{position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.018) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(ellipse 50% 60% at 15% 40%,black,transparent 65%);
  pointer-events:none;}
.cpv-hero-inner{max-width:var(--max);margin:0 auto;
  position:relative;z-index:1;width:100%;
  display:grid;grid-template-columns:1fr 380px;
  gap:48px;align-items:center;}
.cpv-hero-pre{display:flex;align-items:center;gap:10px;margin-bottom:0px;}
.cpv-hero-pre-dot{width:5px;height:5px;border-radius:50%;
  background:var(--gold);flex-shrink:0;}
.cpv-hero-pre-text{font-family:var(--body);font-size:10px;font-weight:500;
  letter-spacing:0.28em;text-transform:uppercase;
  color:rgba(255,255,255,0.45);}
.cpv-hero-pre-sep{color:rgba(255,255,255,0.18);}
.cpv-h1{font-family:var(--head);
  font-size:clamp(30px,4vw,52px);font-weight:500;
  color:var(--white);letter-spacing:-0.025em;
  line-height:1.04;margin-bottom:18px;}
.cpv-h1-loc{color:var(--gold);display:block;
  font-size:clamp(22px,2.8vw,36px);font-weight:400;
  margin-top:6px;letter-spacing:-0.02em;}
.cpv-hero-sub{font-family:var(--body);font-size:16px;
  font-weight:300;color:rgba(255,255,255,0.5);
  line-height:1.75;max-width:500px;margin-bottom:28px;}
.cpv-hero-sub strong{color:rgba(255,255,255,0.82);font-weight:400;}
/* Feature chips */
.cpv-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;}
.cpv-chip{display:inline-flex;align-items:center;gap:6px;
  font-family:var(--body);font-size:11.5px;font-weight:400;
  color:rgba(255,255,255,0.6);
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  padding:6px 14px;border-radius:2px;letter-spacing:0.02em;}
.cpv-chip svg{width:12px;height:12px;color:var(--gold);}
/* Hero CTAs */
.cpv-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;}
.cpv-btn-red{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:12px;font-weight:500;
  letter-spacing:0.12em;text-transform:uppercase;
  color:var(--white);background:var(--red);
  padding:14px 28px;border-radius:3px;
  transition:background .2s,transform .15s;}
.cpv-btn-red:hover{background:var(--red-h);transform:translateY(-2px);}
.cpv-btn-red svg{width:14px;height:14px;}
.cpv-btn-ghost{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:12px;font-weight:400;
  color:rgba(255,255,255,0.55);
  border:1px solid rgba(255,255,255,0.15);
  padding:13px 24px;border-radius:3px;
  transition:border-color .2s,color .2s;}
.cpv-btn-ghost:hover{border-color:rgba(255,255,255,0.4);
  color:rgba(255,255,255,0.85);}
.cpv-btn-ghost svg{width:14px;height:14px;}
/* Conversion card */
.cpv-form-card{background:var(--white);border-radius:4px;
  overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,0.35);}
.cpv-form-card-top{background:var(--ink);
  border-bottom:3px solid var(--gold);padding:20px 24px;}
.cpv-form-card-title{font-family:var(--head);font-size:16px;
  font-weight:600;color:var(--white);
  letter-spacing:-0.01em;margin-bottom:4px;}
.cpv-form-card-sub{font-family:var(--body);font-size:11.5px;
  font-weight:300;color:rgba(255,255,255,0.45);}
.cpv-form-card-body{padding:22px 24px;}
.cpv-form-field{margin-bottom:14px;}
.cpv-form-field label{display:block;font-family:var(--body);
  font-size:10.5px;font-weight:500;letter-spacing:0.12em;
  text-transform:uppercase;color:rgba(15,25,35,0.45);
  margin-bottom:5px;}
.cpv-form-field input,
.cpv-form-field select{width:100%;font-family:var(--body);
  font-size:14px;color:var(--ink);
  background:var(--cream);
  border:1px solid rgba(15,25,35,0.1);border-radius:3px;
  padding:10px 14px;outline:none;
  transition:border-color .2s,background .2s;}
.cpv-form-field input:focus,
.cpv-form-field select:focus{
  border-color:var(--red);background:var(--white);}
.cpv-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.cpv-form-submit{width:100%;font-family:var(--body);
  font-size:12px;font-weight:500;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--white);
  background:var(--red);border:none;border-radius:3px;
  padding:14px;cursor:pointer;margin-top:4px;
  transition:background .2s,transform .15s;}
.cpv-form-submit:hover{background:var(--red-h);transform:translateY(-1px);}
.cpv-form-card-footer{background:var(--cream);padding:10px 24px;
  font-family:var(--body);font-size:10.5px;
  color:rgba(15,25,35,0.4);text-align:center;}
.cpv-form-card-footer strong{color:rgba(15,25,35,0.6);font-weight:500;}

/* ── SNAPSHOT BAR ── */
.cpv-snap{background:var(--cream);
  border-top:4px solid var(--gold);
  border-bottom:1px solid rgba(15,25,35,0.08);}
.cpv-snap-inner{max-width:var(--max);margin:0 auto;
  display:grid;grid-template-columns:repeat(6,1fr);
  gap:0;}
.cpv-snap-item{padding:20px 22px;
  border-right:1px solid rgba(15,25,35,0.08);
  text-align:center;}
.cpv-snap-item:last-child{border-right:none;}
.cpv-snap-val{font-family:var(--head);font-size:16px;
  font-weight:600;color:var(--ink);
  letter-spacing:-0.01em;margin-bottom:4px;line-height:1.2;}
.cpv-snap-val em{font-style:normal;color:var(--red);font-size:.8em;}
.cpv-snap-lbl{font-family:var(--body);font-size:9.5px;
  font-weight:400;letter-spacing:0.12em;
  text-transform:uppercase;color:rgba(15,25,35,0.38);}
.cpv-snap-rera{font-family:var(--body);font-size:9px;
  font-weight:500;color:rgba(15,25,35,0.5);
  letter-spacing:0.04em;}

/* ── SHARED SECTION STYLES ── */
.cpv-sec{padding:72px 0;}
.cpv-sec-inner{max-width:var(--max);margin:0 auto;padding:0 24px;}
.cpv-sec-dark{background:var(--ink);}
.cpv-sec-cream{background:var(--cream);}
.cpv-sec-white{background:var(--white);}
.cpv-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.cpv-eyebrow-pip{width:6px;height:6px;border-radius:50%;
  background:var(--gold);flex-shrink:0;}
.cpv-eyebrow-text{font-family:var(--body);font-size:10.5px;font-weight:500;
  letter-spacing:0.26em;text-transform:uppercase;color:var(--gold);}
.cpv-h2{font-family:var(--head);font-size:clamp(26px,3vw,40px);
  font-weight:600;letter-spacing:-0.02em;line-height:1.08;
  margin-bottom:10px;}
.cpv-h2-light{color:var(--white);}
.cpv-h2-dark{color:var(--ink);}
.cpv-sec-sub{font-family:var(--body);font-size:15px;font-weight:300;
  line-height:1.75;max-width:580px;margin-bottom:44px;}
.cpv-sec-sub-light{color:rgba(255,255,255,0.45);}
.cpv-sec-sub-dark{color:rgba(15,25,35,0.52);}

/* ── CINEMATIC IMAGE ── */
.cpv-cinematic{background:var(--ink);overflow:hidden;position:relative;}
.cpv-cinematic-img{width:100%;height:100vh;object-fit:cover;
  object-position:center center;display:block;
  /* In WordPress: native Image block with "cover" object-fit */}
.cpv-cinematic-img-ph{width:100%;height:100vh;
  background:var(--ink-mid,#162030);display:flex;
  align-items:center;justify-content:center;
  flex-direction:column;gap:10px;}
.cpv-cinematic-img-ph svg{width:48px;height:48px;
  color:var(--gold);opacity:.3;}
.cpv-cinematic-img-ph p{font-family:var(--body);font-size:11px;
  letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.2);}
.cpv-cinematic-caption{background:rgba(15,25,35,0.85);
  backdrop-filter:blur(12px);
  border-top:1px solid rgba(196,147,63,0.15);
  padding:18px 24px;display:flex;align-items:center;
  justify-content:space-between;gap:24px;flex-wrap:wrap;}
.cpv-cinematic-caption-inner{max-width:var(--max);margin:0 auto;
  display:flex;align-items:center;
  justify-content:space-between;gap:24px;
  flex-wrap:wrap;width:100%;}
.cpv-cinematic-caption-text{font-family:var(--body);font-size:13px;
  font-weight:300;color:rgba(255,255,255,0.45);letter-spacing:0.04em;}
.cpv-cinematic-caption-text strong{color:rgba(255,255,255,0.75);font-weight:500;}
.cpv-cinematic-tabs{display:flex;gap:0;}
.cpv-cinematic-tab{font-family:var(--body);font-size:11px;font-weight:500;
  letter-spacing:0.1em;text-transform:uppercase;
  color:rgba(255,255,255,0.4);padding:6px 14px;
  border:1px solid rgba(255,255,255,0.1);
  border-left:none;cursor:pointer;background:none;
  transition:color .2s,background .2s;}
.cpv-cinematic-tab:first-child{border-left:1px solid rgba(255,255,255,0.1);
  border-radius:2px 0 0 2px;}
.cpv-cinematic-tab:last-child{border-radius:0 2px 2px 0;}
.cpv-cinematic-tab.active,.cpv-cinematic-tab:hover{
  color:var(--white);background:rgba(255,255,255,0.08);}

/* ── FLOOR PLAN OVERVIEW ── */
.cpv-fp-overview{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:36px;}
.cpv-fp-card{background:var(--white);border-radius:4px;
  border:1px solid rgba(15,25,35,0.08);overflow:hidden;
  transition:box-shadow .2s,transform .15s;}
.cpv-fp-card:hover{box-shadow:0 8px 32px rgba(15,25,35,0.1);
  transform:translateY(-2px);}
.cpv-fp-card-header{background:var(--ink);padding:18px 22px;
  display:flex;align-items:center;justify-content:space-between;}
.cpv-fp-card-badge{font-family:var(--head);font-size:13px;
  font-weight:500;color:var(--white);letter-spacing:-.01em;}
.cpv-fp-card-size{font-family:var(--body);font-size:10.5px;
  color:rgba(255,255,255,0.42);letter-spacing:.04em;}
.cpv-fp-card-body{padding:20px 22px;}
.cpv-fp-card-img{height:160px;background:var(--cream);
  margin:-20px -22px 18px;
  display:flex;align-items:center;justify-content:center;}
.cpv-fp-card-img-ph{opacity:.18;display:flex;flex-direction:column;
  align-items:center;gap:6px;}
.cpv-fp-card-img-ph svg{width:40px;height:40px;color:var(--gold);}
.cpv-fp-card-img-ph p{font-family:var(--body);font-size:9px;
  letter-spacing:.12em;text-transform:uppercase;
  color:rgba(15,25,35,.5);}
.cpv-fp-features{display:flex;flex-direction:column;gap:6px;margin-bottom:18px;}
.cpv-fp-feat{display:flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:12.5px;color:rgba(15,25,35,.65);}
.cpv-fp-feat-dot{width:4px;height:4px;border-radius:50%;
  background:var(--gold);flex-shrink:0;}
.cpv-fp-cta{display:flex;align-items:center;gap:6px;
  font-family:var(--body);font-size:11.5px;font-weight:500;
  letter-spacing:.08em;text-transform:uppercase;
  color:var(--red);transition:gap .2s;}
.cpv-fp-cta:hover{gap:10px;}
.cpv-fp-cta svg{width:13px;height:13px;}

/* ── AMENITIES ── */
.cpv-am-grid{display:grid;grid-template-columns:repeat(4,1fr);
  gap:1px;background:rgba(255,255,255,0.06);
  border-radius:4px;overflow:hidden;margin-bottom:32px;}
.cpv-am-item{background:rgba(255,255,255,0.02);padding:20px 18px;
  transition:background .2s;text-align:center;}
.cpv-am-item:hover{background:rgba(255,255,255,0.045);}
.cpv-am-icon{font-size:24px;margin-bottom:8px;line-height:1;}
.cpv-am-name{font-family:var(--body);font-size:12px;
  font-weight:400;color:rgba(255,255,255,0.5);line-height:1.4;}

/* Featured amenities */
.cpv-am-featured{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.cpv-am-feat-card{background:rgba(255,255,255,0.04);
  border:1px solid rgba(196,147,63,0.15);border-radius:4px;
  padding:22px 18px;transition:background .2s,border-color .2s;}
.cpv-am-feat-card:hover{background:rgba(255,255,255,0.06);
  border-color:rgba(196,147,63,0.3);}
.cpv-am-feat-icon{font-size:28px;margin-bottom:12px;line-height:1;}
.cpv-am-feat-title{font-family:var(--head);font-size:14px;
  font-weight:500;color:var(--white);margin-bottom:6px;
  letter-spacing:-.01em;}
.cpv-am-feat-desc{font-family:var(--body);font-size:12px;
  font-weight:300;color:rgba(255,255,255,0.38);line-height:1.55;}

/* ── LOCATION SUMMARY ── */
.cpv-loc-grid{display:grid;grid-template-columns:1fr 1fr;
  gap:48px;align-items:start;}
.cpv-loc-dist-list{display:flex;flex-direction:column;gap:0;}
.cpv-loc-dist-group{margin-bottom:20px;}
.cpv-loc-dist-group-title{font-family:var(--body);font-size:9.5px;
  font-weight:500;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(15,25,35,.35);margin-bottom:8px;
  padding-bottom:6px;border-bottom:1px solid rgba(15,25,35,.08);}
.cpv-loc-row{display:flex;align-items:baseline;
  justify-content:space-between;gap:12px;
  padding:7px 0;border-bottom:1px solid rgba(15,25,35,.05);}
.cpv-loc-row:last-child{border-bottom:none;}
.cpv-loc-name{font-family:var(--body);font-size:13.5px;
  color:rgba(15,25,35,.7);}
.cpv-loc-name.hl{font-weight:500;color:var(--ink);}
.cpv-loc-dist{font-family:var(--head);font-size:14px;
  font-weight:600;color:var(--red);white-space:nowrap;flex-shrink:0;}
.cpv-elev-callout{background:var(--ink);border-radius:4px;
  padding:20px 22px;border-left:3px solid var(--gold);
  margin-top:24px;}
.cpv-elev-callout-title{font-family:var(--head);font-size:14px;
  font-weight:500;color:var(--white);margin-bottom:6px;}
.cpv-elev-callout-text{font-family:var(--body);font-size:13px;
  font-weight:300;color:rgba(255,255,255,.45);line-height:1.6;}
.cpv-elev-callout-text strong{color:rgba(255,255,255,.75);font-weight:400;}
.cpv-loc-map-wrap{border-radius:4px;overflow:hidden;
  border:1px solid rgba(15,25,35,.09);
  box-shadow:0 8px 32px rgba(15,25,35,.06);}
.cpv-loc-map-frame{height:360px;background:var(--ink);
  display:flex;align-items:center;justify-content:center;}
.cpv-loc-map-ph{display:flex;flex-direction:column;
  align-items:center;gap:8px;opacity:.18;}
.cpv-loc-map-ph svg{width:40px;height:40px;color:var(--gold);}
.cpv-loc-map-ph p{font-family:var(--body);font-size:10px;
  letter-spacing:.12em;text-transform:uppercase;
  color:rgba(255,255,255,.6);text-align:center;}
.cpv-loc-map-footer{background:var(--ink);padding:14px 18px;
  display:flex;align-items:center;gap:10px;}
.cpv-loc-map-pin{width:32px;height:32px;background:rgba(196,18,48,.12);
  border-radius:3px;display:flex;align-items:center;
  justify-content:center;color:var(--red);flex-shrink:0;}
.cpv-loc-map-pin svg{width:14px;height:14px;}
.cpv-loc-map-addr{flex:1;}
.cpv-loc-map-addr1{font-family:var(--body);font-size:13px;
  font-weight:500;color:var(--white);margin-bottom:2px;}
.cpv-loc-map-addr2{font-family:var(--body);font-size:11px;
  color:rgba(255,255,255,.38);}
.cpv-loc-map-dir{font-family:var(--body);font-size:11px;
  font-weight:500;letter-spacing:.06em;text-transform:uppercase;
  color:var(--gold);white-space:nowrap;flex-shrink:0;
  display:flex;align-items:center;gap:5px;}
.cpv-loc-map-dir svg{width:11px;height:11px;}

/* ── BUILDER CREDIBILITY ── */
.cpv-cred-grid{display:grid;grid-template-columns:1fr 1fr;
  gap:64px;align-items:center;}
.cpv-cred-stats{display:grid;grid-template-columns:1fr 1fr;
  gap:1px;background:rgba(15,25,35,0.08);
  border-radius:4px;overflow:hidden;margin-bottom:24px;}
.cpv-cred-stat{background:var(--cream);padding:22px 20px;text-align:center;}
.cpv-cred-stat-val{font-family:var(--head);font-size:30px;
  font-weight:600;color:var(--ink);letter-spacing:-.02em;
  margin-bottom:4px;}
.cpv-cred-stat-val em{font-style:normal;color:var(--red);}
.cpv-cred-stat-lbl{font-family:var(--body);font-size:10.5px;
  color:rgba(15,25,35,.45);line-height:1.4;}
.cpv-cred-prose p{font-family:var(--body);font-size:14.5px;
  font-weight:300;color:rgba(15,25,35,.68);
  line-height:1.8;margin-bottom:14px;}
.cpv-cred-prose p:last-child{margin-bottom:0;}
.cpv-cred-prose strong{color:var(--ink);font-weight:500;}
.cpv-timeline{border-left:2px solid rgba(196,147,63,0.2);
  padding-left:24px;margin-top:28px;
  display:flex;flex-direction:column;gap:18px;}
.cpv-tl-item{position:relative;}
.cpv-tl-item::before{content:'';position:absolute;
  left:-30px;top:5px;width:8px;height:8px;border-radius:50%;
  background:var(--gold);}
.cpv-tl-year{font-family:var(--head);font-size:11px;
  font-weight:500;color:var(--gold);
  letter-spacing:.06em;margin-bottom:3px;}
.cpv-tl-text{font-family:var(--body);font-size:13.5px;
  font-weight:300;color:rgba(15,25,35,.65);line-height:1.5;}
.cpv-tl-text strong{color:var(--ink);font-weight:500;}

/* ── SPECS GRID ── */
.cpv-specs-grid{display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:rgba(255,255,255,0.06);
  border-radius:4px;overflow:hidden;}
.cpv-spec-cat{background:rgba(255,255,255,0.02);padding:24px 22px;
  transition:background .2s;}
.cpv-spec-cat:hover{background:rgba(255,255,255,0.04);}
.cpv-spec-icon{width:38px;height:38px;background:rgba(196,147,63,0.1);
  border:1px solid rgba(196,147,63,0.18);border-radius:3px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:12px;}
.cpv-spec-icon svg{width:16px;height:16px;color:var(--gold);}
.cpv-spec-title{font-family:var(--head);font-size:13px;
  font-weight:500;color:var(--white);margin-bottom:8px;}
.cpv-spec-lines{display:flex;flex-direction:column;gap:4px;}
.cpv-spec-line{font-family:var(--body);font-size:12px;
  font-weight:300;color:rgba(255,255,255,.38);
  display:flex;align-items:flex-start;gap:6px;line-height:1.5;}
.cpv-spec-line::before{content:'·';color:var(--gold);flex-shrink:0;margin-top:.05em;}

/* ── FAQ ── */
.cpv-faq-list{display:flex;flex-direction:column;gap:2px;}
.cpv-faq-item{background:var(--white);
  border:1px solid rgba(15,25,35,.08);border-radius:4px;overflow:hidden;}
.cpv-faq-q{width:100%;display:flex;align-items:center;
  justify-content:space-between;gap:16px;
  padding:18px 22px;font-family:var(--body);font-size:14.5px;
  font-weight:500;color:var(--ink);cursor:pointer;
  background:none;border:none;text-align:left;transition:background .2s;}
.cpv-faq-q:hover{background:rgba(245,240,232,.6);}
.cpv-faq-q svg{width:16px;height:16px;color:var(--red);
  flex-shrink:0;transition:transform .25s;}
.cpv-faq-item.open .cpv-faq-q svg{transform:rotate(45deg);}
.cpv-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.cpv-faq-item.open .cpv-faq-a{max-height:400px;}
.cpv-faq-a-inner{padding:16px 22px 20px;font-family:var(--body);
  font-size:14px;font-weight:300;color:rgba(15,25,35,.65);
  line-height:1.78;border-top:1px solid rgba(15,25,35,.06);}
.cpv-faq-a-inner strong{color:var(--ink);font-weight:500;}
.cpv-faq-a-inner a{color:var(--red);}

/* ── FINAL CTA ── */
.cpv-final-cta{background:var(--red);padding:72px 24px;}
.cpv-final-cta-inner{max-width:var(--max);margin:0 auto;
  display:grid;grid-template-columns:1fr 420px;
  gap:48px;align-items:center;}
.cpv-final-cta-heading{font-family:var(--head);
  font-size:clamp(26px,3vw,42px);font-weight:600;
  color:var(--white);letter-spacing:-.025em;
  line-height:1.06;margin-bottom:14px;}
.cpv-final-cta-sub{font-family:var(--body);font-size:15px;
  font-weight:300;color:rgba(255,255,255,.65);
  line-height:1.7;max-width:420px;margin-bottom:28px;}
.cpv-final-contacts{display:flex;gap:16px;flex-wrap:wrap;}
.cpv-contact-btn{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:12px;font-weight:500;
  letter-spacing:.1em;text-transform:uppercase;}
.cpv-contact-btn-dark{color:rgba(255,255,255,.8);
  border:1px solid rgba(255,255,255,.3);
  padding:12px 20px;border-radius:3px;
  transition:border-color .2s,color .2s;}
.cpv-contact-btn-dark:hover{border-color:var(--white);color:var(--white);}
.cpv-contact-btn-wa{color:#25D366;
  border:1px solid rgba(37,211,102,.3);
  padding:12px 20px;border-radius:3px;
  transition:border-color .2s;}
.cpv-contact-btn-wa:hover{border-color:#25D366;}
.cpv-contact-btn svg{width:14px;height:14px;}
/* CTA form */
.cpv-final-form{background:var(--white);border-radius:4px;
  padding:28px 26px;box-shadow:0 16px 48px rgba(0,0,0,.25);}
.cpv-final-form-title{font-family:var(--head);font-size:16px;
  font-weight:600;color:var(--ink);margin-bottom:4px;}
.cpv-final-form-sub{font-family:var(--body);font-size:12px;
  color:rgba(15,25,35,.42);margin-bottom:18px;}
.cpv-trust-row{display:flex;align-items:center;
  gap:16px;margin-top:14px;flex-wrap:wrap;}
.cpv-trust-item{display:flex;align-items:center;gap:5px;
  font-family:var(--body);font-size:10.5px;
  color:rgba(15,25,35,.4);}
.cpv-trust-item svg{width:11px;height:11px;color:var(--gold);}

/* ── INTERNAL LINKS ── */
.cpv-page-links{max-width:var(--max);margin:0 auto;
  padding:48px 24px 0;}
.cpv-page-links-lbl{font-family:var(--body);font-size:10px;
  font-weight:500;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(15,25,35,.35);margin-bottom:14px;}
.cpv-page-links-row{display:flex;flex-wrap:wrap;gap:10px;}
.cpv-page-link{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:13px;
  color:rgba(15,25,35,.6);background:var(--white);
  border:1px solid rgba(15,25,35,.1);
  padding:10px 18px;border-radius:3px;
  transition:border-color .2s,color .2s;}
.cpv-page-link:hover{border-color:var(--red);color:var(--red);}
.cpv-page-link svg{width:13px;height:13px;opacity:.5;}

/* ── FOOTER DISCLAIMER ── */
.cpv-disclaimer{background:var(--ink);
  border-top:1px solid rgba(255,255,255,.05);padding:18px 24px;}
.cpv-disclaimer-inner{max-width:var(--max);margin:0 auto;
  font-family:var(--body);font-size:11px;
  color:rgba(255,255,255,.2);line-height:1.65;}
