.seo-page {
    min-height: 100vh;
    color: #e8f1ff;
    background:
        radial-gradient(circle at 88% 12%, rgba(39, 123, 255, .2), transparent 28rem),
        radial-gradient(circle at 10% 52%, rgba(0, 210, 188, .1), transparent 26rem),
        #07111f;
}

.seo-page-header,
.seo-page-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.seo-page-header {
    min-height: 82px;
}

.seo-page-header nav,
.seo-page-footer nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.seo-page-header a,
.seo-page-footer a,
.seo-page-links a {
    color: #c9daf2;
    text-decoration: none;
}

.seo-page-header nav a:hover,
.seo-page-footer a:hover,
.seo-page-links a:hover {
    color: #6cb3ff;
}

.seo-page-brand img {
    display: block;
    object-fit: contain;
}

.seo-page-login,
.seo-page-primary {
    border-radius: 10px;
    background: linear-gradient(135deg, #1778ff, #00a8f3);
    color: #fff !important;
    font-weight: 700;
    padding: 12px 18px;
}

.seo-page main {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.seo-page-hero {
    min-height: 600px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: 72px;
    padding: 74px 0 90px;
}

.seo-page-eyebrow {
    color: #56d8c8;
    font: 700 .78rem/1.2 monospace;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.seo-page h1 {
    max-width: 780px;
    margin: 18px 0 24px;
    color: #fff;
    font-size: clamp(2.55rem, 6vw, 5.2rem);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.seo-page-lead {
    max-width: 700px;
    color: #a9bdd7;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
}

.seo-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.seo-page-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    text-decoration: none;
}

.seo-page-secondary {
    border: 1px solid #2b4668;
    border-radius: 10px;
    color: #d9e7fa;
    padding: 11px 18px;
}

.seo-page-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(94, 154, 220, .36);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .36);
    background: rgba(13, 29, 51, .86);
}

.seo-page-view-card {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}

.seo-page-view-card span {
    border: 1px solid #2b4668;
    border-radius: 7px;
    padding: 8px 10px;
    color: #91a8c5;
    font-size: .78rem;
}

.seo-page-view-card span:first-child {
    color: #fff;
    border-color: #2784ff;
    background: rgba(39, 132, 255, .2);
}

.seo-page-task {
    display: grid;
    grid-template-columns: 6px 1fr;
    gap: 5px 12px;
    margin-top: 10px;
    border: 1px solid #203c5f;
    border-radius: 10px;
    padding: 16px;
    background: #10233d;
}

.seo-page-task i {
    grid-row: 1 / 3;
    border-radius: 10px;
    background: #338eff;
}

.seo-page-task small {
    color: #8299b8;
}

.seo-page-benefits,
.seo-page-links,
.seo-page-faq {
    padding: 90px 0;
}

.seo-page h2 {
    max-width: 760px;
    margin: 0 0 38px;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.1;
}

.seo-page-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.seo-page-benefit-grid article {
    border: 1px solid #1c3656;
    border-radius: 14px;
    padding: 26px;
    background: rgba(12, 27, 47, .78);
}

.seo-page-benefit-grid article > span {
    color: #4bcbbb;
    font: 700 .8rem monospace;
}

.seo-page-benefit-grid h3 {
    color: #fff;
    font-size: 1.2rem;
}

.seo-page-benefit-grid p,
.seo-page-faq p {
    color: #9db0ca;
    line-height: 1.65;
}

.seo-page-links {
    border-top: 1px solid #17304e;
    border-bottom: 1px solid #17304e;
}

.seo-page-links > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-page-links a {
    border: 1px solid #284764;
    border-radius: 999px;
    padding: 10px 16px;
}

.seo-page-faq details {
    max-width: 860px;
    border-bottom: 1px solid #203a58;
    padding: 20px 0;
}

.seo-page-faq summary {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}

.seo-page-footer {
    min-height: 120px;
    border-top: 1px solid #17304e;
    color: #7f96b3;
}

@media (max-width: 820px) {
    .seo-page-header nav {
        display: none;
    }

    .seo-page-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 70px 0;
    }

    .seo-page-benefit-grid {
        grid-template-columns: 1fr;
    }
}
