body {
    color: var(--bs-body-color);
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 18px 40px 18px;
    font-family: var(--maxsim-font);
}

body a {
    text-decoration: none;
}

body.page-landing {
    --maxsim-primary: #3683fc;
    --maxsim-primary-rgb: 54, 131, 252;
    --maxsim-secondary: #393939;
    --maxsim-link: #2762de;
    --maxsim-bg:
        radial-gradient(760px 420px at 6% -6%, rgba(32, 210, 228, .12) 0%, rgba(32, 210, 228, 0) 58%),
        radial-gradient(780px 420px at 100% 0%, rgba(54, 131, 252, .10) 0%, rgba(54, 131, 252, 0) 60%),
        linear-gradient(180deg, #fbfdff 0%, #f4f9ff 46%, #f8fbff 100%);
    --maxsim-text: #192132;
    --maxsim-text-muted: #526079;
    --maxsim-border: rgba(39, 98, 222, .12);
    --maxsim-surface-shadow: 0 16px 38px rgba(39, 98, 222, .08);
    --maxsim-landing-cyan: #20d2e4;
    --maxsim-landing-blue: #3683fc;
    --maxsim-landing-blue-deep: #2762de;
    --maxsim-landing-heading: #393939;
    --maxsim-landing-muted: rgba(57, 57, 57, .78);
    --maxsim-landing-muted-soft: rgba(57, 57, 57, .62);
    --maxsim-landing-pill-border: rgba(39, 98, 222, .16);
    --maxsim-landing-pill-bg: rgba(255, 255, 255, .88);
    --maxsim-landing-pill-text: #2762de;
    --maxsim-landing-nav-label: rgba(57, 57, 57, .72);
    --maxsim-landing-nav-link: #2762de;
    --maxsim-landing-nav-border: rgba(39, 98, 222, .16);
    --maxsim-landing-nav-active-bg: rgba(54, 131, 252, .08);
    --maxsim-landing-nav-active-text: #2762de;
    --maxsim-landing-hero-bg:
        radial-gradient(104% 150% at 0% 0%, rgba(32, 210, 228, .16) 0%, rgba(32, 210, 228, 0) 45%),
        radial-gradient(86% 120% at 100% 0%, rgba(54, 131, 252, .14) 0%, rgba(54, 131, 252, 0) 52%),
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(246, 250, 255, 1) 100%);
    --maxsim-landing-hero-border: rgba(39, 98, 222, .18);
    --maxsim-landing-hero-shadow: 0 28px 72px rgba(39, 98, 222, .10);
    --maxsim-landing-chip-bg: rgba(255, 255, 255, .88);
    --maxsim-landing-chip-border: rgba(54, 131, 252, .16);
    --maxsim-landing-chip-text: rgba(57, 57, 57, .78);
    --maxsim-landing-chip-shadow: 0 10px 24px rgba(39, 98, 222, .08);
    --maxsim-landing-panel-border: rgba(39, 98, 222, .12);
    --maxsim-landing-panel-bg: rgba(255, 255, 255, .92);
    --maxsim-landing-panel-shadow: 0 18px 40px rgba(39, 98, 222, .06);
    --maxsim-landing-section-border: rgba(39, 98, 222, .12);
    --maxsim-landing-section-bg: rgba(255, 255, 255, .94);
    --maxsim-landing-section-shadow: 0 18px 44px rgba(39, 98, 222, .06);
    --maxsim-landing-card-border: rgba(39, 98, 222, .12);
    --maxsim-landing-card-bg: rgba(255, 255, 255, .96);
    --maxsim-landing-network-border: rgba(32, 210, 228, .34);
    --maxsim-landing-network-bg: linear-gradient(180deg, rgba(32, 210, 228, .07) 0%, rgba(54, 131, 252, .04) 100%);
}

body.page-landing .btn {
    border-radius: 12px;
}

