.static-pro-page {
    padding: 46px 0 90px;
    background:
        radial-gradient(circle at 12% 8%, rgba(120, 145, 19, .08), transparent 30%),
        linear-gradient(180deg, #fbfcf8 0%, #f4f7ef 100%);
}

.static-pro-container {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.static-pro-hero {
    min-height: 180px;
    padding: clamp(30px, 5vw, 54px);
    border-radius: 32px;
    border: 1px solid #dfe7d5;
    background:
        radial-gradient(circle at 90% 15%, rgba(164, 191, 53, .18), transparent 34%),
        linear-gradient(135deg, #eef4e4, #ffffff);
    box-shadow: 0 24px 70px rgba(15, 54, 36, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 28px;
}

.static-pro-hero h1 {
    margin: 8px 0 12px;
    color: #112018;
    font-size: clamp(2.2rem, 4.5vw, 4.8rem);
    line-height: .95;
    letter-spacing: -.06em;
}

.static-pro-hero p {
    max-width: 740px;
    margin: 0;
    color: #62705f;
    font-size: 1.05rem;
    line-height: 1.75;
}

.static-pro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    align-items: start;
}

.static-pro-card,
.static-pro-side > div {
    border-radius: 28px;
    border: 1px solid #dfe7d5;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(15, 54, 36, .07);
}

.static-pro-card {
    padding: clamp(28px, 4vw, 46px);
}

.static-pro-content {
    color: #223329;
    font-size: 1.02rem;
    line-height: 1.8;
}

.static-pro-content h2 {
    margin: 28px 0 12px;
    color: #112018;
    font-size: clamp(1.55rem, 2.4vw, 2.3rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.static-pro-content h2:first-child {
    margin-top: 0;
}

.static-pro-content p {
    color: #62705f;
}

.static-pro-content ul,
.static-pro-content ol {
    padding-left: 22px;
    color: #62705f;
}

.static-pro-content li {
    margin: 8px 0;
}

.static-pro-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0;
}

.static-pro-info-grid div {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #dfe7d5;
    background: #f2f6eb;
}

.static-pro-info-grid span {
    display: block;
    margin-bottom: 6px;
    color: #789113;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.static-pro-info-grid strong {
    color: #112018;
    font-size: 1.05rem;
}

.static-pro-form {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.static-pro-form label {
    display: grid;
    gap: 8px;
    color: #112018;
    font-weight: 800;
}

.static-pro-form input,
.static-pro-form textarea {
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid #d5dfc8;
    background: #fff;
    padding: 0 15px;
    color: #112018;
    font-weight: 700;
    outline: none;
}

.static-pro-form textarea {
    padding-top: 14px;
    resize: vertical;
}

.static-pro-form input:focus,
.static-pro-form textarea:focus {
    border-color: #789113;
    box-shadow: 0 0 0 4px rgba(120, 145, 19, .12);
}

.static-pro-side {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px;
}

.static-pro-side > div {
    padding: 24px;
}

.static-pro-side h2 {
    margin: 8px 0 16px;
    color: #112018;
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.static-pro-side a {
    display: flex;
    padding: 11px 0;
    color: #26352b;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 1px solid #edf1e7;
}

.static-pro-side a:hover {
    color: #789113;
}

.static-pro-post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.static-pro-post {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid #dfe7d5;
    background: #f7f9f2;
}

.static-pro-post span {
    color: #789113;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.static-pro-post h2 {
    margin: 10px 0;
    font-size: 1.35rem;
    line-height: 1.15;
}

.static-pro-post a {
    color: #112018;
    font-weight: 900;
}

.static-pro-sitemap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px;
}

.static-pro-sitemap div {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid #dfe7d5;
    background: #f7f9f2;
}

.static-pro-sitemap h2 {
    margin: 0 0 14px;
}

.static-pro-sitemap a {
    display: block;
    padding: 8px 0;
    color: #26352b;
    text-decoration: none;
    font-weight: 800;
}

.static-pro-sitemap a:hover {
    color: #789113;
}

.zd-footer-pro {
    background:
        radial-gradient(circle at 88% 15%, rgba(120, 145, 19, .08), transparent 32%),
        #eef4e8;
    border-top: 1px solid #dfe7d5;
}

.zd-footer-grid {
    width: min(1240px, calc(100% - 32px));
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr)) minmax(260px, 330px);
    gap: clamp(28px, 4vw, 58px);
    align-items: start;
}

.zd-footer-grid h3 {
    margin: 0 0 18px;
    color: #102018;
    font-size: .96rem;
    font-weight: 900;
    letter-spacing: .03em;
}

.zd-footer-grid a {
    display: block;
    margin: 9px 0;
    color: #26352b;
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.35;
}

.zd-footer-grid a:hover {
    color: #789113;
}

.footer-brand-panel {
    justify-self: end;
    max-width: 330px;
}

.footer-brand-logo {
    display: inline-flex;
    margin-bottom: 16px;
}

.footer-brand-logo img {
    width: 190px;
    height: auto;
    display: block;
}

.footer-brand-panel p {
    margin: 0 0 16px;
    color: #62705f;
    font-size: .94rem;
    line-height: 1.65;
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin: 16px 0 24px;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #d5dfc8;
    background: #fff;
    color: #0b4c39;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.footer-payments span {
    min-height: 34px;
    padding: 0 13px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d5dfc8;
    color: #102018;
    font-size: .82rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
}

.footer-payments span:nth-child(3) {
    color: #c7472b;
}

.footer-payments span:nth-child(4) {
    background: #111;
    color: #fff;
    border-color: #111;
}

.footer-bottom {
    width: min(1240px, calc(100% - 32px));
    margin: 26px auto 0;
    padding-top: 22px;
    border-top: 1px solid #dbe4ce;
    color: #6b7669;
    font-size: .86rem;
}

@media (max-width: 1120px) {
    .static-pro-layout {
        grid-template-columns: 1fr;
    }

    .static-pro-side {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zd-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand-panel {
        justify-self: start;
    }
}

@media (max-width: 720px) {
    .static-pro-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .static-pro-info-grid,
    .static-pro-post-grid,
    .static-pro-sitemap,
    .static-pro-side,
    .zd-footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand-logo img {
        width: 160px;
    }
}