.phase1d-seo-pilot {
    color: #173f70;
    background: radial-gradient(circle at 100% 0, rgb(47 201 230 / 10%), transparent 34%), #fffefa;
}

.phase1d-seo-pilot__heading {
    max-width: 860px;
    margin-bottom: 34px;
}

.phase1d-seo-pilot__heading h2 {
    margin: 16px 0 18px;
    font-family: var(--serif);
    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 520;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.phase1d-seo-pilot__heading > p {
    max-width: 760px;
    color: #536f91;
    font-size: 17px;
    line-height: 1.75;
}

.phase1d-seo-pilot__table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgb(14 92 169 / 16%);
    border-radius: 20px;
    background: rgb(255 255 255 / 92%);
    box-shadow: 0 18px 45px rgb(18 83 153 / 10%);
}

.phase1d-seo-pilot table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.phase1d-seo-pilot th,
.phase1d-seo-pilot td {
    padding: 18px 20px;
    border-bottom: 1px solid rgb(14 92 169 / 12%);
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.phase1d-seo-pilot thead th {
    color: #fff;
    background: #1457b2;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.phase1d-seo-pilot tbody th {
    width: 22%;
    color: #153f88;
    font-weight: 760;
}

.phase1d-seo-pilot tbody tr:last-child th,
.phase1d-seo-pilot tbody tr:last-child td {
    border-bottom: 0;
}

.phase1d-seo-pilot__links {
    margin-top: 34px;
}

.phase1d-seo-pilot__links h3 {
    margin-bottom: 16px;
    font-family: var(--serif);
    font-size: 27px;
}

.phase1d-seo-pilot__links ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.phase1d-seo-pilot__links li {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgb(14 92 169 / 14%);
    border-radius: 16px;
    background: #fff;
}

.phase1d-seo-pilot__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #0c68b8;
    font-weight: 780;
}

.phase1d-seo-pilot__links p {
    margin-top: 9px;
    color: #667b96;
    font-size: 14px;
    line-height: 1.55;
}

.phase1d-seo-pilot__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin-top: 28px;
}

@media (max-width: 820px) {
    .phase1d-seo-pilot__links ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .phase1d-seo-pilot__heading h2 {
        font-size: clamp(34px, 10vw, 46px);
        overflow-wrap: anywhere;
    }

    .phase1d-seo-pilot__table-wrap {
        border-radius: 15px;
    }

    .phase1d-seo-pilot table {
        min-width: 620px;
    }

    .phase1d-seo-pilot th,
    .phase1d-seo-pilot td {
        padding: 15px 16px;
    }

    .phase1d-seo-pilot__cta {
        justify-content: center;
        width: 100%;
    }
}