body.page-landing .btn-primary {
    background: linear-gradient(180deg, #3683fc 0%, #2762de 100%);
    border-color: #2762de;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(39, 98, 222, .16);
}

body.page-landing .btn-primary:hover,
body.page-landing .btn-primary:focus-visible {
    background: linear-gradient(180deg, #4b91ff 0%, #306de7 100%);
    border-color: #2f6ae5;
    color: #ffffff;
}

body.page-landing .btn-outline-primary {
    color: #2762de;
    border-color: rgba(39, 98, 222, .22);
    background: rgba(255, 255, 255, .88);
}

body.page-landing .btn-outline-primary:hover,
body.page-landing .btn-outline-primary:focus-visible {
    color: #2762de;
    border-color: rgba(39, 98, 222, .32);
    background: rgba(54, 131, 252, .08);
}

body.page-landing .btn-outline-secondary {
    color: #393939;
    border-color: rgba(57, 57, 57, .18);
    background: rgba(255, 255, 255, .84);
}

body.page-landing .btn-outline-secondary:hover,
body.page-landing .btn-outline-secondary:focus-visible {
    color: #1f1f1f;
    border-color: rgba(57, 57, 57, .26);
    background: rgba(57, 57, 57, .06);
}

body .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}

body .topbar_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

body .topbar_start {
    white-space: nowrap;
}

body .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

body .brand a {
    display: inline-flex;
    max-width: 100%;
}

body .brand img {
    display: block;
    width: min(320px, 100%);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

body .pill {
    font-family: var(--maxsim-font-monospace);
    font-size: 12px;
    padding: 4px 10px 2px 10px;
    border-radius: 999px;
    border: 1px solid var(--maxsim-landing-pill-border, rgba(0, 0, 0, .14));
    background: var(--maxsim-landing-pill-bg, #ffffff);
    color: var(--maxsim-landing-pill-text, #000000);
}

.navlinks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.navlinks .for_label {
    color: var(--maxsim-landing-nav-label, rgba(0, 0, 0, .72));
    font-weight: 900;
    padding: 6px 0;
}

.navlinks a {
    color: var(--maxsim-landing-nav-link, var(--maxsim-secondary));
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.navlinks a:hover,
.navlinks .active {
    border: 1px solid var(--maxsim-landing-nav-border, #c2c2c2);
}

.navlinks .active {
    background: var(--maxsim-landing-nav-active-bg, #e8e8e8);
    color: var(--maxsim-landing-nav-active-text, #000000);
}

#hero {
    border-radius: 22px;
    padding: 32px 28px;
    background: var(--maxsim-landing-hero-bg, linear-gradient(180deg, rgba(13, 71, 161, .06) 0%, rgba(255, 255, 255, 1) 38%));
    border: 1px solid var(--maxsim-landing-hero-border, rgba(13, 71, 161, .14));
    box-shadow: var(--maxsim-landing-hero-shadow, 0 24px 64px rgba(13, 71, 161, .08));
    position: relative;
    overflow: hidden;
}

#hero .hero_title {
    margin: 0;
    max-width: 920px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 20px;
    font-size: clamp(28px, 5.2vw, 56px);
    line-height: .96;
    letter-spacing: -.05em;
    font-weight: 900;
}

#hero .hero_title_small {
    font-size: clamp(24px, 4.2vw, 44px);
}

#hero .hero_title_word {
    display: inline-block;
    position: relative;
}

#hero .hero_title_word_plain {
    color: var(--maxsim-landing-heading, #393939);
}

#hero .hero_title_word_agentic {
    color: transparent;
    background: linear-gradient(135deg, #20d2e4 0%, #3683fc 58%, #2762de 100%);
    -webkit-background-clip: text;
    background-clip: text;
    padding: .08em .2em .14em .2em;
    margin: -.08em -.2em -.14em -.2em;
}

#hero .hero_title_word_agentic::before {
    content: '';
    position: absolute;
    inset: .12em -.04em .18em -.04em;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(32, 210, 228, .08) 0%, rgba(54, 131, 252, .12) 100%);
    z-index: -2;
}

#hero .hero_title_word_agentic::after {
    content: '';
    position: absolute;
    left: .18em;
    right: .2em;
    bottom: -.02em;
    height: .09em;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(32, 210, 228, .72) 0%, rgba(54, 131, 252, .2) 100%);
    box-shadow: 0 0 24px rgba(32, 210, 228, .18);
    z-index: -1;
}

body h1 {
    font-size: 42px;
    letter-spacing: -0.02em;
    line-height: 1.06;
    margin: 0;
    color: var(--maxsim-landing-heading, #000000);
}

#hero p {
    margin: 12px 0 0 0;
    font-size: 17px;
    line-height: 1.5;
    color: var(--maxsim-landing-muted, rgba(0, 0, 0, .78));
    max-width: 820px;
}

