.seo-section {
    background: #00525d;
    padding: 64px 0;
}

.seo-section:nth-of-type(even) {
    background: #003F47;
}

.seo-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.seo-section h2 {
    color: #95b12b;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 24px;
}

.seo-section h3 {
    color: #95b12b;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 26px 0 12px;
}

.seo-section p,
.seo-section li {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    line-height: 1.55;
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.seo-card {
    background: #003F47;
    border: 2px solid #95b12b;
    border-radius: 8px;
    padding: 22px;
    transition: background-color 0.3s linear, border-color 0.3s linear;
}

.seo-card:hover {
    background: #3479a7;
    border-color: #ffffff;
}

.seo-card h3 {
    margin-top: 0;
}

.seo-list {
    margin: 0;
    padding-left: 22px;
}

.seo-faq details {
    background: #003F47;
    border: 2px solid #95b12b;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 16px 20px;
}

.seo-faq summary {
    color: #95b12b;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
}

.seo-cta {
    align-items: center;
    background: #003F47;
    border: 2px solid #95b12b;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
    padding: 26px;
}

.seo-cta p {
    color: #ffffff;
    margin: 0;
}

.seo-cta a {
    background: #95b12b;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding: 12px 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s linear;
}

.seo-cta a:hover {
    background: #3479a7;
}

.seo-landing-hero {
    background:
        linear-gradient(rgba(0, 63, 71, 0.84), rgba(0, 63, 71, 0.92)),
        url("image/bg-1.webp") center / cover no-repeat;
    color: #ffffff;
    min-height: 520px;
    padding-bottom: 70px;
}

.seo-page-header {
    background:
        linear-gradient(rgba(0, 63, 71, 0.84), rgba(0, 63, 71, 0.92)),
        url("image/bg-1.webp") center / cover no-repeat;
    min-height: 680px;
}

.seo-page-header .header-down {
    padding-top: 170px;
}

.seo-page-header .seo-landing-content {
    padding-top: 0;
}

.seo-company-block {
    background: #003F47;
    margin: 0;
    padding: 70px 0;
}

.seo-company-block .company-head {
    color: #95b12b;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
}

.seo-company-block .company-text {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.55;
}

.seo-price-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.seo-price-row {
    align-items: center;
    background: #003F47;
    border: 2px solid #95b12b;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    justify-content: space-between;
    padding: 16px 20px;
}

.seo-price-row strong {
    color: #95b12b;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    white-space: nowrap;
}

.seo-project {
    background: #00525d;
}

.seo-project .seo-card {
    min-height: 150px;
}

.seo-page-comments .coment {
    padding-top: 60px;
}

.seo-page-comments h2 {
    color: #00525d;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    margin-top: 0;
    text-transform: uppercase;
}

.seo-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.seo-related-links a {
    background: #95b12b;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s linear;
}

.seo-related-links a:hover {
    background: #3479a7;
}

.seo-landing-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    padding: 24px 20px;
}

.seo-landing-logo img {
    height: 78px;
    width: auto;
}

.seo-landing-nav {
    align-items: center;
    display: flex;
    gap: 24px;
}

.seo-landing-nav a {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.seo-landing-phone {
    background: #95b12b;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 24px;
    text-decoration: none;
    transition: background-color 0.3s linear;
}

.seo-landing-phone:hover {
    background: #3479a7;
}

.seo-landing-content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 72px 20px 0;
}

.seo-landing-content h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0 0 24px;
    max-width: 760px;
    text-transform: uppercase;
}

.seo-landing-content h1 span {
    color: #95b12b;
}

.seo-landing-content p {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    max-width: 780px;
}

.seo-landing-footer {
    background: #003F47;
    color: #ffffff;
    padding: 30px 0;
}

.seo-landing-footer .seo-wrap {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.seo-landing-footer p,
.seo-landing-footer a {
    color: #95b12b;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
}

@media (max-width: 900px) {
    .seo-grid {
        grid-template-columns: 1fr;
    }

    .seo-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .seo-landing-top,
    .seo-landing-nav,
    .seo-landing-footer .seo-wrap {
        align-items: flex-start;
        flex-direction: column;
    }

    .seo-landing-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 520px) {
    .seo-section {
        padding: 42px 0;
    }

    .seo-section h2 {
        font-size: 28px;
    }

    .seo-section p,
    .seo-section li {
        font-size: 17px;
    }

    .seo-landing-content {
        padding-top: 42px;
    }

    .seo-landing-content h1 {
        font-size: 32px;
    }

    .seo-landing-content p {
        font-size: 18px;
    }
}
