
body.page-id-8649 #secondary,
body.page-id-8649 .widget-area,
body.page-id-8649 .entry-header,
body.page-id-8649 .edit-link,
body.page-id-8649 .storefront-breadcrumb,
body.page-id-8649 .akch-breadcrumbs {
    display: none !important;
}

body.page-id-8649 #content,
body.page-id-8649 #content > .col-full,
body.page-id-8649 .site-content > .col-full,
body.page-id-8649 #primary,
body.page-id-8649 .content-area,
body.page-id-8649 #main,
body.page-id-8649 article.page,
body.page-id-8649 .entry-content {
    float: none !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.ma-page {
    --black: #08090b;
    --black2: #10131a;
    --panel: #151922;
    --blue: #506fff;
    --green: #43d89a;
    --soft: #f6f7fa;
    --line: #e2e5eb;
    --text: #414754;
    --muted: #727a89;

    background: #fff;
    color: var(--black);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}

.ma-page * {
    box-sizing: border-box;
}

.ma-page h1,
.ma-page h2,
.ma-page h3,
.ma-page strong {
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif !important;
}

.ma-shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}


/* HERO */

.ma-hero {
    background:
        radial-gradient(
            circle at 76% 10%,
            rgba(80,111,255,.20),
            transparent 30%
        ),
        radial-gradient(
            circle at 15% 100%,
            rgba(67,216,154,.07),
            transparent 25%
        ),
        #08090b;

    color: #fff;
    padding: 110px 0;
}

.ma-hero-grid {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0,1.15fr) minmax(350px,.75fr);
}

.ma-kicker,
.ma-eyebrow,
.ma-side-label {
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ma-kicker {
    align-items: center;
    color: #9daeff;
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.ma-kicker > span {
    background: var(--green);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(67,216,154,.11);
    height: 7px;
    width: 7px;
}

.ma-hero h1 {
    color: #fff !important;
    font-size: clamp(52px,5.3vw,78px) !important;
    font-weight: 800 !important;
    letter-spacing: -.065em !important;
    line-height: .98 !important;
    margin: 0 0 28px !important;
    max-width: 780px;
}

.ma-hero-lead {
    color: #adb4c0;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    max-width: 700px;
}

.ma-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}


/* BUTTONS */

.ma-btn {
    align-items: center;
    border-radius: 11px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    text-decoration: none !important;
    transition: .18s ease;
}

.ma-btn:hover {
    transform: translateY(-2px);
}

.ma-btn-light {
    background: #fff;
    border: 1px solid #fff;
    color: #08090b !important;
}

.ma-btn-ghost,
.ma-btn-outline {
    background: transparent;
    border: 1px solid #3b414d;
    color: #fff !important;
}


/* CONSOLE */

.ma-console {
    background: #11151d;
    border: 1px solid #313744;
    border-radius: 20px;
    box-shadow: 0 35px 85px rgba(0,0,0,.35);
    overflow: hidden;
}

.ma-console-top {
    align-items: center;
    border-bottom: 1px solid #292f3a;
    color: #7f899b;
    display: flex;
    font-family: ui-monospace, monospace;
    font-size: 10px;
    justify-content: space-between;
    padding: 15px 18px;
}

.ma-console-dots {
    display: flex;
    gap: 6px;
}

.ma-console-dots span {
    background: #596274;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.ma-console-body {
    padding: 26px;
}

.ma-console-body > div {
    align-items: center;
    border-bottom: 1px solid #242a34;
    display: grid;
    font-family: ui-monospace, monospace;
    font-size: 12px;
    gap: 14px;
    grid-template-columns: 30px 1fr auto;
    padding: 17px 0;
}

.ma-console-body b {
    color: #738cff;
}

.ma-console-body span {
    color: #d3d8e2;
}

.ma-console-body em {
    color: var(--green);
    font-size: 10px;
    font-style: normal;
}

.ma-console-body p {
    color: #b5bdca;
    font-family: ui-monospace, monospace;
    font-size: 12px;
    margin: 28px 0 4px;
}


/* CONTENT */

.ma-section {
    padding: 105px 0;
}

.ma-content-layout {
    align-items: start;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0,1fr) 310px;
}

.ma-main {
    min-width: 0;
}

.ma-section-head {
    margin-bottom: 30px;
    max-width: 820px;
}

.ma-eyebrow {
    color: var(--blue);
    display: block;
    margin-bottom: 14px;
}

.ma-section-head h2 {
    color: #08090b !important;
    font-size: clamp(35px,4vw,56px) !important;
    font-weight: 780 !important;
    letter-spacing: -.055em !important;
    line-height: 1.03 !important;
    margin: 0 !important;
}

.ma-main > p {
    color: var(--text);
    font-size: 17px;
    line-height: 1.86;
    margin: 0 0 25px;
    max-width: 850px;
}

.ma-main > p.ma-intro {
    color: #171a20;
    font-size: 20px;
    line-height: 1.7;
}

.ma-top-gap {
    margin-top: 95px;
}


/* CALLOUT */

.ma-callout {
    align-items: flex-start;
    background: #f4f6ff;
    border: 1px solid #dce2ff;
    border-radius: 18px;
    display: grid;
    gap: 20px;
    grid-template-columns: 48px 1fr;
    margin: 42px 0 20px;
    padding: 28px;
}

.ma-callout-icon {
    align-items: center;
    background: #506fff;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-family: ui-monospace, monospace;
    font-size: 12px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.ma-callout strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.ma-callout p {
    color: #525a68;
    line-height: 1.75;
    margin: 0;
}


/* TOPIC GRID */

.ma-topic-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-top: 35px;
}