#hero .proof_strip {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 10px;
}

#hero .proof_strip span {
    display: block;
    border: 1px solid var(--maxsim-landing-chip-border, rgba(13, 71, 161, .14));
    border-radius: 16px;
    padding: 12px 14px;
    background: var(--maxsim-landing-chip-bg, rgba(255, 255, 255, .92));
    color: var(--maxsim-landing-chip-text, rgba(0, 0, 0, .74));
    box-shadow: var(--maxsim-landing-chip-shadow, 0 6px 18px rgba(13, 71, 161, .05));
    font-size: 13px;
}

#hero .proof_strip b {
    display: block;
    color: var(--maxsim-landing-heading, #393939);
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -.02em;
}

#hero .hero_examples {
    margin-top: 14px;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

#hero .hero_examples span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--maxsim-landing-chip-bg, rgba(255, 255, 255, .92));
    border: 1px solid var(--maxsim-landing-chip-border, rgba(13, 71, 161, .14));
    color: var(--maxsim-landing-chip-text, rgba(0, 0, 0, .74));
    font-size: 12px;
    white-space: nowrap;
    box-shadow: var(--maxsim-landing-chip-shadow, 0 6px 18px rgba(13, 71, 161, .05));
}

#hero .hero_examples span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--maxsim-landing-cyan, #20d2e4) 0%, var(--maxsim-landing-blue, #3683fc) 100%);
    box-shadow: 0 0 0 4px rgba(32, 210, 228, .12);
    flex: 0 0 auto;
}

#hero .hero_grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 14px;
    align-items: stretch;
}

#hero .cta_row {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#hero .cta_row .btn {
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#hero .tiny {
    margin-top: 10px;
    color: var(--maxsim-landing-muted-soft, rgba(0, 0, 0, .6));
    font-size: 13px;
}

body .panel {
    border-radius: 18px;
    border: 1px solid var(--maxsim-landing-panel-border, rgba(13, 71, 161, .12));
    background: var(--maxsim-landing-panel-bg, rgba(255, 255, 255, .94));
    padding: 14px;
    backdrop-filter: blur(4px);
    box-shadow: var(--maxsim-landing-panel-shadow, none);
}

body .panel .panel_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 14px;
    color: var(--maxsim-landing-muted, rgba(0, 0, 0, .72));
    text-transform: uppercase;
    letter-spacing: .06em;
}

