.phh-page{
  margin:0;
  background:#ffffff;
  color:var(--phh-text);
  font-family:var(--phh-font-body);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  --pu:var(--phh-purple);
  --pu2:var(--phh-purple-btn);
  --pu3:var(--phh-purple-dark);
  --pub:#f3e8ff;
  --pul:#fcf8ff;
  --ink:var(--phh-text);
  --ink2:var(--phh-text-muted);
  --ink3:#6b7280;
  --bg:var(--phh-font-head);
  --is:var(--phh-font-body);
}

.phh-page *,
.phh-page *::before,
.phh-page *::after{
  box-sizing:border-box;
}

.phh-page a{
  color:inherit;
}

.phh-page img{
  display:block;
  max-width:100%;
  height:auto;
}

.phh-page img.phh-logo-img{
  height:40px!important;
  width:auto!important;
  max-width:none!important;
}

.phh-page img.phh-drawer-logo{
  height:32px!important;
  width:auto!important;
  max-width:none!important;
}

.phh-page img.phh-footer-logo-img{
  height:50px!important;
  width:auto!important;
  max-width:none!important;
}

.phh-page main{
  overflow:hidden;
}

.phh-r-shell{
  width:min(100% - 56px,1200px);
  margin:0 auto;
}

.phh-r-hero{
  position:relative;
  padding:40px 0 72px;
}

.phh-r-hero::before,
.phh-r-hero::after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
}

.phh-r-hero--brand{
  background:linear-gradient(135deg,#2e1065 0%,#4c1d95 45%,#6B21A8 100%);
  color:#ffffff;
}

.phh-r-hero--brand::before{
  width:460px;
  height:460px;
  right:-160px;
  top:-120px;
  background:radial-gradient(circle,rgba(255,255,255,.16) 0%,rgba(255,255,255,0) 70%);
}

.phh-r-hero--brand::after{
  width:360px;
  height:360px;
  left:-160px;
  bottom:-180px;
  background:radial-gradient(circle,rgba(163,230,53,.16) 0%,rgba(163,230,53,0) 72%);
}

.phh-r-hero--light{
  background:linear-gradient(180deg,#fbf8ff 0%,#ffffff 100%);
}

.phh-r-hero--light::before{
  width:320px;
  height:320px;
  right:-120px;
  top:-90px;
  background:radial-gradient(circle,rgba(107,33,168,.12) 0%,rgba(107,33,168,0) 72%);
}

.phh-r-hero--light::after{
  width:280px;
  height:280px;
  left:-100px;
  bottom:-160px;
  background:radial-gradient(circle,rgba(216,180,254,.22) 0%,rgba(216,180,254,0) 72%);
}

.phh-r-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:28px;
  align-items:start;
}

.phh-r-hero-copy{
  max-width:700px;
}

.phh-r-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  font-family:var(--phh-font-head);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.phh-r-hero--brand .phh-r-kicker{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.92);
}

.phh-r-hero--light .phh-r-kicker,
.phh-r-section .phh-r-kicker{
  background:rgba(107,33,168,.08);
  color:var(--phh-purple);
  border:1px solid rgba(107,33,168,.10);
}

.phh-r-title{
  margin:18px 0 18px;
  font-family:var(--phh-font-head);
  font-size:clamp(2.35rem,5vw,4.9rem);
  line-height:.98;
  letter-spacing:-.05em;
}

.phh-r-hero--brand .phh-r-title{
  color:#ffffff;
}

.phh-r-hero--light .phh-r-title,
.phh-r-section-title{
  color:var(--phh-text);
}

.phh-r-title em,
.phh-r-section-title em{
  font-style:normal;
  color:#c4f047;
}

.phh-r-hero--light .phh-r-title em,
.phh-r-section-title em{
  color:var(--phh-purple);
}

.phh-r-copy{
  margin:0;
  font-size:1.05rem;
  line-height:1.8;
  max-width:62ch;
}

.phh-r-hero--brand .phh-r-copy{
  color:rgba(255,255,255,.82);
}

.phh-r-hero--light .phh-r-copy,
.phh-r-section-copy{
  color:var(--phh-text-muted);
}

.phh-r-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.phh-r-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
}

.phh-r-hero--brand .phh-r-badge{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#ffffff;
}

.phh-r-hero--light .phh-r-badge,
.phh-r-surface .phh-r-badge{
  background:#ffffff;
  border:1px solid rgba(107,33,168,.10);
  color:var(--phh-text);
  box-shadow:0 12px 28px rgba(30,27,75,.05);
}

.phh-r-btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.phh-r-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:52px;
  padding:14px 22px;
  border-radius:18px;
  font-family:var(--phh-font-head);
  font-size:15px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  transition:transform .22s var(--phh-ease),box-shadow .22s var(--phh-ease),background-color .22s var(--phh-ease),border-color .22s var(--phh-ease),color .22s var(--phh-ease);
}

