/* PlayaCR v3 premium design system — scoped under .pv3 to avoid Kadence collisions.
 * Loaded by mu-plugin playacr-v3.php sitewide.
 * Fraunces (display) + Poppins (UI/body). Brand grade + grain. Editorial.
 */

/* Hide the Kadence entry-hero title band on the homepage (durable gotcha:
   ONLY scope to body.home/.page-id-4 — hiding globally kills page titles
   site-wide). */
body.home .entry-hero.page-hero-section,
body.page-id-4 .entry-hero.page-hero-section{display:none!important}

/* Fixed film grain overlay (on home, behind header) */
body.home::before{content:"";position:fixed;inset:0;z-index:90;pointer-events:none;
  opacity:.30;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}

/* ===== TOKENS + RESET inside .pv3 ===== */
.pv3{
  --navy:#0A2D4D; --navy-deep:#06182b; --teal:#00A6A6; --orange:#FF6A29;
  --gold:#E8B863; --ink:#2a3640; --paper:#FAF6EF; --sand:#EFE6D6;
  --line:rgba(10,45,77,.13); --shadow:0 30px 70px -32px rgba(10,45,77,.5);
  --shadow-sm:0 18px 40px -22px rgba(10,45,77,.4); --vmax:1280px;
  --disp:'Fraunces',Georgia,serif; --ui:'Poppins',system-ui,sans-serif;
  font-family:var(--ui);color:var(--ink);background:var(--paper);
  line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased
}
.pv3 *{margin:0;padding:0;box-sizing:border-box}
.pv3 img{display:block;max-width:100%}
.pv3 a{color:inherit;text-decoration:none}
.pv3 ::selection{background:var(--orange);color:#fff}
.pv3 .pv3-wrap{max-width:var(--vmax);margin:0 auto;padding:0 34px}
.pv3 h1,.pv3 h2,.pv3 h3{font-family:var(--disp);color:var(--navy);font-weight:600;
  line-height:1.04;letter-spacing:-.015em;text-wrap:balance;
  font-variation-settings:'opsz' 144,'SOFT' 50;font-optical-sizing:auto}
.pv3 .pv3-kicker{font-family:var(--ui);font-size:.72rem;font-weight:700;
  letter-spacing:.34em;text-transform:uppercase;color:var(--teal)}
.pv3 .pv3-idx{font-family:var(--disp);font-size:.95rem;font-weight:600;
  color:var(--orange);letter-spacing:.04em}
.pv3 .pv3-graded img,.pv3 img.pv3-graded{filter:saturate(1.07) contrast(1.05) brightness(1.015)}
.pv3 .pv3-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ui);
  font-weight:600;font-size:.95rem;padding:1rem 2rem;border-radius:100px;cursor:pointer;
  border:0;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s,background .28s}
