
.static-page {
    padding: 42px 0 70px;
}

.static-page .page-header {
    max-width: 900px;
    margin-bottom: 28px;
}

.static-page .page-header h1 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 52px);
}

.static-page .lead {
    color: #64748b;
    font-size: 19px;
    line-height: 1.7;
}

.static-page-content {
    max-width: 900px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    line-height: 1.8;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.static-page-full-width .static-page-content {
    max-width: none;
}

.static-page-content img,
.static-page-content iframe {
    max-width: 100%;
}

.static-page-contact .static-page-content {
    max-width: 1000px;
}