body .kpi {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

body .kpi .item {
    border-radius: 14px;
    padding: 12px;
    border: 1px solid var(--maxsim-landing-card-border, rgba(0, 0, 0, .10));
    background: var(--maxsim-landing-card-bg, #ffffff);
}

body .kpi .item b {
    display: block;
    font-size: 15px;
}

body .kpi .item span {
    display: block;
    margin-top: 3px;
    color: var(--maxsim-landing-muted, rgba(0, 0, 0, .7));
    font-size: 13px;
}

body .section {
    margin-top: 26px;
    border-radius: 22px;
    border: 1px solid var(--maxsim-landing-section-border, rgba(0, 0, 0, .12));
    background: var(--maxsim-landing-section-bg, #ffffff);
    padding: 22px;
    box-shadow: var(--maxsim-landing-section-shadow, var(--maxsim-surface-shadow));
}

body .section h2 {
    margin: 0;
    font-size: 26px;
    letter-spacing: -0.01em;
    display: block;
}

body .section .sub {
    margin-top: 8px;
    margin-left: 0;
    color: var(--maxsim-landing-muted, rgba(0, 0, 0, .72));
    font-size: 15px;
    line-height: 1.5;
    display: block;
}

body .flow {
    margin-top: 14px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

body .flow .flow_box {
    flex: 1 1 0;
    min-width: 220px;
}

body .flow .flow_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    color: var(--maxsim-landing-muted-soft, rgba(0, 0, 0, .55));
    font-size: 20px;
}

body .network_context {
    margin-top: 12px;
    border-radius: 16px;
    border: 1px dashed var(--maxsim-landing-network-border, rgba(13, 71, 161, .18));
    padding: 14px;
    background: var(--maxsim-landing-network-bg, rgba(13, 71, 161, .03));
}

body .cardx {
    border-radius: 16px;
    border: 1px solid var(--maxsim-landing-card-border, rgba(0, 0, 0, .12));
    padding: 14px;
    background: var(--maxsim-landing-card-bg, #ffffff);
}

body .cardx .h {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
}

body .cardx .h .icon,
.panel_title .icon {
    color: var(--maxsim-primary);
}

body .cardx .t {
    margin-top: 6px;
    color: var(--maxsim-landing-muted, rgba(0, 0, 0, .74));
    font-size: 14px;
    line-height: 1.45;
}

body .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

body .bullets ul {
    margin: 10px 0 0 0;
    color: var(--maxsim-landing-muted, rgba(0, 0, 0, .82));
}

body .bullets li {
    margin: 6px 0;
}

body .columns5 {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    align-items: stretch;
}

body .faq {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

body details {
    border: 1px solid var(--maxsim-landing-card-border, rgba(0, 0, 0, .12));
    border-radius: 14px;
    padding: 12px 14px;
    background: var(--maxsim-landing-card-bg, #ffffff);
}

body details summary {
    cursor: pointer;
    font-weight: 900;
}

body details p {
    margin: 10px 0 0 0;
    color: var(--maxsim-landing-muted, rgba(0, 0, 0, .75));
    line-height: 1.5;
}

body.template-dark #faq .faq details {
    background: var(--maxsim-landing-card-bg);
    border-color: var(--maxsim-landing-card-border);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

body.template-dark #faq .faq details summary,
body.template-dark #faq .faq details summary::marker {
    color: var(--maxsim-landing-heading);
}

body.template-dark #faq .faq details p {
    color: var(--maxsim-landing-muted);
}

body .footer {
    margin: 20px 0 72px 0;
    color: var(--maxsim-landing-muted-soft, rgba(0, 0, 0, .62));
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

body .footer a {
    color: var(--maxsim-link);
    font-weight: 800;
}

body .landing_footer_cta {
    margin: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

body.page-landing .btn-center-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 106px;
    padding-left: 36px;
    padding-right: 36px;
}

body.page-landing .landing_footer_start {
    min-width: 230px;
}

body.page-landing .btn-center-label .icon {
    position: absolute;
    left: 14px;
    margin-right: 0;
}

body.page-landing.template-dark {
    --maxsim-primary: #6f98ff;
    --maxsim-primary-rgb: 111, 152, 255;
    --maxsim-secondary: #dde7ff;
    --maxsim-link: #9ab8ff;
    --maxsim-bg:
        radial-gradient(1100px 520px at 12% -6%, rgba(91, 140, 255, .12) 0%, rgba(91, 140, 255, 0) 58%),
        radial-gradient(860px 440px at 88% 0%, rgba(32, 210, 228, .10) 0%, rgba(32, 210, 228, 0) 62%),
        linear-gradient(180deg, #060b15 0%, #050a13 44%, #03070e 100%);
    --maxsim-text: #edf3ff;
    --maxsim-text-muted: #8fa1c9;
    --maxsim-border: rgba(108, 131, 186, .18);
    --maxsim-surface-shadow: 0 28px 72px rgba(0, 0, 0, .38);
    --maxsim-landing-cyan: #4adcec;
    --maxsim-landing-blue: #78a0ff;
    --maxsim-landing-blue-deep: #5b84f3;
    --maxsim-landing-heading: #f6f9ff;
    --maxsim-landing-muted: #a5b5d8;
    --maxsim-landing-muted-soft: #7f91bd;
    --maxsim-landing-pill-border: rgba(108, 131, 186, .20);
    --maxsim-landing-pill-bg: linear-gradient(180deg, rgba(12, 18, 33, .94) 0%, rgba(8, 13, 24, .98) 100%);
    --maxsim-landing-pill-text: #e5eeff;
    --maxsim-landing-nav-label: #7f91bd;
    --maxsim-landing-nav-link: #d1dcf6;
    --maxsim-landing-nav-border: rgba(91, 140, 255, .20);
    --maxsim-landing-nav-active-bg: linear-gradient(180deg, rgba(20, 30, 52, .96) 0%, rgba(14, 22, 39, .98) 100%);
    --maxsim-landing-nav-active-text: #ffffff;
    --maxsim-landing-hero-bg:
        radial-gradient(120% 180% at 0% 0%, rgba(32, 210, 228, .10) 0%, rgba(32, 210, 228, 0) 46%),
        radial-gradient(90% 140% at 100% 0%, rgba(91, 140, 255, .14) 0%, rgba(91, 140, 255, 0) 56%),
        linear-gradient(180deg, rgba(10, 16, 29, .98) 0%, rgba(7, 12, 22, .99) 100%);
    --maxsim-landing-hero-border: rgba(108, 131, 186, .20);
    --maxsim-landing-hero-shadow: 0 34px 84px rgba(0, 0, 0, .44);
    --maxsim-landing-chip-bg: linear-gradient(180deg, rgba(17, 26, 46, .96) 0%, rgba(12, 19, 35, .98) 100%);
    --maxsim-landing-chip-border: rgba(108, 131, 186, .18);
    --maxsim-landing-chip-text: #d5dff7;
    --maxsim-landing-chip-shadow: 0 12px 28px rgba(0, 0, 0, .24);
    --maxsim-landing-panel-border: rgba(108, 131, 186, .18);
    --maxsim-landing-panel-bg: linear-gradient(180deg, rgba(10, 16, 30, .96) 0%, rgba(7, 12, 23, .98) 100%);
    --maxsim-landing-panel-shadow: 0 18px 40px rgba(0, 0, 0, .24);
    --maxsim-landing-section-border: rgba(108, 131, 186, .18);
    --maxsim-landing-section-bg: linear-gradient(180deg, rgba(8, 13, 24, .98) 0%, rgba(6, 10, 18, .99) 100%);
    --maxsim-landing-section-shadow: 0 28px 68px rgba(0, 0, 0, .34);
    --maxsim-landing-card-border: rgba(120, 141, 194, .22);
    --maxsim-landing-card-bg: linear-gradient(180deg, rgba(18, 27, 47, .98) 0%, rgba(12, 18, 33, .99) 100%);
    --maxsim-landing-network-border: rgba(91, 140, 255, .26);
    --maxsim-landing-network-bg: linear-gradient(180deg, rgba(17, 28, 51, .90) 0%, rgba(11, 19, 35, .96) 100%);
    --maxsim-landing-shell-bg: linear-gradient(180deg, rgba(10, 16, 30, .92) 0%, rgba(7, 12, 22, .98) 100%);
    --maxsim-landing-shell-border: rgba(108, 131, 186, .18);
    --maxsim-landing-shell-shadow: 0 24px 54px rgba(0, 0, 0, .28);
}

body.page-landing.template-dark .topbar {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.page-landing.template-dark .brand {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.page-landing.template-dark .topbar_actions {
    padding: 6px;
    border-radius: 16px;
    border: 1px solid var(--maxsim-landing-panel-border);
    background: var(--maxsim-landing-panel-bg);
    box-shadow: var(--maxsim-landing-panel-shadow);
}

body.page-landing.template-dark #hero .hero_examples {
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid var(--maxsim-landing-panel-border);
    background: var(--maxsim-landing-panel-bg);
    box-shadow: var(--maxsim-landing-panel-shadow);
}

body.page-landing.template-dark #hero .hero_grid {
    padding: 6px;
    border-radius: 22px;
    border: 1px solid rgba(108, 131, 186, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .02) 0%, rgba(255, 255, 255, .01) 100%);
}

body.page-landing.template-dark .panel,
body.page-landing.template-dark .section {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.page-landing.template-dark .kpi .item,
body.page-landing.template-dark .cardx,
body.page-landing.template-dark details,
body.page-landing.template-dark .bullets {
    box-shadow: 0 16px 30px rgba(0, 0, 0, .22);
}

body.page-landing.template-dark .bullets {
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid var(--maxsim-landing-card-border);
    background: var(--maxsim-landing-card-bg);
}

body.page-landing.template-dark .cta_row {
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid var(--maxsim-landing-panel-border);
    background: var(--maxsim-landing-panel-bg);
    box-shadow: var(--maxsim-landing-panel-shadow);
}

body.page-landing.template-dark .tiny {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(108, 131, 186, .14);
    background: rgba(255, 255, 255, .03);
}

body.page-landing.template-dark .faq {
    padding: 4px;
    border-radius: 18px;
    border: 1px solid rgba(108, 131, 186, .10);
    background: rgba(255, 255, 255, .02);
}

body.page-landing.template-dark .flow_arrow {
    padding: 0 10px;
    border-radius: 16px;
    border: 1px solid var(--maxsim-landing-panel-border);
    background: var(--maxsim-landing-panel-bg);
    box-shadow: var(--maxsim-landing-panel-shadow);
}

body.page-landing.template-dark #screenshots .ms_controls {
    padding: 8px 10px;
    border-radius: 16px;
    border: 1px solid var(--maxsim-landing-panel-border);
    background: var(--maxsim-landing-panel-bg);
    box-shadow: var(--maxsim-landing-panel-shadow);
}

body.page-landing.template-dark #screenshots .ms_nav {
    border-color: var(--maxsim-landing-card-border);
    background: var(--maxsim-landing-card-bg);
    color: var(--maxsim-landing-muted);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
}

body.page-landing.template-dark #screenshots .ms_nav:hover {
    background: linear-gradient(180deg, rgba(30, 44, 76, .98) 0%, rgba(18, 28, 50, .98) 100%);
    color: #ffffff;
}

body.page-landing.template-dark #screenshots .ms_carousel_stage {
    box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
}

body.page-landing.template-dark .footer {
    display: table;
    margin: 20px auto 72px auto;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(108, 131, 186, .14);
    background: rgba(8, 13, 24, .88);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .22);
}

.ms_what_screenshots .ms_what_screenshots_grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 14px;
    align-items: start;
}

