
html:has(body.prhHomeUI),
body.prhHomeUI{
  height: auto !important;
  min-height: 100%;
  background-color: #070B17;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body.prhHomeUI .nav{
  background: rgba(5,8,18,.78) !important;
  border-bottom: 1px solid rgba(80,190,255,.14) !important;
}
body.prhHomeUI .nav .container.in{
  padding: 18px 0 !important;
  gap: 14px !important;
  align-items: center !important;
}
body.prhHomeUI .nav .brand{
  gap: 10px !important;
  min-width: 0 !important;
}
body.prhHomeUI .nav .brand .logo,
body.prhHomeUI .nav .brand .logo.prhDcLogoLive{
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  border-radius: 11px !important;
  animation: none !important;
}
body.prhHomeUI .nav .brand .logo::before,
body.prhHomeUI .nav .brand .logo::after{
  animation: none !important;
}
body.prhHomeUI .nav .brand .logo::after{
  display: none !important;
}
body.prhHomeUI .nav .brand #brand{
  font-size: 15px !important;
  letter-spacing: .06em !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}
body.prhHomeUI .nav .brand #tagline{
  font-size: 9px !important;
  letter-spacing: .12em !important;
  margin-top: 3px !important;
  font-weight: 700 !important;
  color: rgba(139,231,255,.85) !important;
}
body.prhHomeUI .nav .menu{
  gap: 2px !important;
  flex-wrap: nowrap !important;
}
body.prhHomeUI .nav .menu .link{
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 8px 9px !important;
  color: rgba(234,242,255,.86) !important;
}
body.prhHomeUI .nav .menu .link.is-on{
  color: #fff !important;
  position: relative;
}
body.prhHomeUI .nav .menu .link.is-on::after{
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 3px;
  height: 2px;
  border-radius: 99px;
  background: #7ce9ff;
  box-shadow: 0 0 10px rgba(124,233,255,.7);
}
body.prhHomeUI .nav .menu .prhHasCaret::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  opacity: .7;
}
body.prhHomeUI .nav .menu .btn{
  font-size: 12.5px !important;
  padding: 8px 13px !important;
  min-height: 36px;
  border-color: rgba(80,190,255,.42) !important;
  box-shadow: 0 0 12px rgba(56,189,248,.1);
  margin-left: 4px;
}
body.prhHomeUI .nav .menu .btn.primary,
body.prhHomeUI .cta .btn.primary{
  background: linear-gradient(90deg, #ff8a2b, #ff4f88) !important;
  border-color: transparent !important;
  color: #14080c !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 18px rgba(255,79,136,.2) !important;
}
body.prhHomeUI .nav .menu .btn.ghost{
  background: transparent !important;
}

@media (max-width: 1200px){
  body.prhHomeUI .nav .menu .link{ padding: 8px 7px !important; font-size: 12px !important; }
  body.prhHomeUI .nav .menu .btn{ padding: 8px 10px !important; font-size: 12px !important; }
}
body.prhHomeUI .hero{
  min-height: auto;
  padding: 34px 0 12px;
}
body.prhHomeUI .h1{
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.14;
  letter-spacing: -.03em;
  font-weight: 750;
}
body.prhHomeUI .h1 .prhGrad{
  background: linear-gradient(90deg, #ffb15a, #ff4f88);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.prhHomeUI .kicker{
  color: #8be7ff;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
}
body.prhHomeUI .pretitle{
  border-color: rgba(80,190,255,.35);
  box-shadow: 0 0 18px rgba(56,189,248,.1);
  font-size: 12px;
}
body.prhHomeUI .cta .btn{
  min-height: 46px;
  padding: 0 20px;
  font-weight: 800;
}
body.prhHomeUI .cta .btn.ghost{
  border-color: rgba(80,190,255,.45);
  box-shadow: 0 0 16px rgba(56,189,248,.12);
}
body.prhHomeUI .trust .chip{
  border-color: rgba(80,190,255,.28);
  background: rgba(8,16,34,.55);
}
body.prhHomeUI .trust .chip .dot{
  width: 14px;
  height: 14px;
  border-radius: 99px;
  background: rgba(55,214,255,.16);
  box-shadow: inset 0 0 0 1px rgba(124,233,255,.4);
  position: relative;
}
body.prhHomeUI .trust .chip .dot::after{
  content: "";
  position: absolute;
  inset: 3px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.2 6.2l2.4 2.4 5.2-5.4' fill='none' stroke='%237ce9ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}

.prhHeroStage{
  position: relative;
}
.prhHeroStage .panel{
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: rgba(80,190,255,.22) !important;
  background:
    linear-gradient(180deg, rgba(7,14,30,.62), rgba(6,12,26,.72)) !important;
  backdrop-filter: blur(14px);
}
.prhHeroArt{
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 24px;
}
.prhHeroArt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
  filter: saturate(1.15) contrast(1.05);
}
.prhHeroArt::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 18%, rgba(56,189,248,.28), transparent 28%),
    linear-gradient(180deg, rgba(5,8,18,.15), rgba(5,8,18,.55));
}
.prhCloud{
  position: absolute;
  top: 18px;
  right: 28px;
  width: 84px;
  height: 56px;
  z-index: 2;
  color: #7ce9ff;
  filter: drop-shadow(0 0 12px rgba(56,189,248,.75));
}
.prhCloud svg{ width: 100%; height: 100%; }