.phh-r-btn:hover{
  transform:translateY(-2px);
}

.phh-r-btn--primary{
  background:linear-gradient(135deg,var(--phh-purple-dark) 0%,var(--phh-purple-btn) 100%);
  color:#ffffff!important;
  box-shadow:0 16px 32px rgba(76,29,149,.20);
}

.phh-r-btn--primary:hover{
  box-shadow:0 22px 40px rgba(76,29,149,.28);
}

.phh-r-btn--light{
  background:#ffffff;
  color:var(--phh-purple-dark)!important;
  box-shadow:0 16px 32px rgba(15,23,42,.10);
}

.phh-r-btn--soft{
  background:rgba(255,255,255,.10);
  color:#ffffff!important;
  border:1px solid rgba(255,255,255,.18);
}

.phh-r-btn--ghost{
  background:#ffffff;
  color:var(--phh-purple)!important;
  border:1px solid rgba(107,33,168,.14);
}

.phh-r-panel{
  border-radius:28px;
  padding:24px;
  border:1px solid rgba(107,33,168,.10);
  box-shadow:0 24px 60px rgba(30,27,75,.08);
}

.phh-r-hero--brand .phh-r-panel{
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.14);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  color:#ffffff;
}

.phh-r-hero--light .phh-r-panel,
.phh-r-surface{
  background:#ffffff;
}

.phh-r-panel-title{
  margin:0 0 10px;
  font-family:var(--phh-font-head);
  font-size:1.45rem;
  line-height:1.1;
  letter-spacing:-.03em;
}

.phh-r-panel-copy{
  margin:0;
  font-size:14px;
  line-height:1.7;
}

.phh-r-hero--brand .phh-r-panel-copy{
  color:rgba(255,255,255,.78);
}

.phh-r-hero--light .phh-r-panel-copy,
.phh-r-surface .phh-r-panel-copy{
  color:var(--phh-text-muted);
}

.phh-r-stat-grid,
.phh-r-mini-grid,
.phh-r-card-grid,
.phh-r-link-grid,
.phh-r-compare-grid,
.phh-r-price-grid{
  display:grid;
  gap:16px;
}

.phh-r-stat-grid{
  margin-top:20px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.phh-r-stat-card{
  padding:16px;
  border-radius:20px;
  border:1px solid rgba(107,33,168,.10);
}

.phh-r-hero--brand .phh-r-stat-card{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.12);
}

.phh-r-hero--light .phh-r-stat-card,
.phh-r-surface .phh-r-stat-card{
  background:#ffffff;
  box-shadow:0 12px 28px rgba(30,27,75,.05);
}

