.ps-container {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.5rem 2rem;
}

.ps-inner {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}

.ps-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.ps-subtitle {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.ps-title {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 2.25rem;
    line-height: 1.2;
}

.ps-desc-wrapper {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.ps-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
}

.ps-cards {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.5rem;
}

@media (min-width: 768px) {
    .ps-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ps-card {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 1.5rem;
    border-radius: 1.5rem;
    transition: all 0.3s ease;
}

.ps-card-icon-wrap {
    margin-bottom: 0.75rem;
    display: inline-flex;
}

.ps-card-icon {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, fill 0.3s ease;
}

.ps-card-icon svg {
    width: 2rem;
    height: 2rem;
    transition: fill 0.3s ease;
}

.ps-card-title {
    font-weight: 600;
    margin-bottom: 0.375rem;
    font-size: 1.125rem;
    transition: color 0.3s ease;
}

.ps-card-text {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s ease;
}
