:root {
    --sp-brand: #6842d7;
    --sp-brand-dark: #42259d;
    --sp-accent: #e84d87;
    --sp-ink: #1f2430;
    --sp-muted: #667085;
    --sp-border: #e7e2f3;
    --sp-soft: #f7f5fc;
    --sp-success: #16845b;
    --sp-shadow: 0 24px 70px rgba(45, 30, 91, 0.16);
}

html {
    scroll-behavior: smooth;
}

.body-landing-page {
    background: #fff;
    color: var(--sp-ink);
}

.body-landing-page .header {
    position: relative;
    z-index: 2;
    padding-bottom: 13rem !important;
    background:
        radial-gradient(circle at 78% 15%, rgba(240, 96, 156, 0.42), transparent 28%),
        radial-gradient(circle at 12% 5%, rgba(124, 177, 255, 0.35), transparent 30%),
        linear-gradient(135deg, #30236f 0%, #6842d7 48%, #8b3cc8 100%);
}

.body-landing-page .header::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.2);
}

.body-landing-page .header-brand-img {
    width: auto;
    max-width: 156px;
    height: 38px;
}

.landing-nav {
    align-items: center;
    gap: 1.65rem;
}

.landing-nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    font-weight: 600;
}

.landing-nav-link:hover,
.landing-nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.body-landing-page .header .btn-login {
    min-height: 42px;
    padding: 0.55rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: 700;
}

.body-landing-page .header .btn-login:hover,
.body-landing-page .header .btn-login:focus {
    border-color: #fff;
    background: #fff;
    color: var(--sp-brand-dark);
}

.body-landing-page .content-landing {
    position: relative;
    z-index: 3;
}

.body-landing-page .content-landing .landing-signup-card {
    overflow: hidden;
    margin-top: -13rem;
    border-radius: 24px;
    box-shadow: var(--sp-shadow);
}

.body-landing-page .content-landing .row-landing-page {
    min-height: 680px;
}

.body-landing-page .content-landing .landing-page-bg {
    min-height: 100%;
    border-radius: 24px 0 0 24px;
    background-color: #4632a6;
    background-image:
        linear-gradient(180deg, rgba(43, 27, 104, 0.06), rgba(43, 27, 104, 0.25)),
        url("../images/landing-tree.jpg");
    background-position: center;
    background-size: cover;
}

.body-landing-page .content-landing .landing-page-signup {
    max-width: 590px;
    margin: 0 auto;
    padding: 2.5rem 2.25rem;
}

.body-landing-page .content-landing .landing-page-signup-head {
    padding: 0 0 1.2rem;
}