.phh-r-stat-label{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.phh-r-hero--brand .phh-r-stat-label{
  color:rgba(255,255,255,.58);
}

.phh-r-hero--light .phh-r-stat-label,
.phh-r-surface .phh-r-stat-label{
  color:var(--phh-text-muted);
}

.phh-r-stat-value{
  display:block;
  font-family:var(--phh-font-head);
  font-size:1.28rem;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.03em;
}

.phh-r-hero--brand .phh-r-stat-value{
  color:#ffffff;
}

.phh-r-stat-note{
  display:block;
  margin-top:6px;
  font-size:13px;
  line-height:1.6;
}

.phh-r-hero--brand .phh-r-stat-note{
  color:rgba(255,255,255,.78);
}

.phh-r-hero--light .phh-r-stat-note,
.phh-r-surface .phh-r-stat-note{
  color:var(--phh-text-muted);
}

.phh-r-inline-list{
  margin:20px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.phh-r-inline-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  font-size:14px;
  line-height:1.7;
}

.phh-r-inline-list li::before{
  content:"";
  flex:0 0 10px;
  width:10px;
  height:10px;
  margin-top:8px;
  border-radius:999px;
  background:#c4f047;
  box-shadow:0 0 0 4px rgba(196,240,71,.18);
}

.phh-r-hero--light .phh-r-inline-list li::before,
.phh-r-surface .phh-r-inline-list li::before{
  background:var(--phh-purple);
  box-shadow:0 0 0 4px rgba(107,33,168,.10);
}

.phh-r-hero--brand .phh-r-inline-list li{
  color:rgba(255,255,255,.88);
}

.phh-r-hero--light .phh-r-inline-list li,
.phh-r-surface .phh-r-inline-list li{
  color:var(--phh-text-muted);
}

.phh-r-section{
  padding:72px 0;
}

.phh-r-section--soft{
  background:linear-gradient(180deg,#fbf8ff 0%,#ffffff 100%);
}

.phh-r-section--cream{
  background:#fcf9ff;
}

.phh-r-section--dark{
  background:linear-gradient(135deg,#2e1065 0%,#4c1d95 100%);
  color:#ffffff;
}

.phh-r-head{
  max-width:760px;
  margin-bottom:34px;
}

.phh-r-section-title{
  margin:16px 0 14px;
  font-family:var(--phh-font-head);
  font-size:clamp(2rem,3.6vw,3.5rem);
  line-height:1.02;
  letter-spacing:-.04em;
}

.phh-r-section--dark .phh-r-section-title{
  color:#ffffff;
}

.phh-r-section-copy{
  margin:0;
  font-size:1rem;
  line-height:1.8;
  max-width:64ch;
}

.phh-r-section--dark .phh-r-section-copy{
  color:rgba(255,255,255,.78);
}

.phh-r-card-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.phh-r-card,
.phh-r-link-card,
.phh-r-compare-card,
.phh-r-price-card{
  background:#ffffff;
  border:1px solid rgba(107,33,168,.10);
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 44px rgba(30,27,75,.06);
}

.phh-r-card h3,
.phh-r-link-card h3,
.phh-r-compare-card h3,
.phh-r-price-card h3{
  margin:0 0 10px;
  font-family:var(--phh-font-head);
  font-size:1.28rem;
  line-height:1.15;
  letter-spacing:-.02em;
  color:var(--phh-text);
}

.phh-r-card p,
.phh-r-link-card p,
.phh-r-compare-card p,
.phh-r-price-card p{
  margin:0;
  font-size:14px;
  line-height:1.75;
  color:var(--phh-text-muted);
}

.phh-r-card ul,
.phh-r-compare-card ul,
.phh-r-price-card ul{
  margin:16px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.phh-r-card li,
.phh-r-compare-card li,
.phh-r-price-card li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  line-height:1.7;
  color:var(--phh-text-muted);
}

.phh-r-card li::before,
.phh-r-compare-card li::before,
.phh-r-price-card li::before{
  content:"";
  width:9px;
  height:9px;
  margin-top:8px;
  border-radius:999px;
  flex:0 0 9px;
  background:var(--phh-purple);
  box-shadow:0 0 0 4px rgba(107,33,168,.10);
}

.phh-r-card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-bottom:16px;
  border-radius:16px;
  background:#f5edff;
  color:var(--phh-purple);
  font-family:var(--phh-font-head);
  font-size:18px;
  font-weight:700;
}

.phh-r-split{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:22px;
  align-items:start;
}

.phh-r-mini-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.phh-r-mini-card{
  padding:18px;
  border-radius:20px;
  background:#ffffff;
  border:1px solid rgba(107,33,168,.10);
  box-shadow:0 14px 32px rgba(30,27,75,.05);
}

.phh-r-mini-card strong{
  display:block;
  margin-bottom:6px;
  font-family:var(--phh-font-head);
  font-size:1rem;
  line-height:1.2;
  color:var(--phh-text);
}

.phh-r-mini-card span{
  display:block;
  font-size:13px;
  line-height:1.65;
  color:var(--phh-text-muted);
}

.phh-r-timeline{
  display:grid;
  gap:14px;
}

.phh-r-step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:flex-start;
  padding:18px 20px;
  background:#ffffff;
  border:1px solid rgba(107,33,168,.10);
  border-radius:22px;
  box-shadow:0 16px 36px rgba(30,27,75,.05);
}

.phh-r-step-num{
  width:40px;
  height:40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#f3e8ff;
  color:var(--phh-purple);
  font-family:var(--phh-font-head);
  font-size:14px;
  font-weight:800;
}

.phh-r-step strong{
  display:block;
  margin-bottom:6px;
  font-family:var(--phh-font-head);
  font-size:1.02rem;
  line-height:1.2;
  color:var(--phh-text);
}

.phh-r-step span{
  display:block;
  font-size:14px;
  line-height:1.7;
  color:var(--phh-text-muted);
}

.phh-r-compare-grid,
.phh-r-price-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.phh-r-compare-card--highlight{
  background:linear-gradient(135deg,#2e1065 0%,#4c1d95 100%);
  border-color:transparent;
}

.phh-r-compare-card--highlight h3,
.phh-r-compare-card--highlight p,
.phh-r-compare-card--highlight li{
  color:#ffffff;
}

.phh-r-compare-card--highlight li::before{
  background:#c4f047;
  box-shadow:0 0 0 4px rgba(196,240,71,.16);
}

.phh-r-price-amount{
  display:block;
  margin:4px 0 10px;
  font-family:var(--phh-font-head);
  font-size:2rem;
  line-height:1;
  letter-spacing:-.04em;
  color:var(--phh-purple-dark);
}

.phh-r-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.phh-r-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(107,33,168,.10);
  box-shadow:0 10px 22px rgba(30,27,75,.04);
  font-size:13px;
  font-weight:700;
  color:var(--phh-text);
  text-decoration:none;
}

.phh-r-link-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.phh-r-link-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  text-decoration:none;
  transition:transform .22s var(--phh-ease),box-shadow .22s var(--phh-ease),border-color .22s var(--phh-ease);
}

