:root {
    --ml-ink: #0c1720;
    --ml-green: #003f2c;
    --ml-green-deep: #002d20;
    --ml-green-soft: #eaf2e9;
    --ml-yellow: #ffc928;
    --ml-paper: #fbfaf5;
    --ml-muted: #5d6870;
    --ml-line: #e6e8e1;
}

.marketing-landing-body {
    background: var(--ml-paper);
    color: var(--ml-ink);
}

.marketing-landing-shell {
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: hidden;
}

.marketing-landing-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.marketing-landing,
.marketing-landing * {
    box-sizing: border-box;
}

.marketing-landing {
    overflow: hidden;
    background: var(--ml-paper);
    font-family: Poppins, sans-serif;
}

.ml-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.ml-header {
    position: relative;
    z-index: 20;
    height: 74px;
    background: rgba(251, 250, 245, 0.96);
    border-bottom: 1px solid #e8e9e3;
}

.ml-header-inner,
.ml-header-actions,
.ml-header-nav {
    display: flex;
    align-items: center;
}

.ml-header-inner {
    height: 100%;
    justify-content: space-between;
    gap: 28px;
}

.ml-logo {
    color: var(--ml-ink);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
    text-decoration: none;
}

.ml-logo span { color: #f7bb00; }

.ml-header-nav {
    gap: 31px;
    margin-left: auto;
}

.ml-header-nav a,
.ml-login-link,
.ml-footer a {
    color: var(--ml-ink);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.ml-header-nav a:hover,
.ml-login-link:hover,
.ml-footer a:hover { color: #008149; }

.ml-header-actions { gap: 20px; }

.ml-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 50px;
    padding: 0 23px;
    border: 0;
    border-radius: 8px;
    color: #101a1c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ml-button:hover {
    color: #101a1c;
    transform: translateY(-2px);
}

.ml-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.ml-button-primary {
    background: linear-gradient(120deg, #ffd85a, var(--ml-yellow));
    box-shadow: 0 9px 20px rgba(247, 187, 0, 0.17);
}

.ml-button-primary:hover {
    background: #ffd239;
    box-shadow: 0 14px 24px rgba(198, 146, 0, 0.23);
}

.ml-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
}

.ml-button-secondary {
    border: 1px solid #c1d0c7;
    background: rgba(255, 255, 255, 0.62);
    color: var(--ml-green-deep);
}

.ml-button-secondary:hover {
    border-color: var(--ml-green);
    background: #fff;
    color: var(--ml-green-deep);
}

.ml-header-cta { min-height: 43px; padding: 0 17px; font-size: 12px; }
.ml-header-cta svg { width: 16px; height: 16px; }

.ml-hero {
    min-height: 572px;
    isolation: isolate;
    background: linear-gradient(97deg, var(--ml-paper) 0%, var(--ml-paper) 45%, #edf0e9 69%, #164733 100%);
}

.ml-hero-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 572px;
}

.ml-hero-copy {
    position: relative;
    z-index: 3;
    align-self: center;
    padding: 48px 0 44px;
}

.ml-eyebrow {
    display: inline-block;
    color: #5d6870;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.45px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ml-hero h1,
.ml-section-heading h2,
.ml-plan-card h2,
.ml-faq h2,
.ml-final-cta h2 {
    margin: 12px 0 0;
    color: var(--ml-ink);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -2.7px;
    line-height: 1.03;
}

.ml-hero h1 em { color: var(--ml-green); font-style: normal; }

.ml-hero-lead {
    max-width: 510px;
    margin: 17px 0 18px;
    color: #34434b;
    font-size: 17px;
    line-height: 1.45;
}

.ml-hero-note {
    margin: 9px 0 0;
    color: #697379;
    font-size: 12px;
}

.ml-hero-points {
    display: flex;
    gap: 29px;
    margin-top: 52px;
}

.ml-hero-points div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #253931;
}

.ml-hero-points svg,
.ml-step svg,
.ml-feature-card svg,
.ml-trust-grid svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ml-hero-points span {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
}

.ml-hero-visual {
    position: relative;
    min-height: 572px;
    margin-right: calc((min(1180px, calc(100vw - 48px)) - 100vw) / 2);
}

.ml-hero-photo {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url('/images/marketing/hero-workspace.jpg') center right / cover no-repeat;
}

.ml-hero-photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(251, 250, 245, 0.74), transparent 44%), linear-gradient(0deg, rgba(0, 45, 32, 0.12), transparent 45%);
    content: '';
}

.ml-store-window {
    position: absolute;
    top: 74px;
    right: 105px;
    width: min(495px, 82%);
    overflow: hidden;
    border: 4px solid #161b1c;
    border-radius: 18px 18px 6px 6px;
    background: #f9faf7;
    box-shadow: 0 25px 33px rgba(0, 25, 16, 0.27);
    transform: rotate(2.8deg) skewX(-2deg);
    transform-origin: 60% 100%;
}

.ml-window-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 43px;
    padding: 0 16px;
    color: #fff;
    background: #071512;
}

.ml-window-nav strong { margin-right: auto; font-size: 12px; font-style: italic; }
.ml-window-nav span { font-size: 7px; }
.ml-window-nav svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.ml-window-banner {
    position: relative;
    height: 160px;
    padding: 25px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 78% 43%, #365e4c 0%, #172a21 30%, #071512 69%);
}

.ml-window-banner::after {
    position: absolute;
    width: 230px;
    height: 87px;
    right: -22px;
    bottom: -4px;
    border: 9px solid rgba(255, 255, 255, 0.2);
    border-radius: 45% 42% 32% 48%;
    content: '';
    transform: rotate(-20deg);
}