/* Override the existing .entry-content a teal rule (specificity 0,3,2) */
.entry-content .pv3 a.pv3-btn{color:#fff;text-decoration:none}
.entry-content .pv3 a.pv3-btn.pv3-btn-line{color:var(--navy)}
.pv3 .pv3-btn-primary{background:var(--orange);color:#fff!important;
  box-shadow:0 18px 34px -16px rgba(255,106,41,.7)}
.pv3 .pv3-btn-primary:hover{transform:translateY(-3px);box-shadow:0 24px 44px -16px rgba(255,106,41,.85)}
.pv3 .pv3-btn-line{background:transparent;color:var(--navy)!important;border:1.5px solid var(--line)}
.pv3 .pv3-btn-line:hover{border-color:var(--navy);transform:translateY(-2px)}
.pv3 :focus-visible{outline:3px solid var(--teal);outline-offset:3px}
.pv3 .pv3-reveal{opacity:0;transform:translateY(36px);
  transition:opacity .9s ease,transform .9s cubic-bezier(.2,.8,.2,1)}
.pv3 .pv3-reveal.pv3-in{opacity:1;transform:none}
.pv3 .pv3-secthead{display:flex;align-items:flex-end;gap:1.5rem;margin-bottom:3.2rem}
.pv3 .pv3-secthead .pv3-idx{padding-bottom:.5rem;white-space:nowrap}
.pv3 .pv3-secthead h2{font-size:clamp(2rem,4.4vw,3.5rem);font-weight:600;flex:1}
.pv3 .pv3-secthead h2 em{font-style:italic;font-weight:400;color:var(--teal)}
.pv3 .pv3-pad{padding:clamp(5rem,11vh,9rem) 0}

/* ===== HERO ===== */
.pv3 .pv3-hero{position:relative;min-height:94vh;display:flex;align-items:flex-end;
  color:#fff;overflow:hidden;margin:0}
.pv3 .pv3-slides{position:absolute;inset:0}
.pv3 .pv3-slide{position:absolute;inset:0;opacity:0;animation:pv3-cycle 27s infinite}
.pv3 .pv3-slide img{width:100%;height:100%;object-fit:cover}
.pv3 .pv3-slide:nth-child(1){animation-delay:0s}
.pv3 .pv3-slide:nth-child(2){animation-delay:9s}
.pv3 .pv3-slide:nth-child(3){animation-delay:18s}
@keyframes pv3-cycle{0%{opacity:0;transform:scale(1.12)}4%{opacity:1}30%{opacity:1}37%{opacity:0;transform:scale(1)}100%{opacity:0}}
.pv3 .pv3-hero::after{content:"";position:absolute;inset:0;z-index:2;
  background:linear-gradient(100deg,rgba(6,24,43,.85) 0%,rgba(6,24,43,.5) 40%,rgba(6,24,43,.1) 70%,rgba(6,24,43,0) 100%),
    linear-gradient(0deg,rgba(6,24,43,.7),rgba(6,24,43,0) 45%)}
.pv3 .pv3-hero-inner{position:relative;z-index:3;padding:5rem 0 4rem;width:100%}
.pv3 .pv3-hero .pv3-kicker{color:#fff;opacity:.9}
.pv3 .pv3-hero h1{color:#fff;font-size:clamp(3rem,8vw,7rem);font-weight:500;
  margin:1.4rem 0 1.3rem;max-width:15ch;letter-spacing:-.025em;
  text-shadow:0 4px 40px rgba(0,0,0,.4)}
.pv3 .pv3-hero h1 em{font-style:italic;font-weight:400;color:var(--gold)}
.pv3 .pv3-hero .pv3-lede{font-size:clamp(1.05rem,1.6vw,1.3rem);color:rgba(255,255,255,.9);
  max-width:50ch;line-height:1.6;font-weight:400}
.pv3 .pv3-planbar{display:flex;align-items:stretch;gap:0;margin:2.6rem 0 1.4rem;
  max-width:760px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(16px);border-radius:18px;overflow:hidden}
.pv3 .pv3-planbar .pv3-seg{flex:1;padding:1rem 1.3rem;
  border-right:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;gap:.2rem;min-width:0}
.pv3 .pv3-planbar .pv3-seg label{font-size:.66rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:rgba(255,255,255,.65);margin:0}
.pv3 .pv3-planbar .pv3-seg select{background:transparent;border:0;color:#fff;
  font-family:var(--ui);font-size:.96rem;font-weight:600;cursor:pointer;outline:0;
  width:100%;padding:0}
.pv3 .pv3-planbar .pv3-seg select option{color:#1a1a1a}
.pv3 .pv3-planbar .pv3-go{border:0;background:var(--orange);color:#fff;
  font-family:var(--ui);font-weight:700;font-size:.95rem;padding:0 2.1rem;cursor:pointer;
  white-space:nowrap;transition:background .25s}
.pv3 .pv3-planbar .pv3-go:hover{background:#ff7d44}
.pv3 .pv3-hero .pv3-loc{font-size:.9rem;color:rgba(255,255,255,.72)}
@media(max-width:760px){.pv3 .pv3-planbar{flex-direction:column;max-width:none}
  .pv3 .pv3-planbar .pv3-seg{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .pv3 .pv3-planbar .pv3-go{padding:1rem}}

/* ===== JENNY ===== */
.pv3 .pv3-jenny{position:relative;padding:clamp(5rem,11vh,8.5rem) 0;overflow:hidden}
.pv3 .pv3-jenny-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:5.5rem;align-items:center}
.pv3 .pv3-jenny-photo{position:relative}
.pv3 .pv3-jenny-photo>img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:24px;
  box-shadow:var(--shadow)}
.pv3 .pv3-jenny-photo .pv3-sig{position:absolute;right:-26px;bottom:-26px;background:#fff;
  border-radius:18px;padding:1.3rem 1.6rem;box-shadow:var(--shadow-sm);max-width:230px}
.pv3 .pv3-jenny-photo .pv3-sig .pv3-nm{font-family:var(--disp);font-style:italic;font-size:1.5rem;
  color:var(--navy);line-height:1;margin-bottom:.35rem}
.pv3 .pv3-jenny-photo .pv3-sig small{font-size:.74rem;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase;color:var(--teal)}
.pv3 .pv3-jenny-photo::before{content:"";position:absolute;left:-40px;top:-40px;
  width:140px;height:140px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,166,166,.22),transparent 70%);z-index:-1}
.pv3 .pv3-jenny-body .pv3-kicker{color:var(--orange)}
.pv3 .pv3-jenny-body h2{font-size:clamp(2rem,4vw,3.4rem);font-weight:600;margin:1.1rem 0 1.5rem}
.pv3 .pv3-jenny-body h2 em{font-style:italic;font-weight:400;color:var(--teal)}
.pv3 .pv3-jenny-body p{font-size:1.08rem;color:#48535c;max-width:52ch;margin-bottom:1.1rem}
.pv3 .pv3-jenny-proof{display:flex;gap:0;margin-top:2rem;border-top:1px solid var(--line);padding-top:1.7rem}
.pv3 .pv3-jenny-proof div{padding-right:2.4rem;margin-right:2.4rem;border-right:1px solid var(--line)}
.pv3 .pv3-jenny-proof div:last-child{border:0;margin:0;padding:0}
.pv3 .pv3-jenny-proof b{font-family:var(--disp);display:block;font-size:1.9rem;font-weight:600;
  color:var(--navy);line-height:1}
.pv3 .pv3-jenny-proof span{font-size:.82rem;color:#6c757c;font-weight:500}
@media(max-width:900px){.pv3 .pv3-jenny-grid{grid-template-columns:1fr;gap:3.5rem}
  .pv3 .pv3-jenny-photo .pv3-sig{right:1rem;bottom:-22px}}

/* ===== EXPERIENCES RAIL ===== */
.pv3 .pv3-rail-sec{background:var(--sand)}
.pv3 .pv3-rail{display:flex;gap:1.6rem;overflow-x:auto;padding:0 34px 1.5rem;
  scroll-snap-type:x mandatory;scrollbar-width:none;margin:0 -34px}
.pv3 .pv3-rail::-webkit-scrollbar{display:none}
.pv3 .pv3-rail-card{position:relative;flex:0 0 340px;height:480px;border-radius:22px;
  overflow:hidden;scroll-snap-align:start;box-shadow:var(--shadow-sm);transition:transform .4s}
.pv3 .pv3-rail-card:first-child{margin-left:max(34px,calc((100vw - var(--vmax))/2 + 34px))}
.pv3 .pv3-rail-card:hover{transform:translateY(-8px)}
.pv3 .pv3-rail-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform .9s cubic-bezier(.2,.8,.2,1)}
.pv3 .pv3-rail-card:hover img{transform:scale(1.07)}
.pv3 .pv3-rail-card::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(6,24,43,.15) 0%,rgba(6,24,43,0) 35%,rgba(6,24,43,.78) 100%)}
.pv3 .pv3-rail-card .pv3-rc{position:absolute;inset:0;z-index:2;padding:2rem;color:#fff;
  display:flex;flex-direction:column;justify-content:space-between}
.pv3 .pv3-rail-card .pv3-rn{font-family:var(--disp);font-size:2.6rem;font-weight:500;
  color:rgba(255,255,255,.55)}
.pv3 .pv3-rail-card h3{color:#fff;font-size:1.5rem;font-weight:500;margin-bottom:.4rem}
.pv3 .pv3-rail-card p{font-size:.92rem;color:rgba(255,255,255,.82);line-height:1.55;margin:0}
.pv3 .pv3-railhint{font-size:.78rem;color:#9a8f7c;letter-spacing:.06em;margin-top:1.5rem;padding-left:0}

/* ===== HOW IT WORKS ===== */
.pv3 .pv3-how-wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;
  gap:5rem;align-items:center}
.pv3 .pv3-how-list{counter-reset:s}
.pv3 .pv3-how-step{display:flex;gap:1.8rem;padding:1.9rem 0;border-bottom:1px solid var(--line)}
.pv3 .pv3-how-step:first-child{border-top:1px solid var(--line)}
.pv3 .pv3-how-step .pv3-num{counter-increment:s;font-family:var(--disp);font-size:2.4rem;
  font-weight:500;color:var(--orange);line-height:1;min-width:2.4rem}
.pv3 .pv3-how-step .pv3-num::before{content:counter(s,decimal-leading-zero)}
.pv3 .pv3-how-step h3{font-size:1.35rem;font-weight:600;margin-bottom:.35rem}
.pv3 .pv3-how-step p{font-size:.98rem;color:#56616a;max-width:42ch;margin:0}
.pv3 .pv3-how-img{position:relative;border-radius:24px;overflow:hidden;
  box-shadow:var(--shadow);aspect-ratio:4/5}
.pv3 .pv3-how-img img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.pv3 .pv3-how-wrap{grid-template-columns:1fr;gap:3rem}
  .pv3 .pv3-how-img{aspect-ratio:16/10}}

/* ===== POPULAR ===== */
.pv3 .pv3-pop-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem}
.pv3 .pv3-pop-feat{position:relative;border-radius:24px;overflow:hidden;min-height:480px;
  box-shadow:var(--shadow-sm)}
.pv3 .pv3-pop-feat img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform .9s}
.pv3 .pv3-pop-feat:hover img{transform:scale(1.05)}
.pv3 .pv3-pop-feat::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(6,24,43,0) 40%,rgba(6,24,43,.8))}
.pv3 .pv3-pop-feat .pv3-pc{position:absolute;left:0;bottom:0;z-index:2;padding:2.6rem;color:#fff}
.pv3 .pv3-pop-feat .pv3-lbl{font-family:var(--ui);font-size:.7rem;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem;display:block}
.pv3 .pv3-pop-feat h3{color:#fff;font-size:2rem;font-weight:500;margin-bottom:.5rem}
.pv3 .pv3-pop-feat .pv3-mt{display:flex;align-items:center;gap:1rem;font-size:.92rem;color:rgba(255,255,255,.85)}
.pv3 .pv3-pop-list{display:flex;flex-direction:column}
.pv3 .pv3-pl{display:flex;gap:1.3rem;align-items:center;padding:1.35rem 0;
  border-bottom:1px solid var(--line);transition:padding-left .3s}
.pv3 .pv3-pl:first-child{padding-top:0}
.pv3 .pv3-pl:hover{padding-left:.5rem}
.pv3 .pv3-pl img{width:96px;height:74px;object-fit:cover;border-radius:12px;flex:none}
.pv3 .pv3-pl .pv3-pli{flex:1;min-width:0}
.pv3 .pv3-pl h4{font-family:var(--disp);font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.2rem}
.pv3 .pv3-pl .pv3-sub{font-size:.83rem;color:#79828a}
.pv3 .pv3-pl .pv3-pr{font-family:var(--disp);font-weight:600;color:var(--navy);font-size:1.05rem;white-space:nowrap}
@media(max-width:900px){.pv3 .pv3-pop-wrap{grid-template-columns:1fr}.pv3 .pv3-pop-feat{min-height:380px}}

/* ===== PROOF ===== */
.pv3 .pv3-proof{position:relative;color:#fff;overflow:hidden;text-align:center}
.pv3 .pv3-proof>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:.16;filter:grayscale(.3)}
.pv3 .pv3-proof::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(6,24,43,.78),rgba(10,45,77,.92))}
.pv3 .pv3-proof .pv3-wrap{position:relative;z-index:2}
.pv3 .pv3-proof .pv3-kicker{color:var(--gold)}
.pv3 .pv3-proof blockquote{font-family:var(--disp);font-style:italic;font-weight:400;
  font-size:clamp(1.6rem,3.6vw,2.7rem);line-height:1.32;color:#fff;max-width:18ch;
  margin:1.6rem auto 2rem;text-wrap:balance}
.pv3 .pv3-proof .pv3-by{font-size:.95rem;color:rgba(255,255,255,.7);margin-bottom:3.5rem}
.pv3 .pv3-proof .pv3-by b{color:#fff;font-weight:600}
.pv3 .pv3-proof .pv3-nums{display:flex;justify-content:center;gap:0;flex-wrap:wrap}
.pv3 .pv3-proof .pv3-nums div{padding:0 3rem;border-right:1px solid rgba(255,255,255,.18)}
.pv3 .pv3-proof .pv3-nums div:last-child{border:0}
.pv3 .pv3-proof .pv3-nums b{font-family:var(--disp);display:block;font-size:2.6rem;font-weight:500;color:var(--gold)}
.pv3 .pv3-proof .pv3-nums span{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.65)}
@media(max-width:700px){.pv3 .pv3-proof .pv3-nums div{padding:1rem 1.6rem;border-right:0}}

/* ===== PLAN FORM ===== */
.pv3 .pv3-plan-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:4.5rem;align-items:start}
.pv3 .pv3-plan-l .pv3-kicker{color:var(--orange)}
.pv3 .pv3-plan-l h2{font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:600;margin:1rem 0 1.3rem}
.pv3 .pv3-plan-l p{color:#56616a;max-width:36ch;margin-bottom:2rem}
.pv3 .pv3-plan-l .pv3-fromj{display:flex;align-items:center;gap:.9rem;font-size:.92rem;
  color:var(--navy);font-weight:600}
.pv3 .pv3-plan-l .pv3-fromj img{width:44px;height:44px;border-radius:50%;object-fit:cover;
  border:2px solid var(--gold)}
.pv3 form.pv3-plan{background:#fff;border:1px solid var(--line);border-radius:26px;
  padding:2.6rem;box-shadow:var(--shadow-sm)}
.pv3 .pv3-frow{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1.1rem}
.pv3 .pv3-frow.pv3-one{grid-template-columns:1fr}
.pv3 form.pv3-plan label{display:block;font-family:var(--ui);font-size:.74rem;font-weight:700;
  color:var(--navy);margin-bottom:.4rem;letter-spacing:.05em;text-transform:uppercase}
.pv3 form.pv3-plan input,.pv3 form.pv3-plan select,.pv3 form.pv3-plan textarea{
  width:100%;font-family:var(--ui);font-size:.94rem;padding:.85rem .95rem;
  border:1.5px solid var(--line);border-radius:13px;background:var(--paper);color:var(--ink);
  transition:border-color .2s,box-shadow .2s}
.pv3 form.pv3-plan textarea{resize:vertical;min-height:96px}
.pv3 form.pv3-plan input:focus,.pv3 form.pv3-plan select:focus,.pv3 form.pv3-plan textarea:focus{
  outline:0;border-color:var(--teal);box-shadow:0 0 0 4px rgba(0,166,166,.13)}
.pv3 .pv3-fbtns{display:flex;gap:1rem;margin-top:1.7rem;flex-wrap:wrap}
.pv3 .pv3-fbtns .pv3-btn{flex:1;justify-content:center;min-width:210px}
.pv3 .pv3-formnote{text-align:center;font-size:.82rem;color:#8a9399;margin-top:1.1rem}
#playacr-form-success{background:#e6f7f7;border:1px solid var(--teal);border-radius:14px;
  padding:1.2rem 1.4rem;color:var(--navy);font-weight:600;text-align:center}
@media(max-width:960px){.pv3 .pv3-plan-grid{grid-template-columns:1fr;gap:2.5rem}
  .pv3 .pv3-frow{grid-template-columns:1fr}}

/* Defuse Kadence content-area margins so v3 sections go full-bleed.
   Critical: Kadence has the homepage constrained to .content-width-narrow (842px).
   Force the content container to full viewport width on home so alignfull
   calc(50% - 50vw) actually aligns to the viewport edges. */
body.home .content-container.site-container,
body.page-id-4 .content-container.site-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important}
body.home .content-area,body.page-id-4 .content-area{margin:0!important;padding:0!important}
body.home .entry-content-wrap,body.page-id-4 .entry-content-wrap{padding:0!important}
body.home .entry.single-entry,body.page-id-4 .entry.single-entry{box-shadow:none!important;background:transparent!important}
body.home .entry-content,body.page-id-4 .entry-content{margin:0!important;padding:0!important;max-width:100%!important}
body.home .pv3,body.page-id-4 .pv3{width:100%;max-width:none;overflow-x:hidden}
body.home .alignfull,body.page-id-4 .alignfull{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}

