/* Technical SEO Tool — hero reuses .clients-hero (clients.css);
   this file styles the embedded-tool section and the optional form card. */

.tech-seo-tool__embed {
    padding: 70px 0;
}

.tech-seo-tool__embed-head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.tech-seo-tool__embed-title {
    margin: 0 0 14px;
    color: #0e2b3d;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.tech-seo-tool__embed-description {
    color: #5a6b78;
    font-size: 16px;
    line-height: 1.7;
}

.tech-seo-tool__embed-frame {
    background: #fff;
    border: 1px solid #e6e9ee;
    border-radius: 16px;
    box-shadow: 0 20px 44px rgba(14, 43, 61, 0.08);
    overflow: hidden;
}

.tech-seo-tool__embed-frame iframe {
    display: block;
    width: 100%;
    border: 0;
}

/* Optional CF7 form */
.tech-seo-tool__form-section {
    padding: 0 0 80px;
}

.tech-seo-tool__form-card {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #e6e9ee;
    border-radius: 16px;
    box-shadow: 0 20px 44px rgba(14, 43, 61, 0.06);
}

.tech-seo-tool__form-title {
    margin-bottom: 10px;
    color: #0e2b3d;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.tech-seo-tool__form-text {
    margin-bottom: 24px;
    color: #5a6b78;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .tech-seo-tool__embed {
        padding: 50px 0;
    }

    .tech-seo-tool__embed-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .tech-seo-tool__embed {
        padding: 40px 0;
    }

    .tech-seo-tool__embed-head {
        margin-bottom: 28px;
    }

    .tech-seo-tool__embed-title {
        font-size: 24px;
    }

    .tech-seo-tool__form-section {
        padding: 0 0 56px;
    }

    .tech-seo-tool__form-card {
        padding: 28px 22px;
    }
}
