body.ph-home-active{
  background:
    linear-gradient(180deg, #f8fbff 0px, #f5f7fb 260px, #f5f7fb 100%);
}

body.ph-home-active #masthead,
body.ph-home-active .site-header,
body.ph-home-active #colophon,
body.ph-home-active .site-footer,
body.ph-home-active .entry-header,
body.ph-home-active .post-navigation,
body.ph-home-active .comments-area,
body.ph-home-active .ast-single-post-navigation,
body.ph-home-active .ast-related-posts-container{
  display:none !important;
}

body.ph-home-active .site,
body.ph-home-active .site-content,
body.ph-home-active .content-area,
body.ph-home-active .site-main,
body.ph-home-active article,
body.ph-home-active .post,
body.ph-home-active .page,
body.ph-home-active .entry-content{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:none !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

body.ph-home-active .inside-article,
body.ph-home-active .ast-container,
body.ph-home-active .ast-plain-container,
body.ph-home-active .ast-article-post,
body.ph-home-active .ast-article-single{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:none !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

.ph-home .ph-hero__text strong{
  color:var(--ph-text-main);
}

.ph-home__mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}

.ph-home__mini-card{
  background:#fff;
  border:1px solid var(--ph-border-soft);
  border-radius:18px;
  padding:16px;
}

.ph-home__mini-label{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--ph-text-muted);
}

.ph-home__mini-value{
  margin-top:10px;
  font-size:24px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.03em;
  color:var(--ph-text-main);
}

.ph-home__mini-text{
  margin-top:8px;
  font-size:13px;
  color:var(--ph-text-soft);
}

.ph-home__product-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.ph-home__product-name{
  margin:0;
  font-size:20px;
  line-height:1.15;
  font-weight:800;
}

.ph-home__product-text{
  margin:0;
  color:var(--ph-text-soft);
  font-size:15px;
}

.ph-home__steps{
  counter-reset:phsteps;
}

.ph-home__step{
  position:relative;
  padding-top:64px;
}

.ph-home__step::before{
  counter-increment:phsteps;
  content:counter(phsteps);
  position:absolute;
  top:0;
  left:0;
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--ph-brand),var(--ph-brand-strong));
  color:#fff;
  font-weight:800;
  box-shadow:var(--ph-shadow-soft);
}

.ph-home__cta{
  border-radius:32px;
  padding:32px;
  background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);
  color:#fff;
  box-shadow:var(--ph-shadow-medium);
}

.ph-home__cta-title{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#fff;
}

.ph-home__cta-text{
  margin:0;
  max-width:700px;
  color:rgba(255,255,255,.82);
  font-size:17px;
}

.ph-home__cta-actions{
  margin-top:22px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.ph-home__cta .ph-button--secondary{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.18);
}

.ph-home__cta .ph-button--secondary:hover{
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.28);
}

.ph-home__footer-note{
  color:var(--ph-text-muted);
  font-size:14px;
}

@media (max-width: 860px){
  .ph-home__mini-grid{
    grid-template-columns:1fr;
  }

  .ph-home__cta{
    padding:24px;
    border-radius:24px;
  }
}
