.site-main { margin-top: 0 !important; padding-top: 0 !important; }

.st-pp-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.st-pp-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 55% at 30% 45%, var(--primary-soft) 0%, transparent 60%),
        radial-gradient(ellipse 50% 45% at 70% 60%, var(--primary-ghost) 0%, transparent 50%);
    pointer-events: none;
}

.st-pp-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 5vw 60px;
    text-align: center;
}

.st-pp-hero-heading { margin: 0 0 24px; }

.st-pp-hero-line {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.st-pp-hero-desc {
    font-family: var(--font-text);
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--text-desc);
    line-height: 1.8;
    max-width: 580px;
    margin: 0 auto;
}

.st-pp-section { padding: 80px 0; }

.st-pp-content {
    max-width: 760px;
    margin: 0 auto;
}

.st-pp-content h2 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin: 48px 0 16px;
    padding-top: 0;
}

.st-pp-content h2:first-child { margin-top: 0; }

.st-pp-content p {
    font-family: var(--font-text);
    font-size: 0.92rem;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.8;
    margin: 0 0 16px;
}

.st-pp-content ul {
    margin: 0 0 16px;
    padding: 0 0 0 20px;
}

.st-pp-content ul li {
    font-family: var(--font-text);
    font-size: 0.92rem;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 6px;
}

.st-pp-content a {
    color: var(--color-primary);
    text-decoration: underline;
}

.st-pp-content a:hover { opacity: 0.8; }

@media (max-width: 768px) {
    .st-pp-section { padding: 60px 0; }
    .st-pp-content h2 { font-size: 1.1rem; }
}

@media (max-width: 480px) {
    .st-pp-section { padding: 40px 0; }
}