.phh-r-link-card:hover{
  transform:translateY(-4px);
  border-color:rgba(107,33,168,.20);
  box-shadow:0 24px 46px rgba(30,27,75,.10);
}

.phh-r-link-card .phh-r-link-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  color:var(--phh-purple);
}

.phh-r-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.phh-r-faq-card{
  background:#ffffff;
  border:1px solid rgba(107,33,168,.10);
  border-radius:24px;
  padding:22px;
  box-shadow:0 16px 36px rgba(30,27,75,.05);
}

.phh-r-faq-card h3{
  margin:0 0 12px;
  font-family:var(--phh-font-head);
  font-size:1.2rem;
  line-height:1.2;
  color:var(--phh-text);
}

.phh-r-faq-card details + details{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(107,33,168,.08);
}

.phh-r-faq-card summary{
  cursor:pointer;
  list-style:none;
  font-family:var(--phh-font-head);
  font-size:15px;
  font-weight:700;
  line-height:1.5;
  color:var(--phh-text);
}

.phh-r-faq-card summary::-webkit-details-marker{
  display:none;
}

.phh-r-faq-card details p{
  margin:8px 0 0;
  font-size:14px;
  line-height:1.75;
  color:var(--phh-text-muted);
}

.phh-r-note{
  margin-top:16px;
  font-size:13px;
  line-height:1.7;
  color:var(--phh-text-muted);
}

.phh-r-cta-band{
  padding:28px;
  border-radius:30px;
  background:linear-gradient(135deg,#2e1065 0%,#4c1d95 100%);
  color:#ffffff;
  box-shadow:0 24px 58px rgba(76,29,149,.16);
}

.phh-r-cta-band h2{
  margin:0 0 12px;
  font-family:var(--phh-font-head);
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.02;
  letter-spacing:-.04em;
}

.phh-r-cta-band p{
  margin:0;
  max-width:62ch;
  font-size:15px;
  line-height:1.8;
  color:rgba(255,255,255,.82);
}

.phh-r-cta-band .phh-r-btn-row{
  margin-top:22px;
}

.phh-r-divider{
  height:1px;
  margin:28px 0;
  background:rgba(107,33,168,.10);
}

.phh-r-lead-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:end;
}

.phh-r-form-note{
  margin-top:12px;
  font-size:13px;
  line-height:1.7;
  color:var(--phh-text-muted);
}

.phh-r-acquisition-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}

.phh-r-acquisition-item{
  padding:16px 18px;
  border-radius:20px;
  background:#ffffff;
  border:1px solid rgba(107,33,168,.10);
  box-shadow:0 14px 30px rgba(30,27,75,.05);
}

.phh-r-acquisition-item strong{
  display:block;
  margin-bottom:6px;
  font-family:var(--phh-font-head);
  font-size:1rem;
  color:var(--phh-text);
}

.phh-r-acquisition-item span{
  display:block;
  font-size:13px;
  line-height:1.65;
  color:var(--phh-text-muted);
}

@media (max-width:1100px){
  .phh-r-card-grid,
  .phh-r-link-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:960px){
  .phh-r-shell{
    width:min(100% - 40px,1200px);
  }

  .phh-page img.phh-logo-img{
    height:36px!important;
  }

  .phh-r-hero-grid,
  .phh-r-split,
  .phh-r-faq-grid,
  .phh-r-compare-grid,
  .phh-r-price-grid,
  .phh-r-lead-top{
    grid-template-columns:1fr;
  }

  .phh-r-hero{
    padding:32px 0 60px;
  }
}

@media (max-width:767px){
  .phh-r-shell{
    width:min(100% - 28px,1200px);
  }

  .phh-page img.phh-logo-img{
    height:34px!important;
  }

  .phh-page img.phh-footer-logo-img{
    height:44px!important;
  }

  .phh-r-title{
    font-size:clamp(2.1rem,11vw,3.5rem);
  }

  .phh-r-section-title{
    font-size:clamp(1.8rem,9vw,2.8rem);
  }

  .phh-r-btn-row{
    flex-direction:column;
  }

  .phh-r-btn{
    width:100%;
  }

  .phh-r-card-grid,
  .phh-r-link-grid,
  .phh-r-mini-grid,
  .phh-r-stat-grid,
  .phh-r-acquisition-strip{
    grid-template-columns:1fr;
  }

  .phh-r-panel,
  .phh-r-card,
  .phh-r-link-card,
  .phh-r-compare-card,
  .phh-r-price-card,
  .phh-r-faq-card,
  .phh-r-cta-band{
    padding:20px;
  }
}