/* ===== MOBILE POLISH ===== */
@media (max-width:760px){
  .pv3 .pv3-wrap{padding:0 20px}
  .pv3 .pv3-pad{padding:clamp(3.5rem,8vh,5.5rem) 0}
  /* hero */
  .pv3 .pv3-hero{min-height:86vh}
  .pv3 .pv3-hero-inner{padding:4rem 0 3rem}
  .pv3 .pv3-hero h1{font-size:clamp(2.5rem,11vw,3.6rem);margin:1rem 0 .9rem;max-width:none}
  .pv3 .pv3-hero .pv3-lede{font-size:1rem;max-width:none}
  .pv3 .pv3-planbar{margin:1.8rem 0 1.2rem}
  .pv3 .pv3-planbar .pv3-go{font-size:1rem;padding:1.05rem}
  .pv3 .pv3-hero .pv3-loc{font-size:.85rem}
  /* section heads stack */
  .pv3 .pv3-secthead{flex-direction:column;align-items:flex-start;gap:.7rem;margin-bottom:2rem}
  .pv3 .pv3-secthead .pv3-idx{padding:0}
  .pv3 .pv3-secthead h2{font-size:clamp(1.85rem,7vw,2.4rem)}
  /* jenny */
  .pv3 .pv3-jenny{padding:clamp(3.5rem,8vh,6rem) 0}
  .pv3 .pv3-jenny-grid{gap:2.6rem}
  .pv3 .pv3-jenny-body h2{font-size:clamp(1.85rem,7vw,2.4rem)}
  .pv3 .pv3-jenny-body p{font-size:1rem;max-width:none}
  .pv3 .pv3-jenny-photo>img{border-radius:18px}
  .pv3 .pv3-jenny-photo .pv3-sig{right:.6rem;bottom:-18px;padding:1rem 1.2rem;max-width:200px}
  .pv3 .pv3-jenny-photo .pv3-sig .pv3-nm{font-size:1.3rem}
  .pv3 .pv3-jenny-proof{flex-wrap:wrap;gap:1.1rem 1.5rem;margin-top:1.6rem;padding-top:1.4rem}
  .pv3 .pv3-jenny-proof div{padding:0;margin:0;border:0;flex:1 1 30%;min-width:90px}
  .pv3 .pv3-jenny-proof b{font-size:1.4rem}
  .pv3 .pv3-jenny-proof span{font-size:.78rem}
  /* rail */
  .pv3 .pv3-rail{padding:0 20px 1.2rem;margin:0 -20px;gap:1rem}
  .pv3 .pv3-rail-card{flex:0 0 280px;height:420px}
  .pv3 .pv3-rail-card:first-child{margin-left:20px}
  .pv3 .pv3-rail-card .pv3-rc{padding:1.4rem}
  .pv3 .pv3-rail-card h3{font-size:1.25rem}
  .pv3 .pv3-rail-card .pv3-rn{font-size:2.1rem}
  .pv3 .pv3-railhint{font-size:.74rem;margin-top:1rem}
  /* how */
  .pv3 .pv3-how-step{padding:1.4rem 0;gap:1.2rem}
  .pv3 .pv3-how-step .pv3-num{font-size:2rem;min-width:1.9rem}
  .pv3 .pv3-how-step h3{font-size:1.2rem}
  /* popular */
  .pv3 .pv3-pop-feat{min-height:320px}
  .pv3 .pv3-pop-feat .pv3-pc{padding:1.6rem}
  .pv3 .pv3-pop-feat h3{font-size:1.5rem}
  .pv3 .pv3-pl{padding:1.1rem 0;gap:1rem}
  .pv3 .pv3-pl img{width:72px;height:60px}
  .pv3 .pv3-pl h4{font-size:1rem}
  .pv3 .pv3-pl .pv3-sub{font-size:.78rem}
  /* proof */
  .pv3 .pv3-proof blockquote{font-size:clamp(1.4rem,6.5vw,1.8rem);max-width:16ch}
  .pv3 .pv3-proof .pv3-by{margin-bottom:2.4rem;font-size:.88rem}
  .pv3 .pv3-proof .pv3-nums b{font-size:1.9rem}
  /* form */
  .pv3 .pv3-plan-grid{gap:2rem}
  .pv3 form.pv3-plan{padding:1.6rem;border-radius:20px}
  .pv3 .pv3-fbtns{flex-direction:column;gap:.7rem}
  .pv3 .pv3-fbtns .pv3-btn{min-width:0;width:100%}
}
@media (max-width:480px){
  .pv3 .pv3-hero h1{font-size:clamp(2.2rem,11vw,3rem)}
  .pv3 .pv3-rail-card{flex:0 0 260px;height:380px}
  .pv3 .pv3-jenny-photo .pv3-sig{max-width:170px;padding:.85rem 1rem}
  .pv3 .pv3-jenny-proof div{flex:1 1 45%}
}