.ma-topic-grid article {
    border: 1px solid var(--line);
    border-radius: 17px;
    min-height: 220px;
    padding: 26px;
    transition: .18s ease;
}

.ma-topic-grid article:hover {
    border-color: #aebaff;
    box-shadow: 0 20px 45px rgba(9,13,24,.08);
    transform: translateY(-4px);
}

.ma-topic-grid article > span {
    color: var(--blue);
    font-family: ui-monospace, monospace;
    font-size: 11px;
}

.ma-topic-grid h3 {
    font-size: 20px !important;
    letter-spacing: -.035em !important;
    margin: 42px 0 10px !important;
}

.ma-topic-grid p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}


/* STEPS */

.ma-steps {
    border: 1px solid var(--line);
    border-radius: 18px;
    margin: 35px 0;
    overflow: hidden;
}

.ma-steps > div {
    align-items: start;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 24px;
    grid-template-columns: 55px 1fr;
    padding: 25px;
}

.ma-steps > div:last-child {
    border-bottom: 0;
}

.ma-steps b {
    color: var(--blue);
    font-family: ui-monospace, monospace;
    font-size: 11px;
}

.ma-steps strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

.ma-steps span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}


/* CUSTOM INFORMATION SIDEBAR */

.ma-side {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 30px;
}

.ma-side-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
    padding: 23px;
}

.ma-side-primary {
    background: #10131a;
    border-color: #10131a;
    color: #fff;
}

.ma-side-label {
    color: #7488ef;
    display: block;
    margin-bottom: 18px;
}

.ma-side-primary h3 {
    color: #fff !important;
    font-size: 23px !important;
    letter-spacing: -.04em !important;
    line-height: 1.15 !important;
    margin: 0 0 14px !important;
}

.ma-side-primary p {
    color: #a8afbc;
    font-size: 13px;
    line-height: 1.7;
}

.ma-side-primary a {
    background: #fff;
    border-radius: 9px;
    color: #08090b !important;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 22px;
    padding: 13px;
    text-align: center;
    text-decoration: none;
}

.ma-side-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ma-side-card li {
    border-bottom: 1px solid #edf0f4;
    color: #505865;
    font-size: 13px;
    padding: 10px 0;
}

.ma-side-card li:last-child {
    border-bottom: 0;
}

.ma-mini-step {
    align-items: center;
    border-bottom: 1px solid #edf0f4;
    display: grid;
    font-size: 13px;
    gap: 15px;
    grid-template-columns: 30px 1fr;
    padding: 11px 0;
}

.ma-mini-step:last-child {
    border-bottom: 0;
}

.ma-mini-step b {
    color: var(--blue);
    font-family: ui-monospace, monospace;
    font-size: 10px;
}

.ma-side-links a {
    align-items: center;
    border-bottom: 1px solid #edf0f4;
    color: #222733 !important;
    display: flex;
    font-size: 13px;
    font-weight: 650;
    justify-content: space-between;
    padding: 12px 0;
    text-decoration: none;
}

.ma-side-links a:last-child {
    border-bottom: 0;
}


/* FAQ */

.ma-faq {
    border-top: 1px solid #d9dde5;
}

.ma-faq details {
    border-bottom: 1px solid #d9dde5;
    padding: 20px 0;
}

.ma-faq summary {
    color: #12151a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.ma-faq p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
    margin: 16px 0 4px;
    max-width: 800px;
}


/* CTA */

.ma-cta {
    background: #f5f6f8;
    padding: 85px 0;
}

.ma-cta-inner {
    align-items: center;
    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(80,111,255,.18),
            transparent 30%
        ),
        #08090b;

    border: 1px solid #20242c;
    border-radius: 24px;
    color: #fff;
    display: grid;
    gap: 55px;
    grid-template-columns: 1fr auto;
    padding: 58px;
}

.ma-cta .ma-eyebrow {
    color: #7e91f6;
}

.ma-cta h2 {
    color: #fff !important;
    font-size: clamp(36px,4.2vw,59px) !important;
    font-weight: 780 !important;
    letter-spacing: -.06em !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 760px;
}

.ma-cta p {
    color: #a8afbc;
    line-height: 1.7;
    margin: 20px 0 0;
    max-width: 650px;
}

.ma-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 185px;
}


/* RESPONSIVE */

@media (max-width: 1020px) {

    .ma-hero-grid,
    .ma-content-layout {
        grid-template-columns: 1fr;
    }

    .ma-console {
        max-width: 650px;
    }

    .ma-side {
        grid-template-columns: repeat(2,minmax(0,1fr));
        position: static;
    }

    .ma-cta-inner {
        grid-template-columns: 1fr;
    }

    .ma-cta-actions {
        flex-direction: row;
    }
}

@media (max-width: 700px) {

    .ma-shell {
        padding: 0 18px;
    }

    .ma-hero {
        padding: 75px 0;
    }

    .ma-hero h1 {
        font-size: clamp(43px,12vw,60px) !important;
    }

    .ma-section {
        padding: 75px 0;
    }

    .ma-topic-grid,
    .ma-side {
        grid-template-columns: 1fr;
    }

    .ma-top-gap {
        margin-top: 70px;
    }

    .ma-callout {
        grid-template-columns: 1fr;
    }

    .ma-cta {
        padding: 55px 0;
    }

    .ma-cta-inner {
        border-radius: 18px;
        padding: 35px 25px;
    }

    .ma-cta-actions {
        flex-direction: column;
    }
}