.ml-window-banner h2 { margin: 0; font-size: 21px; font-style: italic; line-height: .93; }
.ml-window-banner p { margin: 11px 0 10px; font-size: 7px; letter-spacing: .6px; text-transform: uppercase; }
.ml-window-banner span { display: inline-flex; gap: 11px; padding: 6px 9px; border: 1px solid #d7e3dc; border-radius: 4px; font-size: 7px; }
.ml-window-banner b { font-size: 10px; }

.ml-window-products { min-height: 106px; padding: 11px 15px; background: #fff; }
.ml-window-product-heading { display: flex; justify-content: space-between; font-size: 8px; }
.ml-window-product-heading span { font-size: 7px; }
.ml-window-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 10px; }
.ml-window-product-grid i { height: 52px; border-radius: 4px; background: linear-gradient(145deg, #eef0ee, #c8d3cd); }
.ml-window-product-grid i:nth-child(2) { background: linear-gradient(145deg, #ede5dc, #7d817e); }
.ml-window-product-grid i:nth-child(3) { background: linear-gradient(145deg, #d7dddb, #1d2924); }
.ml-window-product-grid i:nth-child(4) { background: linear-gradient(145deg, #e8e0d6, #a6b3aa); }

.ml-dashboard-card {
    position: absolute;
    z-index: 2;
    top: 137px;
    right: 0;
    width: 225px;
    padding: 15px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 35px rgba(0, 25, 16, .19);
}

.ml-dashboard-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.ml-dashboard-heading strong { font-size: 10px; }
.ml-dashboard-heading span { padding: 4px 6px; border-radius: 4px; background: #f4f4ef; font-size: 6px; }
.ml-dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ml-dashboard-grid div { min-height: 61px; padding: 8px; border: 1px solid #e7e9e6; border-radius: 5px; }
.ml-dashboard-grid small, .ml-dashboard-grid em { display: block; color: #6a7478; font-size: 6px; font-style: normal; line-height: 1.3; }
.ml-dashboard-grid b { display: block; margin: 5px 0 4px; color: #12241d; font-size: 9px; }
.ml-dashboard-grid em { color: #177443; }

.ml-hero-scribble,
.ml-final-scribble {
    color: #fff;
    font-family: cursive;
    font-size: 14px;
    line-height: 1.1;
    transform: rotate(-8deg);
}

.ml-hero-scribble { position: absolute; right: 32px; bottom: 64px; }

.ml-model {
    padding: 44px 0 39px;
    background: #f1f4ed;
}

.ml-model-heading {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 16px 45px;
    align-items: end;
}

.ml-model-heading .ml-eyebrow { grid-column: 1; grid-row: 1; }
.ml-model-heading h2 {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin: 0;
    color: var(--ml-green);
    font-size: clamp(26px, 2.65vw, 32px);
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.05;
}
.ml-model-heading p { grid-column: 1; margin: 0; color: #536167; font-size: 13px; line-height: 1.5; }
.ml-model-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 28px; }
.ml-model-step { min-height: 164px; padding: 18px 17px; border: 1px solid #d8e2d7; border-radius: 7px; background: #fbfcf8; }
.ml-model-step span { color: #80a288; font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.ml-model-step h3 { margin: 18px 0 7px; color: var(--ml-ink); font-size: 14px; letter-spacing: -.5px; }
.ml-model-step p { margin: 0; color: #5a686c; font-size: 11px; line-height: 1.5; }
.ml-model-link { display: inline-flex; gap: 11px; margin-top: 20px; color: var(--ml-green); font-size: 12px; font-weight: 800; text-decoration: none; }
.ml-model-link:hover { color: #008149; }

.ml-how { padding: 47px 0 38px; background: #fffefa; }
.ml-section-heading { max-width: 760px; }
.ml-section-heading h2 { font-size: clamp(27px, 3vw, 36px); letter-spacing: -1.8px; }
.ml-section-heading p { margin: 7px 0 0; color: #e5eee8; font-size: 14px; }
.ml-center { margin-right: auto; margin-left: auto; text-align: center; }

.ml-steps { display: grid; grid-template-columns: 1fr 54px 1fr 54px 1fr; align-items: center; margin-top: 31px; }
.ml-step { padding: 0 28px; text-align: center; }
.ml-step svg { width: 30px; height: 30px; color: var(--ml-green); }
.ml-step h3 { margin: 14px 0 6px; font-size: 15px; letter-spacing: -.6px; }
.ml-step p { max-width: 260px; margin: 0 auto; color: #3c474c; font-size: 12px; line-height: 1.38; }
.ml-step-arrow { color: #a5acaa; font-size: 27px; font-weight: 400; text-align: center; }

.ml-resources {
    padding: 37px 0 31px;
    color: #fff;
    background: radial-gradient(circle at 78% 8%, #145b43 0%, var(--ml-green) 35%, var(--ml-green-deep) 100%);
}

.ml-light .ml-eyebrow { color: #b9d1c4; }
.ml-light h2 { color: #fff; }
.ml-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 22px; }
.ml-feature-card { min-height: 186px; padding: 17px 15px; border: 1px solid rgba(227, 243, 232, .24); border-radius: 6px; background: rgba(0, 38, 27, .22); }
.ml-feature-card svg { width: 28px; height: 28px; color: #e7f0ea; }
.ml-feature-card h3 { margin: 16px 0 6px; color: #fff; font-size: 13px; }
.ml-feature-card p { margin: 0; color: #e1ebe4; font-size: 11px; line-height: 1.46; }

.ml-plan-card {
    display: grid;
    grid-template-columns: 1.25fr .7fr 1fr;
    align-items: center;
    gap: 28px;
    margin-top: 18px;
    padding: 24px 34px;
    border-radius: 8px;
    color: var(--ml-ink);
    background: #fffefa;
}

.ml-plan-card .ml-eyebrow { font-size: 9px; color: #62716b; }
.ml-plan-card h2 { margin-top: 5px; font-size: 22px; letter-spacing: -1.2px; }
.ml-plan-card p { margin: 7px 0 0; color: #57646a; font-size: 11px; line-height: 1.45; }
.ml-plan-price { text-align: center; }
.ml-plan-price strong { color: var(--ml-green); font-size: 29px; letter-spacing: -1.6px; }
.ml-plan-price > span { margin-left: 4px; font-size: 12px; }
.ml-plan-price .ml-button { min-height: 39px; margin-top: 10px; padding: 0 17px; font-size: 11px; }
.ml-plan-price .ml-button svg { width: 15px; }
.ml-plan-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.ml-plan-list li { position: relative; padding-left: 19px; color: #33433d; font-size: 10px; line-height: 1.25; }
.ml-plan-list li::before { position: absolute; top: 0; left: 0; width: 13px; height: 13px; border-radius: 50%; color: #fff; background: #6ab977; content: '✓'; font-size: 9px; font-weight: 900; line-height: 13px; text-align: center; }

.ml-trust-strip { padding: 16px 0; background: #f5f4ee; }
.ml-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ml-trust-grid > div { display: flex; align-items: center; gap: 12px; }
.ml-trust-grid svg { flex: 0 0 auto; color: var(--ml-green); }
.ml-trust-grid p { margin: 0; color: #667077; font-size: 10px; line-height: 1.3; }
.ml-trust-grid b { display: block; margin-bottom: 2px; color: var(--ml-ink); font-size: 11px; }

.ml-faq { padding: 43px 0 38px; background: #fffefa; }
.ml-faq-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 105px; align-items: start; }
.ml-faq-intro h2 { margin-top: 10px; font-size: 30px; letter-spacing: -1.7px; }
.ml-faq-intro p { margin: 8px 0 0; color: #617076; font-size: 12px; }
.ml-faq-list { display: grid; gap: 6px; }
.ml-faq-list details { border: 1px solid #e5e7e3; border-radius: 4px; background: #fff; }
.ml-faq-list summary { display: flex; align-items: center; justify-content: space-between; padding: 10px 13px; cursor: pointer; color: #253036; font-size: 10px; font-weight: 600; list-style: none; }
.ml-faq-list summary::-webkit-details-marker { display: none; }
.ml-faq-list summary span { font-size: 18px; font-weight: 400; }
.ml-faq-list details[open] summary span { transform: rotate(45deg); }
.ml-faq-list details p { margin: -1px 13px 12px; color: #657076; font-size: 10px; line-height: 1.5; }

.ml-final-cta { position: relative; overflow: hidden; padding: 31px 0; color: #fff; background: radial-gradient(circle at 13% 80%, #1b664a 0%, var(--ml-green) 30%, var(--ml-green-deep) 90%); }
.ml-final-cta::before { position: absolute; inset: 0 auto 0 0; width: 240px; background: url('/images/marketing/hero-workspace.jpg') left bottom / 500px auto no-repeat; content: ''; filter: grayscale(1) contrast(1.2) brightness(.48); opacity: .33; mix-blend-mode: screen; }
.ml-final-grid { position: relative; display: grid; grid-template-columns: 1.2fr .68fr .4fr; align-items: center; gap: 35px; }
.ml-final-cta .ml-eyebrow { color: #d4e5dc; font-size: 9px; }
.ml-final-cta h2 { color: #fff; font-size: 27px; letter-spacing: -1.4px; }
.ml-final-cta p { margin: 8px 0 0; color: #e4eee8; font-size: 11px; }
.ml-final-grid > div:nth-child(2) { text-align: center; }
.ml-final-grid > div:nth-child(2) p { white-space: nowrap; }
.ml-final-scribble { margin: 0; text-align: center; }

.ml-footer { padding: 18px 0; background: #fffefa; }
.ml-footer .ml-container { display: flex; align-items: center; gap: 28px; }
.ml-footer .ml-logo { font-size: 22px; }
.ml-footer > .ml-container > span { color: #5f696c; font-size: 9px; }
.ml-footer nav { display: flex; gap: 22px; margin-left: auto; }
.ml-footer a { font-size: 9px; }

.marketing-guide { min-height: 100vh; background: var(--ml-paper); }
.mg-hero {
    padding: 83px 0 78px;
    color: #fff;
    background: radial-gradient(circle at 90% 15%, #1b6449 0%, var(--ml-green) 42%, var(--ml-green-deep) 100%);
}
.mg-hero .ml-container { max-width: 900px; margin-left: max(24px, calc((100% - 1180px) / 2)); }
.mg-breadcrumb { display: flex; gap: 8px; margin-bottom: 18px; color: #b9d5c4; font-size: 11px; }
.mg-breadcrumb a { color: #fff; text-decoration: none; }
.mg-breadcrumb a:hover { text-decoration: underline; }
.mg-hero .ml-eyebrow { color: #b9d5c4; }
.mg-hero h1 { max-width: 760px; margin: 14px 0 0; color: #fff; font-size: clamp(37px, 5vw, 60px); font-weight: 900; letter-spacing: -3px; line-height: 1.02; }
.mg-hero p { max-width: 680px; margin: 18px 0 25px; color: #e1ece6; font-size: 17px; line-height: 1.55; }
.mg-body { width: min(820px, calc(100% - 48px)); padding: 58px 0 66px; }
.mg-body > section { padding: 0 0 31px; border-bottom: 1px solid #e1e6df; }
.mg-body > section + section { padding-top: 31px; }
.mg-body h2 { margin: 0; color: var(--ml-ink); font-size: 25px; letter-spacing: -1.2px; line-height: 1.18; }
.mg-body > section p { margin: 12px 0 0; color: #45545a; font-size: 15px; line-height: 1.72; }
.mg-callout { margin-top: 42px; padding: 30px; border-radius: 10px; background: #eaf2e9; }
.mg-callout h2 { max-width: 550px; margin-top: 7px; font-size: 27px; }
.mg-callout p { max-width: 590px; margin: 10px 0 19px; color: #4b5d57; font-size: 13px; line-height: 1.55; }
.mg-related-guides { padding-top: 31px; }
.mg-related-guides .ml-eyebrow { color: #60716a; }
.mg-related-guides h2 { margin-top: 8px; }
.mg-related-guides > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 17px; }
.mg-related-guides a { display: flex; justify-content: space-between; gap: 8px; min-height: 68px; padding: 16px; border: 1px solid #dce6da; border-radius: 8px; color: var(--ml-ink); background: #fff; font-size: 12px; font-weight: 700; line-height: 1.3; text-decoration: none; }
.mg-related-guides a:hover { border-color: var(--ml-green); color: var(--ml-green); }
.mg-guide-faq { padding-top: 35px; }
.mg-guide-faq .ml-eyebrow { color: #60716a; }
.mg-guide-faq h2 { margin-top: 8px; }
.mg-guide-faq .ml-faq-list { margin-top: 17px; }
.mg-guide-faq .ml-faq-list summary { font-size: 12px; }
.mg-guide-faq .ml-faq-list details p { font-size: 12px; }

.ml-reveal { animation: ml-rise .65s both; }
.ml-reveal-delay { animation-delay: .12s; }
.ml-reveal-delay-2 { animation-delay: .24s; }
@keyframes ml-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .ml-reveal { animation: none; } .ml-button { transition: none; } }

@media (max-width: 1040px) {
    .ml-hero-grid { grid-template-columns: 48% 52%; }
    .ml-store-window { right: 48px; }
    .ml-dashboard-card { right: -8px; transform: scale(.88); transform-origin: right top; }
    .ml-feature-grid { grid-template-columns: repeat(3, 1fr); }
    .ml-feature-card { min-height: 160px; }
    .ml-feature-card:last-child { grid-column: 2; }
    .ml-faq-grid { gap: 55px; }
    .ml-model-flow { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
    .ml-container { width: min(100% - 32px, 560px); }
    .ml-header { height: 64px; }
    .ml-header-nav, .ml-login-link { display: none; }
    .ml-header-inner { gap: 10px; }
    .ml-logo { font-size: 25px; }
    .ml-header-cta { min-height: 38px; padding: 0 13px; font-size: 10px; }
    .ml-header-cta svg { display: none; }
    .ml-hero { min-height: auto; background: #f9f8f2; }
    .ml-hero-grid { display: block; min-height: 0; }
    .ml-hero-copy { padding: 50px 0 28px; }
    .ml-hero h1 { font-size: clamp(37px, 11vw, 49px); letter-spacing: -2.4px; }
    .ml-hero-lead { font-size: 15px; }
    .ml-hero-actions { align-items: stretch; }
    .ml-hero-actions .ml-button { flex: 1 1 180px; }
    .ml-hero-points { gap: 14px; margin-top: 37px; }
    .ml-hero-points div { gap: 6px; }
    .ml-hero-points svg { width: 19px; height: 19px; }
    .ml-hero-points span { font-size: 8px; }
    .ml-hero-visual { min-height: 333px; margin: 0 -16px; }
    .ml-hero-photo { background-position: 61% center; }
    .ml-store-window { top: 46px; right: 17%; width: 76%; border-width: 3px; transform: rotate(2deg); }
    .ml-window-nav { height: 31px; padding: 0 10px; gap: 7px; }
    .ml-window-nav span { display: none; }
    .ml-window-banner { height: 105px; padding: 15px; }
    .ml-window-banner h2 { font-size: 15px; }
    .ml-window-banner p { margin: 8px 0; font-size: 5px; }
    .ml-window-products { min-height: 73px; padding: 7px 10px; }
    .ml-window-product-grid { gap: 5px; margin-top: 6px; }
    .ml-window-product-grid i { height: 34px; }
    .ml-dashboard-card { top: 87px; right: 2px; width: 165px; padding: 10px; transform: scale(.78); transform-origin: right top; }
    .ml-hero-scribble { right: 19px; bottom: 23px; font-size: 11px; }
    .ml-how { padding: 41px 0 29px; }
    .ml-model { padding: 38px 0 32px; }
    .ml-model-heading { display: block; }
    .ml-model-heading h2 { margin: 8px 0; font-size: 31px; }
    .ml-model-heading p { font-size: 12px; }
    .ml-model-flow { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
    .ml-model-step { min-height: 176px; padding: 14px; }
    .ml-model-step h3 { margin-top: 13px; font-size: 12px; }
    .ml-model-step p { font-size: 10px; }
    .ml-section-heading h2 { font-size: 28px; }
    .ml-steps { grid-template-columns: 1fr; gap: 21px; margin-top: 27px; }
    .ml-step { padding: 0 14px; }
    .ml-step-arrow { display: none; }
    .ml-resources { padding: 35px 0 26px; }
    .ml-feature-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .ml-feature-card { min-height: 160px; padding: 13px; }
    .ml-feature-card:last-child { grid-column: auto; }
    .ml-feature-card h3 { margin-top: 12px; font-size: 12px; }
    .ml-feature-card p { font-size: 10px; }
    .ml-plan-card { grid-template-columns: 1fr; gap: 17px; margin-top: 12px; padding: 21px; text-align: center; }
    .ml-plan-card h2 { font-size: 21px; }
    .ml-plan-list { text-align: left; }
    .ml-trust-grid { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
    .ml-trust-grid > div { align-items: flex-start; }
    .ml-trust-grid p { font-size: 9px; }
    .ml-faq { padding: 39px 0 31px; }
    .ml-faq-grid { grid-template-columns: 1fr; gap: 24px; }
    .ml-faq-intro h2 { font-size: 28px; }
    .ml-final-cta { padding: 31px 0; }
    .ml-final-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
    .ml-final-cta h2 { font-size: 25px; }
    .ml-final-grid > div:nth-child(2) p { white-space: normal; }
    .ml-final-scribble { display: none; }
    .ml-footer .ml-container { flex-wrap: wrap; justify-content: center; gap: 12px 18px; text-align: center; }
    .ml-footer nav { width: 100%; justify-content: center; margin: 0; gap: 14px; }
    .mg-hero { padding: 58px 0 51px; }
    .mg-hero .ml-container { width: min(100% - 32px, 560px); margin: 0 auto; }
    .mg-hero h1 { font-size: 39px; letter-spacing: -2px; }
    .mg-hero p { font-size: 15px; }
    .mg-body { width: min(100% - 32px, 560px); padding: 40px 0; }
    .mg-body h2 { font-size: 23px; }
    .mg-body > section p { font-size: 14px; }
    .mg-callout { padding: 22px; }
    .mg-callout h2 { font-size: 23px; }
    .mg-related-guides > div { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
    .ml-hero-points { gap: 8px; }
    .ml-hero-points span { font-size: 7px; }
    .ml-feature-grid { grid-template-columns: 1fr; }
    .ml-trust-grid { grid-template-columns: 1fr; }
}

/* Partner store onboarding */
.marketing-onboarding {
    min-height: 100vh;
    padding-top: 34px;
    background: linear-gradient(135deg, #f7f4e6 0%, #f7faf6 48%, #edf3ec 100%);
}

.mo-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(340px, .86fr);
    align-items: start;
    gap: 18px;
    padding-bottom: 32px;
}

.mo-form-card,
.mo-side-card {
    border: 1px solid #e1e7df;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(19, 52, 38, .07);
}

.mo-form-card {
    padding: 44px;
    background: #fffefa;
}

.mo-form-intro { max-width: 660px; }
.mo-form-intro h1 {
    margin: 11px 0 8px;
    color: var(--ml-green);
    font-size: clamp(35px, 4.1vw, 55px);
    font-weight: 900;
    letter-spacing: -2.8px;
    line-height: 1.02;
}
.mo-form-intro p { margin: 0; color: #56646a; font-size: 15px; line-height: 1.55; }

.mo-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 33px 0 34px;
    padding: 0;
    list-style: none;
}

.mo-progress li {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #7d8688;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.mo-progress li::after {
    position: absolute;
    top: 15px;
    left: calc(50% + 20px);
    width: calc(100% - 38px);
    height: 1px;
    background: #d9dfdb;
    content: '';
}

.mo-progress li:last-child::after { display: none; }
.mo-progress li > span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 1px solid #d7ded8;
    border-radius: 50%;
    background: #fffefa;
    color: #657269;
    font-size: 12px;
    position: relative;
    z-index: 1;
}
.mo-progress li.is-active { color: var(--ml-green); }
.mo-progress li.is-active > span { border-color: var(--ml-green); background: var(--ml-green); color: #fff; }
.mo-progress li.is-complete { color: #417054; }
.mo-progress li.is-complete > span { border-color: #6bb37a; background: #6bb37a; color: #fff; }
.mo-progress li.is-complete::after { background: #6bb37a; }

.marketing-onboarding form { margin: 0; }
.mo-form-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.mo-form-step[hidden] { display: none; }
.mo-form-step legend {
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 29px;
    border-top: 1px solid #dde4dc;
    color: var(--ml-ink);
    font-size: 29px;
    font-weight: 900;
    letter-spacing: -1.3px;
    line-height: 1.1;
}
.mo-step-lead { max-width: 620px; margin: 7px 0 25px; color: #627075; font-size: 13px; line-height: 1.5; }
.marketing-onboarding .field { display: grid; gap: 7px; margin: 0 0 18px; }
.marketing-onboarding .field > span { color: #14231e; font-size: 12px; font-weight: 800; }
.marketing-onboarding .field > span em { color: #829087; font-size: 10px; font-style: normal; font-weight: 600; }
.marketing-onboarding .field small { color: #738077; font-size: 10px; line-height: 1.45; }
.marketing-onboarding input:not([type='color']),
.marketing-onboarding textarea,
.marketing-onboarding select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e0d9;
    border-radius: 7px;
    outline: none;
    background: #fff;
    color: #1d2b28;
    font: inherit;
    font-size: 13px;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}
.marketing-onboarding input:not([type='color']),
.marketing-onboarding textarea { padding: 12px 14px; }
.marketing-onboarding select { padding: 0 14px; }
.marketing-onboarding textarea { resize: vertical; }
.marketing-onboarding input:focus,
.marketing-onboarding textarea:focus,
.marketing-onboarding select:focus { border-color: #26834f; box-shadow: 0 0 0 3px rgba(38, 131, 79, .11); }

.mo-name-field {
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: hidden;
    border: 1px solid #d9e0d9;
    border-radius: 7px;
    background: #fff;
}
.mo-name-field:focus-within { border-color: #26834f; box-shadow: 0 0 0 3px rgba(38, 131, 79, .11); }
.mo-name-field input { min-width: 0; border: 0 !important; box-shadow: none !important; }
.mo-suggest-button {
    align-self: stretch;
    border: 0;
    border-left: 1px solid #e1e7df;
    background: #f5f7f2;
    color: var(--ml-green);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}
.mo-suggest-button:hover { background: #edf3ea; }

.mo-domain-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: stretch;
    border: 1px solid #d9e0d9;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}
.mo-domain-field:focus-within { border-color: #26834f; box-shadow: 0 0 0 3px rgba(38, 131, 79, .11); }
.mo-domain-field input { min-width: 0; border: 0 !important; box-shadow: none !important; }
.mo-domain-field > span { display: grid; place-items: center; padding: 0 11px; border-left: 1px solid #e1e7df; background: #f4f6f2; color: #516058; font-size: 12px; font-weight: 700; }
.mo-domain-field strong { display: grid; place-items: center; margin: 8px; padding: 0 11px; border-radius: 5px; background: #e7f4e9; color: #277645; font-size: 10px; white-space: nowrap; }
.mo-suggestion-area > span { display: block; margin-bottom: 8px; color: #33433b; font-size: 11px; font-weight: 800; }
.mo-suggestion-area .hint-row { margin: 0; }
.mo-suggestion-area .hint-chip { min-height: 35px; font-size: 10px; }

.mo-fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.mo-pix-block { margin: 11px 0 18px; padding: 21px; border: 1px solid #d9e7d9; border-radius: 9px; background: #f4f8f1; }
.mo-pix-block .ml-eyebrow { color: #66826d; font-size: 9px; }
.mo-pix-block h2 { margin: 5px 0 4px; color: var(--ml-green); font-size: 20px; letter-spacing: -1px; }
.mo-pix-block > p { margin: 0 0 18px; color: #5b6b61; font-size: 11px; line-height: 1.45; }

.mo-step-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #e0e6df;
}
.mo-step-actions .ml-button { min-width: 150px; min-height: 48px; }
.mo-back-button { border: 0; background: transparent; color: #5a6960; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.mo-back-button:hover { color: var(--ml-green); }

.mo-branding-fields { display: grid; gap: 18px; }
.mo-branding-fields .branding-preview-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 14px; }
.mo-branding-fields .readonly-card { padding: 15px; border: 1px solid #dae4d9; border-radius: 8px; background: #f7faf5; }
.mo-branding-fields .asset-placeholder { min-height: 115px; font-size: 10px; }
.mo-branding-fields .asset-placeholder-banner { min-height: 115px; }
.mo-branding-fields .asset-preview-logo { max-width: 100%; }
.mo-branding-fields .palette-guide { padding: 17px; border: 1px solid #dde6dc; border-radius: 8px; background: #f8faf6; }
.mo-branding-fields .palette-guide h3 { margin: 5px 0; color: #26372d; font-size: 15px; }
.mo-branding-fields .palette-guide p { margin: 0; font-size: 11px; }
.mo-branding-fields .palette-card { min-width: 145px; padding: 10px; font-size: 11px; }
.mo-branding-fields .palette-swatch { width: 20px; height: 20px; }
.mo-branding-fields .palette-card small { font-size: 9px; }
.mo-branding-fields .color-picker { width: 49px; min-width: 49px; }
.mo-branding-fields .color-field { display: flex; }

.mo-review-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #dce6db; border-radius: 9px; }
.mo-review-card div { min-height: 87px; padding: 17px; border-right: 1px solid #dce6db; border-bottom: 1px solid #dce6db; background: #fff; }
.mo-review-card div:nth-child(2n) { border-right: 0; }
.mo-review-card div:nth-last-child(-n+2) { border-bottom: 0; }
.mo-review-card span { display: block; color: #738078; font-size: 10px; }
.mo-review-card strong { display: block; margin-top: 6px; color: var(--ml-green); font-size: 14px; overflow-wrap: anywhere; }
.mo-payment-note { margin-top: 17px; padding: 21px; border-radius: 9px; color: #fff; background: var(--ml-green); }
.mo-payment-note > span { color: #c7ddd0; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.mo-payment-note strong { display: block; margin: 5px 0; font-size: 28px; letter-spacing: -1.2px; }
.mo-payment-note strong small { color: #dcece2; font-size: 12px; font-weight: 500; }
.mo-payment-note p { margin: 0; color: #d9e9df; font-size: 11px; line-height: 1.45; }

.mo-side-card {
    position: sticky;
    top: 20px;
    min-height: 680px;
    padding: 39px 31px 26px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 113% 5%, #326d56 0%, rgba(0, 63, 44, .2) 28%), linear-gradient(145deg, #003f2c 0%, #002c20 100%);
}
.mo-side-card::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, transparent 0 55%, rgba(0, 0, 0, .18) 55% 72%, transparent 72%), url('/images/marketing/hero-workspace.jpg') 90% 5% / 780px auto no-repeat;
    content: '';
    opacity: .23;
    mix-blend-mode: screen;
    pointer-events: none;
}
.mo-side-card > * { position: relative; z-index: 1; }
.mo-side-copy .ml-eyebrow { color: #c8ded0; font-size: 9px; }
.mo-side-copy h2 { margin: 13px 0 9px; color: #fff; font-size: 38px; font-weight: 900; letter-spacing: -2.2px; line-height: .98; }
.mo-side-copy p { max-width: 280px; margin: 0; color: #dfebe3; font-size: 13px; line-height: 1.45; }
.mo-benefit-list { display: grid; gap: 18px; margin: 30px 0 28px; padding: 0; list-style: none; }
.mo-benefit-list li { display: grid; grid-template-columns: 29px 1fr; gap: 11px; align-items: start; }
.mo-benefit-list li > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #183b2a; background: #ffd348; font-size: 15px; font-weight: 900; }
.mo-benefit-list strong, .mo-benefit-list small { display: block; }
.mo-benefit-list strong { color: #fff; font-size: 12px; }
.mo-benefit-list small { margin-top: 2px; color: #c7dbce; font-size: 10px; line-height: 1.35; }

.mo-store-preview { overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; background: #fff; color: var(--ml-ink); box-shadow: 0 12px 25px rgba(0,0,0,.18); }
.mo-browser-bar { display: flex; align-items: center; gap: 5px; min-height: 26px; padding: 0 9px; border-bottom: 1px solid #ecefe9; background: #f6f8f4; }
.mo-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #ef6055; }
.mo-browser-bar i:nth-child(2) { background: #efba40; }
.mo-browser-bar i:nth-child(3) { background: #57b86e; }
.mo-browser-bar strong { margin-left: 4px; overflow: hidden; color: #5a6a62; font-size: 8px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.mo-preview-body { position: relative; display: grid; grid-template-columns: 1fr auto auto auto; gap: 11px; padding: 10px; font-size: 7px; }
.mo-preview-body > b { color: #14241d; font-size: 10px; }
.mo-preview-body > span { color: #4f5f56; }
.mo-preview-hero { grid-column: 1 / -1; display: grid; align-content: center; gap: 5px; height: 101px; padding: 13px; border-radius: 5px; background: linear-gradient(115deg, #e9ece7 0%, #f4f1e9 52%, #b7c5bc 52%, #e3e7e2 100%); }
.mo-preview-hero strong { max-width: 120px; color: #13241d; font-size: 16px; letter-spacing: -.9px; line-height: .95; }
.mo-preview-hero small { font-size: 7px; }
.mo-preview-products { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.mo-preview-products i { height: 44px; border-radius: 4px; background: linear-gradient(145deg, #d7e1da, #6f8879); }
.mo-preview-products i:nth-child(2) { background: linear-gradient(145deg, #efeee7, #a3aaa4); }
.mo-preview-products i:nth-child(3) { background: linear-gradient(145deg, #e6e5e0, #111e19); }
.mo-preview-products i:nth-child(4) { background: linear-gradient(145deg, #f1eadf, #bfab8f); }
.mo-price-chip { position: absolute; right: 17px; bottom: 14px; width: 180px; padding: 15px; border-radius: 9px; color: var(--ml-ink); background: #fffefa; box-shadow: 0 12px 23px rgba(0,0,0,.2); }
.mo-price-chip span { display: block; color: #59695e; font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.mo-price-chip strong { display: block; margin-top: 5px; color: var(--ml-green); font-size: 21px; letter-spacing: -1px; }
.mo-price-chip strong small { color: #56655d; font-size: 10px; font-weight: 600; }
.mo-price-chip p { margin: 5px 0 0; color: #5d6961; font-size: 9px; line-height: 1.35; }

.mo-trust-strip { padding: 24px 0; background: #fffefa; }
.mo-trust-strip .ml-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.mo-trust-strip .ml-container > div { display: flex; align-items: center; gap: 12px; }
.mo-trust-strip .ml-container > div > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--ml-green); background: #e9f2e9; font-size: 21px; }
.mo-trust-strip p { margin: 0; color: #647168; font-size: 10px; line-height: 1.4; }
.mo-trust-strip b { display: block; color: var(--ml-ink); font-size: 12px; }

@media (max-width: 1040px) {
    .mo-shell { grid-template-columns: minmax(0, 1fr) 335px; }
    .mo-form-card { padding: 34px; }
    .mo-side-card { padding: 30px 22px; }
    .mo-side-copy h2 { font-size: 33px; }
}

@media (max-width: 820px) {
    .marketing-onboarding { padding-top: 20px; }
    .mo-shell { grid-template-columns: 1fr; }
    .mo-side-card { position: relative; top: auto; min-height: auto; padding: 28px 24px 160px; }
    .mo-side-copy h2 { font-size: 35px; }
    .mo-benefit-list { grid-template-columns: repeat(3, 1fr); gap: 11px; }
    .mo-benefit-list li { grid-template-columns: 1fr; gap: 6px; }
    .mo-store-preview { max-width: 470px; }
    .mo-price-chip { right: 23px; bottom: 19px; }
}

@media (max-width: 620px) {
    .marketing-onboarding { padding-top: 13px; }
    .mo-shell { width: min(100% - 24px, 560px); gap: 12px; padding-bottom: 17px; }
    .mo-form-card { padding: 27px 18px; border-radius: 13px; }
    .mo-form-intro h1 { font-size: 37px; letter-spacing: -2.1px; }
    .mo-form-intro p { font-size: 13px; }
    .mo-progress { margin: 26px 0; }
    .mo-progress li { gap: 6px; font-size: 8px; }
    .mo-progress li > span { width: 27px; height: 27px; font-size: 10px; }
    .mo-progress li::after { top: 13px; left: calc(50% + 17px); width: calc(100% - 31px); }
    .mo-form-step legend { padding-top: 23px; font-size: 25px; }
    .mo-step-lead { margin-bottom: 20px; font-size: 12px; }
    .mo-name-field { grid-template-columns: 1fr; }
    .mo-name-field input { border-bottom: 1px solid #e1e7df !important; }
    .mo-suggest-button { min-height: 40px; border-left: 0; }
    .mo-domain-field { grid-template-columns: minmax(0, 1fr) auto; }
    .mo-domain-field strong { grid-column: 1 / -1; justify-self: start; margin: 0 0 8px 8px; min-height: 27px; }
    .mo-fields-grid { grid-template-columns: 1fr; gap: 0; }
    .mo-pix-block { padding: 17px 14px; }
    .mo-pix-block h2 { font-size: 18px; }
    .mo-branding-fields .branding-preview-grid { grid-template-columns: 1fr; }
    .mo-branding-fields .palette-card { min-width: 0; }
    .mo-branding-fields .palette-grid { display: grid; grid-template-columns: 1fr 1fr; }
    .mo-branding-fields .color-field { display: grid; grid-template-columns: auto 56px 1fr; gap: 7px; }
    .mo-review-card { grid-template-columns: 1fr; }
    .mo-review-card div, .mo-review-card div:nth-child(2n) { min-height: 63px; border-right: 0; border-bottom: 1px solid #dce6db; }
    .mo-review-card div:last-child { border-bottom: 0; }
    .mo-step-actions .ml-button { min-width: 0; padding: 0 16px; font-size: 11px; }
    .mo-side-card { padding: 25px 18px 146px; border-radius: 13px; }
    .mo-benefit-list { grid-template-columns: 1fr; gap: 12px; }
    .mo-benefit-list li { grid-template-columns: 27px 1fr; }
    .mo-store-preview { max-width: none; }
    .mo-trust-strip .ml-container { grid-template-columns: 1fr; gap: 15px; }
    .mo-trust-strip { padding: 23px 0; }
}

/* Login */
.ml-login-link.is-current {
    padding: 10px 16px;
    border: 1px solid #19362a;
    border-radius: 8px;
}

.marketing-login {
    min-height: calc(100vh - 74px);
    padding-top: 50px;
    background: radial-gradient(circle at 2% 0%, #f3f0d6 0%, transparent 24%), #fbfaf5;
}

.mlogin-shell {
    display: grid;
    grid-template-columns: .94fr 1.34fr;
    min-height: 630px;
    overflow: hidden;
    border: 1px solid #e4e6e0;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(20, 47, 36, .09);
    background: #fffefa;
}

.mlogin-form-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 49px;
    background: #fffefa;
}

.mlogin-form-card header { max-width: 390px; }
.mlogin-form-card h1 {
    margin: 11px 0 10px;
    color: var(--ml-ink);
    font-size: clamp(39px, 4.6vw, 58px);
    font-weight: 900;
    letter-spacing: -3px;
    line-height: .96;
}
.mlogin-form-card header > p { margin: 0; color: #56656a; font-size: 16px; line-height: 1.48; }
.mlogin-form { display: grid; gap: 16px; margin-top: 30px; }
.mlogin-form .field { display: grid; gap: 8px; margin: 0; }
.mlogin-form .field > span { color: #183029; font-size: 12px; font-weight: 800; }
.mlogin-input {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 53px;
    padding: 0 14px;
    border: 1px solid #d5dcd5;
    border-radius: 7px;
    background: #fff;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}
.mlogin-input:focus-within { border-color: #25804d; box-shadow: 0 0 0 3px rgba(37, 128, 77, .11); }
.mlogin-input > svg, .mlogin-password-toggle svg {
    flex: 0 0 auto;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #567066;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}
.mlogin-input input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17251f;
    font: inherit;
    font-size: 14px;
}
.mlogin-input input::placeholder { color: #9aa49d; }
.mlogin-password-toggle { display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.mlogin-password-toggle:hover svg { stroke: var(--ml-green); }
.mlogin-remember { display: flex; align-items: center; gap: 9px; color: #36483f; font-size: 12px; cursor: pointer; }
.mlogin-remember input { width: 16px; height: 16px; accent-color: var(--ml-green); }
.mlogin-submit { width: 100%; margin-top: 5px; min-height: 57px; font-size: 15px; }
.mlogin-create-link { position: relative; margin: 30px 0 0; color: #53635b; font-size: 12px; text-align: center; }
.mlogin-create-link::before, .mlogin-create-link::after { position: absolute; top: 50%; width: 55px; height: 1px; background: #dfe4de; content: ''; }
.mlogin-create-link::before { left: 0; }
.mlogin-create-link::after { right: 0; }
.mlogin-create-link a { position: relative; z-index: 1; margin-left: 4px; color: var(--ml-green); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.mlogin-story-card {
    position: relative;
    overflow: hidden;
    padding: 59px 48px 36px;
    color: #fff;
    background: radial-gradient(circle at 72% 8%, #1d674d 0%, rgba(0,63,44,.3) 33%), linear-gradient(125deg, #003c2a 0%, #002a1d 100%);
}
.mlogin-story-card::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 44, 30, .38), transparent 68%), url('/images/marketing/hero-workspace.jpg') 58% 53% / cover no-repeat;
    content: '';
    opacity: .42;
    mix-blend-mode: screen;
}
.mlogin-story-card > * { position: relative; z-index: 1; }
.mlogin-story-copy { max-width: 540px; }
.mlogin-story-copy .ml-eyebrow { color: #c8ddcf; }
.mlogin-story-copy h2 { margin: 13px 0 10px; color: #fff; font-size: clamp(37px, 4.2vw, 55px); font-weight: 900; letter-spacing: -2.6px; line-height: .97; }
.mlogin-story-copy p { max-width: 430px; margin: 0; color: #e2ede6; font-size: 16px; line-height: 1.45; }

.mlogin-dashboard-preview {
    width: min(410px, 61%);
    margin: 26px 0 0 9px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 10px;
    background: #fff;
    color: var(--ml-ink);
    box-shadow: 0 17px 27px rgba(0,0,0,.22);
}
.mlogin-dashboard-nav { display: flex; min-height: 43px; }
.mlogin-dashboard-nav > strong { display: grid; place-items: center; min-width: 110px; color: #fff; background: #063526; font-size: 15px; letter-spacing: -1px; }
.mlogin-dashboard-nav > strong span { color: #ffc928; }
.mlogin-dashboard-nav > div { display: flex; align-items: center; gap: 19px; padding-left: 18px; }
.mlogin-dashboard-nav i { width: 9px; height: 9px; border-radius: 50%; background: #739389; }
.mlogin-dashboard-content { padding: 18px 21px; }
.mlogin-dashboard-content > b, .mlogin-dashboard-content > small { display: block; }
.mlogin-dashboard-content > b { font-size: 14px; }
.mlogin-dashboard-content > small { margin-top: 3px; color: #77847f; font-size: 8px; }
.mlogin-dashboard-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.mlogin-dashboard-cards > div { min-height: 64px; padding: 10px; border: 1px solid #e1e7e1; border-radius: 6px; background: #fbfcfa; }
.mlogin-dashboard-cards span, .mlogin-dashboard-cards strong { display: block; }
.mlogin-dashboard-cards span { color: #64726a; font-size: 8px; }
.mlogin-dashboard-cards strong { margin-top: 7px; color: #1c3329; font-size: 9px; }
.mlogin-benefits { position: absolute; right: 34px; bottom: 128px; display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.mlogin-benefits li { position: relative; padding-left: 32px; color: #fff; font-size: 12px; font-weight: 600; }
.mlogin-benefits li::before { position: absolute; top: -5px; left: 0; display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid #ffc928; border-radius: 50%; color: #ffc928; content: '✓'; font-size: 13px; font-weight: 900; }
.mlogin-scribble { position: absolute; right: 43px; bottom: 32px; margin: 0; color: #ffc928; font-family: cursive; font-size: 21px; line-height: 1; text-align: center; transform: rotate(-11deg); }

.mlogin-trust { padding: 32px 0 26px; background: #fbfaf5; }
.mlogin-trust .ml-container { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 23px; border-top: 1px solid #e2e5df; }
.mlogin-trust .ml-container > div { display: flex; align-items: center; justify-content: center; gap: 14px; }
.mlogin-trust .ml-container > div + div { border-left: 1px solid #e2e5df; }
.mlogin-trust svg { width: 33px; height: 33px; fill: none; stroke: var(--ml-green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.mlogin-trust p { margin: 0; color: #647168; font-size: 11px; line-height: 1.35; }
.mlogin-trust b { display: block; color: var(--ml-ink); font-size: 13px; }

@media (max-width: 1040px) {
    .mlogin-shell { grid-template-columns: .9fr 1.1fr; }
    .mlogin-form-card { padding: 45px 35px; }
    .mlogin-story-card { padding: 45px 31px; }
    .mlogin-story-copy h2 { font-size: 40px; }
    .mlogin-dashboard-preview { width: 73%; }
    .mlogin-benefits { position: static; margin: 25px 0 0 10px; }
    .mlogin-scribble { display: none; }
}

@media (max-width: 740px) {
    .marketing-login { min-height: auto; padding-top: 15px; }
    .mlogin-shell { grid-template-columns: 1fr; min-height: 0; border-radius: 13px; }
    .mlogin-form-card { padding: 35px 24px; }
    .mlogin-form-card h1 { font-size: 43px; }
    .mlogin-story-card { min-height: 470px; padding: 35px 24px 30px; }
    .mlogin-story-copy h2 { font-size: 40px; }
    .mlogin-dashboard-preview { width: min(410px, 94%); }
    .mlogin-benefits { display: none; }
    .mlogin-trust .ml-container { grid-template-columns: 1fr; gap: 16px; }
    .mlogin-trust .ml-container > div { justify-content: flex-start; }
    .mlogin-trust .ml-container > div + div { padding-top: 15px; border-top: 1px solid #e2e5df; border-left: 0; }
}

@media (max-width: 410px) {
    .mlogin-shell { width: min(100% - 24px, 560px); }
    .mlogin-form-card { padding: 31px 18px; }
    .mlogin-form-card h1 { font-size: 38px; }
    .mlogin-form-card header > p { font-size: 14px; }
    .mlogin-create-link::before, .mlogin-create-link::after { width: 28px; }
    .mlogin-story-card { min-height: 430px; padding: 29px 18px; }
    .mlogin-story-copy h2 { font-size: 36px; }
    .mlogin-story-copy p { font-size: 14px; }
    .mlogin-dashboard-preview { width: 100%; margin-left: 0; }
    .mlogin-dashboard-nav > strong { min-width: 83px; font-size: 12px; }
    .mlogin-dashboard-nav > div { gap: 12px; padding-left: 13px; }
}