.ms_what_screenshots .ms_what_stack {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ms_what_screenshots .ms_screenshots_col {
    min-width: 0;
}

#hero .cta_row .btn-start {
    background: linear-gradient(135deg, #3683fc 0%, #1a5fd4 50%, #0e4bb0 100%);
    border: none;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .02em;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 6px 20px rgba(54, 131, 252, .35),
        0 0 40px rgba(54, 131, 252, .15),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    transition: all .2s ease;
    position: relative;
}

#hero .cta_row .btn-start.btn-center-label {
    min-width: 126px;
    padding-left: 42px;
    padding-right: 42px;
}

#hero .cta_row .btn-start.btn-center-label .icon {
    left: 20px;
}

#hero .cta_row .btn-start:hover,
#hero .cta_row .btn-start:focus-visible {
    background: linear-gradient(135deg, #4f95ff 0%, #276de5 50%, #1456c2 100%);
    box-shadow:
        0 8px 28px rgba(54, 131, 252, .45),
        0 0 56px rgba(54, 131, 252, .20),
        inset 0 1px 0 rgba(255, 255, 255, .22);
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 1100px) {
    body .columns5 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    #content {
        margin-left: 0;
        padding: 0;
    }

    #sidebar {
        display: none;
    }

    body {
        padding-top: 16px;
    }

    #hero .hero_examples {
        flex-wrap: wrap;
    }

    #hero .proof_strip {
        grid-template-columns: 1fr;
    }

    #hero .hero_grid {
        grid-template-columns: 1fr;
    }

    body .split {
        grid-template-columns: 1fr;
    }

    body h1 {
        font-size: 34px;
    }

    #hero .hero_title {
        gap: 0 12px;
    }

    body .flow {
        flex-direction: column;
        align-items: stretch;
    }

    body .flow .flow_arrow {
        min-height: 20px;
    }

    body .columns5 {
        grid-template-columns: 1fr;
    }

    .ms_what_screenshots .ms_what_screenshots_grid {
        grid-template-columns: 1fr;
    }

    #ai_prompt_text {
        min-height: 420px;
    }
}

@media (max-width: 600px) {
    body .brand img {
        width: min(300px, 88vw);
    }

    body .topbar {
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
    }

    body .topbar .brand {
        flex: 1 1 100%;
    }

    body .topbar .navlinks {
        flex: 1 1 100%;
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }

    body .topbar .navlinks a {
        padding: 6px 8px;
        white-space: nowrap;
    }

    body .topbar .topbar_login {
        flex: 1 1 100%;
        width: 100%;
    }

    body .topbar .topbar_start {
        flex: 1 1 100%;
        width: 100%;
    }
}

.topbar .lang_switch {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 6px;
}
.topbar .lang_switch a {
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: var(--maxsim-landing-muted);
}
.topbar .lang_switch a.active {
    background: rgba(var(--maxsim-primary-rgb), .10);
    color: var(--maxsim-link);
}