body.prhHomeUI .panel .hd{
  position: relative;
  z-index: 2;
}
body.prhHomeUI .panel .body{
  position: relative;
  z-index: 2;
}
body.prhHomeUI .qo a{
  background: rgba(6,12,26,.55);
  border-color: rgba(80,190,255,.16);
}
body.prhHomeUI .metric{
  background: rgba(6,12,26,.55);
  border-color: rgba(80,190,255,.16);
}
.prhSpark{
  display: block;
  width: 100%;
  height: 28px;
  margin: 8px 0 2px;
}
body.prhHomeUI .metric .tag.p{
  border-color: rgba(168,85,247,.28);
  background: rgba(168,85,247,.1);
}

.prhCloud{ display:none !important; }

.prhFeatBar{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 22px 0 8px;
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(80,190,255,.2);
  background: rgba(7,13,28,.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 0 1px rgba(56,189,248,.04), 0 18px 40px rgba(0,0,0,.22);
}
.prhFeatBar--foot{
  margin: 0 0 22px;
}
.prhFeatItem{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  text-align: left;
}
.prhFeatItem > div{ width: auto; min-width: 0; }
.prhFeatItem b{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.01em;
}
.prhFeatItem > div span{
  display: block;
  margin-top: 4px;
  color: rgba(234,242,255,.66);
  font-size: 12px;
  line-height: 1.45;
}
span.prhFeatIco{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 48px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden;
  color: #7ce9ff;
  background: radial-gradient(circle at 50% 50%, rgba(124,233,255,.28), rgba(55,214,255,.08) 62%);
  box-shadow: 0 0 0 1px rgba(124,233,255,.28), 0 0 18px rgba(56,189,248,.35);
}
span.prhFeatIco svg{
  display: block !important;
  width: 22px;
  height: 22px;
  margin: 0 auto !important;
  flex: 0 0 auto;
  stroke: currentColor;
  overflow: visible;
}
span.prhFeatIco.purple{
  color: #e0c4ff;
  background: radial-gradient(circle at 50% 50%, rgba(215,180,255,.32), rgba(168,85,247,.1) 62%);
  box-shadow: 0 0 0 1px rgba(215,180,255,.3), 0 0 18px rgba(168,85,247,.35);
}
span.prhFeatIco.orange{
  color: #ffd0a3;
  background: radial-gradient(circle at 50% 50%, rgba(255,192,137,.32), rgba(255,138,61,.1) 62%);
  box-shadow: 0 0 0 1px rgba(255,192,137,.3), 0 0 18px rgba(255,138,61,.32);
}
span.prhFeatIco.green{
  color: #9dffd2;
  background: radial-gradient(circle at 50% 50%, rgba(125,255,192,.28), rgba(41,208,127,.1) 62%);
  box-shadow: 0 0 0 1px rgba(125,255,192,.3), 0 0 18px rgba(41,208,127,.32);
}

.prhPlans{
  padding: 28px 0 10px;
}
.prhPlansHead{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 8px;
}
.prhKicker{
  color: #7ce9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.prhPlansHead h2{
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.04em;
  color: #fff;
  font-weight: 800;
}
.prhPlansHead h2 em{
  font-style: normal;
  background: linear-gradient(90deg, #6ee7ff, #ff4f88);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.prhPlansHead p{
  margin: 12px 0 0;
  max-width: 520px;
  color: rgba(234,242,255,.68);
  line-height: 1.7;
}
.prhPlansArt{
  min-height: 160px;
  display: flex;
  justify-content: flex-end;
}
.prhPlansArt img{
  width: min(420px, 100%);
  max-height: 210px;
  object-fit: contain;
  mix-blend-mode: lighten;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.4));
}

.prhPlanGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.prhPlanCard{
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(16,24,46,.92), rgba(8,13,28,.94));
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, border-color .18s ease;
}
.prhPlanCard:hover{ transform: translateY(-4px); }
.prhPlanCard.theme-blue{ border-color: rgba(55,214,255,.2); }
.prhPlanCard.theme-purple{ border-color: rgba(168,85,247,.22); }
.prhPlanCard.theme-orange{ border-color: rgba(255,138,61,.22); }
.prhPlanTop{ display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
.prhPlanIco{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
}
.prhPlanIco svg{ width: 22px; height: 22px; }
.theme-blue .prhPlanIco{ color: #7ce9ff; background: rgba(55,214,255,.12); }
.theme-purple .prhPlanIco{ color: #d7b4ff; background: rgba(168,85,247,.14); }
.theme-orange .prhPlanIco{ color: #ffc089; background: rgba(255,138,61,.14); }
.prhPlanKind{ font-size: 13px; font-weight: 800; color: rgba(234,242,255,.86); }
.prhPlanName{ margin-top: 16px; font-size: 28px; font-weight: 800; color: #fff; position: relative; z-index: 1; }
.prhPlanPrice{ margin-top: 10px; font-size: 42px; line-height: 1; font-weight: 800; letter-spacing: -.04em; position: relative; z-index: 1; }
.prhPlanPrice span{ margin-left: 4px; font-size: 16px; font-weight: 600; color: rgba(234,242,255,.62); }
.theme-blue .prhPlanPrice{ color: #7ce9ff; }
.theme-purple .prhPlanPrice{ color: #d7b4ff; }
.theme-orange .prhPlanPrice{ color: #ffb26a; }
.prhPlanNote{ margin-top: 10px; font-size: 14px; color: rgba(234,242,255,.72); position: relative; z-index: 1; }
.prhPlanList{ margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; max-width: 72%; position: relative; z-index: 1; }
.prhPlanList li{ display: flex; gap: 10px; align-items: flex-start; color: rgba(234,242,255,.86); font-size: 14px; }
.prhPlanList li::before{
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 16px;
  border-radius: 99px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.theme-blue .prhPlanList li::before{
  background-color: rgba(55,214,255,.16);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.2 6.2l2.4 2.4 5.2-5.4' fill='none' stroke='%237ce9ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.theme-purple .prhPlanList li::before{
  background-color: rgba(168,85,247,.16);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.2 6.2l2.4 2.4 5.2-5.4' fill='none' stroke='%23d7b4ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.theme-orange .prhPlanList li::before{
  background-color: rgba(255,138,61,.16);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.2 6.2l2.4 2.4 5.2-5.4' fill='none' stroke='%23ffb26a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.prhPlanThumb{
  position: absolute;
  right: -4px;
  top: 52px;
  width: 168px;
  height: 168px;
  pointer-events: none;
}
.prhPlanThumb img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: lighten;
}
.prhPlanActs{ display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 22px; position: relative; z-index: 1; }
.prhBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}
.prhBtn.ghost{
  color: #eaf6ff;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
}
.theme-blue .prhBtn.order{ color: #071018; background: linear-gradient(180deg, #6ee7ff, #2f9bff); box-shadow: 0 10px 22px rgba(47,155,255,.28); }
.theme-purple .prhBtn.order{ color: #120818; background: linear-gradient(180deg, #d7b4ff, #9b5cff); box-shadow: 0 10px 22px rgba(155,92,255,.28); }
.theme-orange .prhBtn.order{ color: #14080c; background: linear-gradient(180deg, #ffb15a, #ff7a1a); box-shadow: 0 10px 22px rgba(255,122,26,.24); }

.prhFoot{
  margin-top: 28px;
  padding: 36px 0 0;
  border-top: 1px solid rgba(80,190,255,.12);
  background-color: #070B17;
  background-image:
    radial-gradient(700px 220px at 88% 20%, rgba(56,189,248,.08), transparent 60%),
    radial-gradient(520px 180px at 12% 0%, rgba(168,85,247,.06), transparent 60%);
}
.prhFootTop{
  display: grid;
  grid-template-columns: 1.25fr .7fr .7fr .7fr .95fr;
  gap: 22px;
  align-items: start;
}
.prhFootBrand b{
  display: block;
  font-size: 18px;
  letter-spacing: .08em;
  color: #fff;
}
.prhFootBrand small{
  display: block;
  margin-top: 4px;
  color: #8be7ff;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
}
.prhFootBrand p{
  margin: 12px 0 0;
  color: rgba(234,242,255,.64);
  font-size: 13px;
  line-height: 1.65;
  max-width: 280px;
}
.prhSocial{ display: flex; gap: 8px; margin-top: 16px; }
.prhSocial a{
  width: 36px;
  height: 36px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  color: #7ce9ff;
  border: 1px solid rgba(80,190,255,.22);
  background: rgba(55,214,255,.06);
}
.prhSocial a svg{ width: 15px; height: 15px; }
.prhFootCol h3{
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .16em;
  color: #fff;
}
.prhFootCol h3::after{
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 7px;
  border-radius: 99px;
  background: #7ce9ff;
  box-shadow: 0 0 10px rgba(124,233,255,.7);
}
.prhFootCol a{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  color: rgba(234,242,255,.78);
  font-size: 14px;
}
.prhFootCol a svg{ width: 14px; height: 14px; color: #7ce9ff; flex: 0 0 14px; }
.prhFootArt img{
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  mix-blend-mode: lighten;
}
.prhFootBar{
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 12px;
  margin-top: 26px;
  padding: 16px 8px 6px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.prhFootStat{
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(234,242,255,.78);
  font-size: 13px;
}
.prhFootStat b{ color: #fff; }
.prhFootStat svg{ width: 18px; height: 18px; color: #7ce9ff; flex: 0 0 18px; }
.prhFootLegal{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-top: 22px;
  padding: 22px 24px 26px !important;
  min-height: 72px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: transparent;
  color: rgba(234,242,255,.62);
  font-size: 13px;
}
.prhFootLegal span{ margin-right: auto; }
.prhFootLegal a{ color: rgba(234,242,255,.7); }

@media (max-width: 1100px){
  .prhFeatBar, .prhFootBar{ grid-template-columns: 1fr 1fr; }
  .prhFootTop{ grid-template-columns: 1fr 1fr 1fr; }
  .prhFootArt{ grid-column: 1 / -1; }
  .prhPlanThumb{ width: 130px; height: 130px; }
}
@media (max-width: 980px){
  .prhPlansHead, .prhPlanGrid{ grid-template-columns: 1fr; }
  .prhPlanList{ max-width: 100%; padding-right: 110px; }
}
@media (max-width: 640px){
  .prhFeatBar, .prhFootTop, .prhFootBar{ grid-template-columns: 1fr; }
  .prhPlanPrice{ font-size: 36px; }
}