/* ========================================================================
   OVERRIDES — defeat the existing playacr-styles.css !important heading
   rules (Poppins forced, navy forced, 3.5rem forced) so v3 typography wins.
   ======================================================================== */
.pv3 h1,.pv3 h2,.pv3 h3{font-family:var(--disp)!important;color:var(--navy)!important;
  font-weight:600!important;line-height:1.04!important;letter-spacing:-.015em!important}
.pv3 .pv3-hero h1{color:#fff!important;font-size:clamp(3rem,8vw,7rem)!important;
  font-weight:500!important;margin:1.4rem 0 1.3rem!important;max-width:15ch!important;
  letter-spacing:-.025em!important;text-shadow:0 4px 40px rgba(0,0,0,.4)!important}
.pv3 .pv3-hero h1 em{color:var(--gold)!important;font-style:italic!important;font-weight:400!important}
.pv3 .pv3-jenny-body h2{font-size:clamp(2rem,4vw,3.4rem)!important;font-weight:600!important}
.pv3 .pv3-jenny-body h2 em{color:var(--teal)!important;font-style:italic!important;font-weight:400!important}
.pv3 .pv3-secthead h2{font-size:clamp(2rem,4.4vw,3.5rem)!important;font-weight:600!important}
.pv3 .pv3-secthead h2 em{color:var(--teal)!important;font-style:italic!important;font-weight:400!important}
.pv3 .pv3-pop-feat h3{color:#fff!important;font-size:2rem!important;font-weight:500!important}
.pv3 .pv3-rail-card h3{color:#fff!important;font-size:1.5rem!important;font-weight:500!important}
.pv3 .pv3-how-step h3{font-size:1.35rem!important;font-weight:600!important}
.pv3 .pv3-plan-l h2{font-size:clamp(1.9rem,3.4vw,2.8rem)!important;font-weight:600!important}
.pv3 .pv3-proof blockquote{font-family:var(--disp)!important;font-style:italic!important;
  font-weight:400!important;font-size:clamp(1.6rem,3.6vw,2.7rem)!important;color:#fff!important;
  line-height:1.32!important}
.pv3 .pv3-proof .pv3-nums b{font-family:var(--disp)!important;font-size:2.6rem!important;
  font-weight:500!important;color:var(--gold)!important;line-height:1!important}
.pv3 .pv3-jenny-proof b{font-family:var(--disp)!important;font-size:1.9rem!important;
  font-weight:600!important;color:var(--navy)!important;line-height:1!important}
.pv3 .pv3-jenny-photo .pv3-sig .pv3-nm{font-family:var(--disp)!important;font-style:italic!important;
  font-size:1.5rem!important;color:var(--navy)!important;line-height:1!important;font-weight:500!important}
.pv3 .pv3-pl h4{font-family:var(--disp)!important;font-size:1.15rem!important;
  font-weight:600!important;color:var(--navy)!important}
.pv3 .pv3-pl .pv3-pr{font-family:var(--disp)!important;font-weight:600!important;
  color:var(--navy)!important;font-size:1.05rem!important}
/* mobile typography overrides */
@media (max-width:760px){
  .pv3 .pv3-hero h1{font-size:clamp(2.5rem,11vw,3.6rem)!important;max-width:none!important}
  .pv3 .pv3-secthead h2{font-size:clamp(1.85rem,7vw,2.4rem)!important}
  .pv3 .pv3-jenny-body h2{font-size:clamp(1.85rem,7vw,2.4rem)!important}
  .pv3 .pv3-jenny-photo .pv3-sig .pv3-nm{font-size:1.3rem!important}
  .pv3 .pv3-pop-feat h3{font-size:1.5rem!important}
  .pv3 .pv3-rail-card h3{font-size:1.25rem!important}
  .pv3 .pv3-jenny-proof b{font-size:1.4rem!important}
  .pv3 .pv3-proof blockquote{font-size:clamp(1.4rem,6.5vw,1.8rem)!important}
  .pv3 .pv3-proof .pv3-nums b{font-size:1.9rem!important}
}
@media (max-width:480px){
  .pv3 .pv3-hero h1{font-size:clamp(2.2rem,11vw,3rem)!important}
}
