.ps-section {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: #0b0e11;
}

#ps-timeseries {
    position: relative;
    left: 0;
    right: 0;
    /*top: 140px;*/
    height: 200px;
    width: 100%;
    pointer-events: none;
    opacity: 0.45;
}


.ps-axis {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    height: 1px;
    background: rgba(255,255,255,0.14);
    z-index: 1;
}

.ps-section > * {
    position: relative;
    z-index: 2;
}

/* typography — сохраняем стиль hero */

.ps-head {
    max-width: 640px;
    margin-bottom: 5rem;
    position: relative;
}

.ps-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 48px;
    height: 1px;
    background: rgba(255,255,255,0.35);
}

.section-title {
    font-size: var(--fs-h2);
    line-height: 1.05;
    color: var(--text-main);
    margin-bottom: 1rem;
}

.section-lead {
    color: var(--text-soft);
    font-size: 1rem;
}

.section-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 1.2rem;
}

.section-subtitle::after {
    content: "";
    display: block;
    margin-top: 0.6rem;
    width: 32px;
    height: 1px;
    background: rgba(255,255,255,0.35);
}

.ps-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ps-section li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.7rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
}

.ps-section li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.35);
}
