.seo-hero-copy {
    max-width: 880px;
    margin: 18px auto 0;
    text-align: center;
}

.seo-hero-copy p {
    margin-bottom: 12px;
}

.seo-hero-actions {
    margin-top: 34px;
    box-sizing: border-box;
}

.seo-hero-actions .btn-default,
.seo-sidebar-actions .btn-default {
    box-sizing: border-box;
}

.seo-page .section-title {
    margin-bottom: 22px;
}

.seo-section-card {
    display: block;
}

.seo-section-body {
    display: grid;
    gap: 16px;
}

.seo-section-body p {
    margin: 0;
    color: #bcbcc3;
    font-size: 17px;
    line-height: 1.8;
}

.seo-section-body .legal-cta-row {
    margin-top: 8px;
}

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

.seo-list li {
    margin-bottom: 12px;
    color: #bcbcc3;
    font-size: 17px;
    line-height: 1.7;
}

.seo-list li:last-child {
    margin-bottom: 0;
}

.seo-faq-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.seo-faq-item,
.seo-link-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
}

.seo-faq-item {
    padding: 28px;
}

.seo-faq-item h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
}

.seo-faq-item p {
    margin: 0;
    color: #bcbcc3;
    font-size: 16px;
    line-height: 1.7;
}

.seo-link-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.seo-link-card {
    display: flex;
    min-height: 116px;
    align-items: center;
    padding: 24px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-link-card:hover {
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 22px 66px rgba(0, 0, 0, 0.22);
}

.seo-sidebar-box .sidebar-cta-content p {
    color: #ffffff;
}

.seo-sidebar-actions {
    flex-direction: column;
}

.seo-sidebar-actions .btn-default {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .seo-page-header .page-header-box h1 {
        display: block;
        width: 100%;
        max-width: 100%;
        font-size: 28px;
        line-height: 1.2;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .seo-hero-copy {
        max-width: 100%;
        padding: 0 10px;
    }

    .seo-hero-actions {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: stretch !important;
        padding: 0 16px;
    }

    .seo-hero-actions .btn-default {
        display: flex;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .seo-section-body p,
    .seo-list li {
        font-size: 16px;
    }

    .seo-faq-item,
    .seo-link-card {
        border-radius: 24px;
    }
}