.seo-eyebrow {
    margin-bottom: 0.7rem;
    color: var(--sp-brand);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.body-landing-page .content-landing .landing-page-signup-head h1 {
    max-width: 530px;
    margin-bottom: 0.8rem;
    color: var(--sp-ink);
    font-family: Montserrat, "Source Sans Pro", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.body-landing-page .content-landing .landing-page-signup-head .subtitle {
    max-width: 530px;
    color: var(--sp-muted);
    font-size: 1.08rem;
    line-height: 1.55;
}

.hero-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.95rem;
    margin-top: 1.15rem;
    color: #4c5568;
    font-size: 0.88rem;
}

.hero-proof-list span {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
}

.hero-proof-list .fa {
    color: var(--sp-success);
}

.body-landing-page .landing-page-signup-form .select-group {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.body-landing-page .landing-page-signup-form .select-group-title {
    margin-bottom: 0.25rem;
    color: #5f6878;
    font-size: 1rem;
    font-weight: 600;
}

.body-landing-page .landing-page-signup-form .form-control,
.body-landing-page .landing-page-signup-form .selectize-input {
    min-height: 48px;
    border: 1px solid #d9dce5;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.body-landing-page .landing-page-signup-form .form-control:focus,
.body-landing-page .landing-page-signup-form .selectize-input.focus {
    border-color: var(--sp-brand);
    box-shadow: 0 0 0 3px rgba(104, 66, 215, 0.15);
}

.body-landing-page .landing-page-signup-form .select-group-sex .btn {
    min-width: 102px;
    min-height: 44px;
    border-width: 1px;
    font-weight: 700;
}

.body-landing-page .landing-page-signup-form .btn-block {
    min-height: 48px;
    border-radius: 10px;
    font-weight: 800;
}

.body-landing-page .btn-primary {
    border-color: var(--sp-brand);
    background: var(--sp-brand);
}

.body-landing-page .btn-primary:hover,
.body-landing-page .btn-primary:focus {
    border-color: var(--sp-brand-dark);
    background: var(--sp-brand-dark) !important;
}

.body-landing-page a:focus-visible,
.body-landing-page button:focus-visible,
.body-landing-page summary:focus-visible,
.body-landing-page select:focus-visible,
.body-landing-page input:focus-visible {
    outline: 3px solid rgba(104, 66, 215, 0.35);
    outline-offset: 3px;
}

.body-landing-page .landing-page-social-auth {
    padding-top: 1.25rem;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .body-landing-page .content-landing .landing-page-signup-form .steps {
        display: grid;
    }

    .body-landing-page .content-landing .landing-page-signup-form .steps .step {
        position: relative;
        grid-area: 1 / 1;
    }
}

.seo-landing-content {
    overflow: hidden;
    background: #fff;
    color: var(--sp-ink);
}

.seo-section {
    padding: 5.5rem 0;
}

.seo-section-soft {
    background:
        radial-gradient(circle at 85% 10%, rgba(104, 66, 215, 0.1), transparent 28%),
        var(--sp-soft);
}

.seo-section-heading {
    max-width: 730px;
    margin: 0 auto 2.7rem;
    text-align: center;
}

.seo-section h2 {
    margin-bottom: 1rem;
    color: var(--sp-ink);
    font-family: Montserrat, "Source Sans Pro", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.16;
}

.seo-section-heading > p,
.seo-lead {
    color: var(--sp-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.seo-feature-grid,
.seo-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.seo-feature-card {
    position: relative;
    padding: 2rem;
    border: 1px solid var(--sp-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(42, 34, 76, 0.06);
}

.seo-feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    background: rgba(104, 66, 215, 0.1);
    color: var(--sp-brand);
    font-weight: 800;
}

.seo-feature-card h3,
.seo-guide-card h3 {
    margin-bottom: 0.65rem;
    color: var(--sp-ink);
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.3;
}

.seo-feature-card p,
.seo-guide-card p {
    margin: 0;
    color: var(--sp-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.seo-centered-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    margin-top: 2.4rem;
}

.seo-centered-cta .btn {
    min-width: 245px;
    padding: 0.85rem 1.5rem;
    box-shadow: 0 10px 24px rgba(104, 66, 215, 0.2);
}

.seo-centered-cta span {
    color: var(--sp-muted);
    font-size: 0.88rem;
}

.seo-safety-list {
    display: grid;
    gap: 0.85rem;
    margin-left: 2rem;
}

.seo-safety-list > div {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(104, 66, 215, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    color: #4d5565;
    line-height: 1.55;
}

.seo-safety-list .fa {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    background: rgba(104, 66, 215, 0.1);
    color: var(--sp-brand);
    font-size: 1rem;
    line-height: 35px;
    text-align: center;
}

.seo-text-link {
    display: inline-flex;
    align-items: center;
    margin-top: 0.5rem;
    color: var(--sp-brand);
    font-weight: 800;
}

.seo-text-link:hover {
    color: var(--sp-brand-dark);
}

.seo-guide-card {
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 1.8rem;
    border: 1px solid var(--sp-border);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #fbfaff);
    color: inherit;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.seo-guide-card:hover,
.seo-guide-card:focus {
    border-color: rgba(104, 66, 215, 0.45);
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(42, 34, 76, 0.11);
}

.seo-guide-card > span {
    margin-bottom: 1rem;
    color: var(--sp-brand);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-guide-card p {
    flex: 1;
}

.seo-guide-card strong {
    margin-top: 1.4rem;
    color: var(--sp-brand);
    font-size: 0.9rem;
}

.seo-guide-card strong .fa {
    margin-left: 0.35rem;
}

.seo-section-faq {
    background: #211a43;
}

.seo-section-faq .seo-section-heading h2,
.seo-section-faq .seo-eyebrow {
    color: #fff;
}

.seo-section-faq .seo-eyebrow {
    opacity: 0.72;
}

.seo-faq-container {
    max-width: 860px;
}

.seo-faq-container details {
    margin-bottom: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.seo-faq-container summary {
    position: relative;
    padding: 1.2rem 3.5rem 1.2rem 1.35rem;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
    list-style: none;
}

.seo-faq-container summary::-webkit-details-marker {
    display: none;
}

.seo-faq-container summary::after {
    position: absolute;
    top: 50%;
    right: 1.35rem;
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    transform: translateY(-50%);
}

.seo-faq-container details[open] summary::after {
    content: "−";
}

.seo-faq-container details p {
    margin: 0;
    padding: 0 1.35rem 1.25rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

.body-landing-page .footer {
    border-top: 0;
    background: #17132f;
    color: rgba(255, 255, 255, 0.7);
}

.body-landing-page .footer a {
    color: rgba(255, 255, 255, 0.78);
}

.body-landing-page .footer a:hover,
.body-landing-page .footer a:focus {
    color: #fff;
}

.footer-seo-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem 1.15rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.86rem;
}

@media (max-width: 991.98px) {
    .body-landing-page .content-landing .row-landing-page {
        min-height: 0;
    }

    .body-landing-page .content-landing .landing-page-signup {
        max-width: none;
    }

    .seo-feature-grid,
    .seo-guide-grid {
        grid-template-columns: 1fr;
    }

    .seo-guide-card {
        min-height: 0;
    }

    .seo-safety-list {
        margin-top: 2rem;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .body-landing-page .header {
        padding-bottom: 2.5rem !important;
    }

    .body-landing-page .header-brand-img {
        max-width: 128px;
        height: auto;
    }

    .body-landing-page .content-landing {
        padding-top: 0 !important;
    }

    .body-landing-page .content-landing .landing-signup-card {
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .body-landing-page .content-landing .landing-page-signup {
        padding: 2rem 0.2rem 1.5rem;
    }

    .body-landing-page .content-landing .landing-page-signup-head h1 {
        font-size: 2.05rem;
    }

    .hero-proof-list {
        display: grid;
        gap: 0.55rem;
    }

    .seo-section {
        padding: 4rem 0;
    }

    .seo-feature-card,
    .seo-guide-card {
        padding: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .body-landing-page .header .container,
    .body-landing-page .content-landing .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .body-landing-page .content-landing .landing-page-signup-form .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .body-landing-page .content-landing .landing-page-signup-form .row > [class*="col-"] + [class*="col-"] {
        margin-top: 0.7rem;
    }

    .body-landing-page .landing-page-signup-form .select-group .row > .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-top: 0 !important;
    }

    .seo-safety-list > div {
        padding: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .seo-guide-card {
        transition: none;
    }
}
