:root {
    --ml-primary: #6d5dfc;
    --ml-primary-hover: #8b7fff;
    --ml-bg: #07111f;
    --ml-bg-soft: #0a1627;
    --ml-card: rgba(16, 31, 52, .72);
    --ml-card-solid: #101f34;
    --ml-border: rgba(255, 255, 255, .1);
    --ml-border-strong: rgba(255, 255, 255, .17);
    --ml-text: #f6f8fc;
    --ml-muted: #9eabc0;
    --ml-success: #49df9d;
    --ml-cyan: #47d7ff;
    --ml-pink: #ff6db1;
    --ml-orange: #ffaf5d;
    --ml-shadow: 0 30px 90px rgba(0, 0, 0, .32);
    --ml-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.modern-landing {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--ml-bg);
    color: var(--ml-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.modern-landing.menu-open { overflow: hidden; }
.modern-landing img { display: block; max-width: 100%; }
.modern-landing a { color: inherit; text-decoration: none; }
.modern-landing button, .modern-landing input { font: inherit; }
.modern-landing button { color: inherit; }
.modern-landing [hidden] { display: none !important; }
.ml-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ml-skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; border-radius: 10px; background: #fff; color: #111 !important; transition: top .2s; }
.ml-skip-link:focus { top: 16px; }

.ml-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: 82px;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.ml-header.is-scrolled { background: rgba(7, 17, 31, .86); border-color: var(--ml-border); box-shadow: 0 10px 40px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.ml-nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ml-brand { display: inline-flex; align-items: center; gap: 11px; max-width: 210px; color: #fff; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.ml-brand img { width: auto; max-width: 190px; height: 42px; object-fit: contain; }
.ml-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, var(--ml-primary), var(--ml-primary-hover)); box-shadow: 0 10px 28px color-mix(in srgb, var(--ml-primary) 35%, transparent); }
.ml-menu { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.ml-menu a, .ml-login-link { color: #c2cada; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.ml-menu a:hover, .ml-login-link:hover { color: #fff; }
.ml-nav-actions { display: flex; align-items: center; gap: 18px; }
.ml-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--ml-border); border-radius: 13px; background: rgba(255,255,255,.04); cursor: pointer; }
.ml-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 10px; background: #fff; transition: transform .2s, opacity .2s; }

.ml-btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-weight: 750; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.ml-btn:hover { transform: translateY(-2px); }
.ml-btn:focus-visible, .modern-landing a:focus-visible, .modern-landing button:focus-visible, .modern-landing input:focus-visible { outline: 3px solid rgba(71, 215, 255, .42); outline-offset: 3px; }
.ml-btn-primary { background: linear-gradient(135deg, var(--ml-primary), var(--ml-primary-hover)); color: #fff !important; box-shadow: 0 15px 38px color-mix(in srgb, var(--ml-primary) 32%, transparent); }
.ml-btn-primary:hover { box-shadow: 0 18px 48px color-mix(in srgb, var(--ml-primary) 43%, transparent); }
.ml-btn-ghost { border-color: var(--ml-border-strong); background: rgba(255,255,255,.045); color: #f6f8fc !important; }
.ml-btn-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.28); }
.ml-btn-compact { min-height: 43px; padding: 9px 16px; border-radius: 12px; font-size: 14px; }
.ml-btn-full { width: 100%; }
.ml-btn-google { margin-top: 11px; border-color: var(--ml-border); background: #fff; color: #1b2534 !important; }
.ml-btn-google img { width: 20px; height: 20px; object-fit: contain; }
.ml-btn-light { background: #fff; color: #14203a !important; }

.ml-hero { position: relative; min-height: 850px; padding: 158px 0 40px; overflow: hidden; background: radial-gradient(circle at 76% 15%, color-mix(in srgb, var(--ml-primary) 28%, transparent), transparent 33%), linear-gradient(180deg, #07111f 0%, #091529 100%); }
.ml-hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.ml-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.ml-orb-one { width: 260px; height: 260px; top: 110px; right: -80px; background: color-mix(in srgb, var(--ml-primary) 25%, transparent); box-shadow: 0 0 100px color-mix(in srgb, var(--ml-primary) 28%, transparent); }
.ml-orb-two { width: 180px; height: 180px; left: -90px; top: 440px; background: rgba(71,215,255,.11); box-shadow: 0 0 100px rgba(71,215,255,.13); }
.ml-hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .82fr); gap: 74px; align-items: center; }
.ml-eyebrow, .ml-kicker { color: #b9c4d8; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ml-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid var(--ml-border); border-radius: 999px; background: rgba(255,255,255,.04); }
.ml-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ml-success); box-shadow: 0 0 0 6px rgba(73,223,157,.12); animation: ml-pulse 2.1s infinite; }
@keyframes ml-pulse { 50% { box-shadow: 0 0 0 10px rgba(73,223,157,0); } }
.ml-hero-copy h1 { max-width: 720px; margin: 25px 0 22px; font-size: clamp(44px, 5.2vw, 74px); line-height: 1.04; letter-spacing: -.052em; }
.ml-hero-copy h1 span { background: linear-gradient(95deg, #fff 0%, var(--ml-primary-hover) 42%, var(--ml-cyan) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ml-hero-copy > p { max-width: 650px; margin: 0; color: var(--ml-muted); font-size: 18px; line-height: 1.75; }
.ml-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.ml-proof-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 29px; color: #b8c4d8; font-size: 13px; font-weight: 650; }
.ml-proof-row i { margin-right: 5px; color: var(--ml-success); }
.ml-hero-panel { position: relative; }
.ml-hero-panel::before { content: ""; position: absolute; inset: 10% -12%; border-radius: 50%; background: color-mix(in srgb, var(--ml-primary) 20%, transparent); filter: blur(65px); }
.ml-login-card, .ml-dashboard-preview { position: relative; padding: 31px; border: 1px solid var(--ml-border-strong); border-radius: 28px; background: linear-gradient(145deg, rgba(22,39,64,.91), rgba(12,26,46,.91)); box-shadow: var(--ml-shadow); backdrop-filter: blur(22px); }
.ml-login-card::before, .ml-dashboard-preview::before { content: ""; position: absolute; inset: 0; z-index: -1; padding: 1px; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.2), transparent 35%, color-mix(in srgb, var(--ml-primary) 40%, transparent)); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; }
.ml-login-heading h2, .ml-preview-top h2 { margin: 7px 0 5px; font-size: 27px; line-height: 1.25; letter-spacing: -.03em; }
.ml-login-heading p { margin: 0 0 23px; color: var(--ml-muted); font-size: 14px; }
.ml-field { display: block; margin-bottom: 15px; color: #dce3ef; font-size: 13px; font-weight: 700; }
.ml-field > span:first-child { display: block; margin-bottom: 7px; }
.ml-input-wrap { display: flex; height: 52px; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--ml-border); border-radius: 13px; background: rgba(4,11,22,.46); transition: border-color .2s, box-shadow .2s; }
.ml-input-wrap:focus-within { border-color: var(--ml-primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--ml-primary) 17%, transparent); }
.ml-input-wrap > i { width: 17px; color: #8090a8; text-align: center; }
.ml-input-wrap input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #fff; }
.ml-input-wrap input::placeholder { color: #68788f; }
.ml-password-toggle { display: grid; width: 31px; height: 31px; place-items: center; border: 0; border-radius: 8px; background: transparent; color: #8390a6; cursor: pointer; }
.ml-form-meta { display: flex; align-items: center; justify-content: space-between; margin: 3px 0 17px; color: var(--ml-muted); font-size: 12px; }
.ml-form-meta label { display: flex; align-items: center; gap: 7px; }
.ml-form-meta input { accent-color: var(--ml-primary); }
.ml-form-meta a, .ml-signup-hint a { color: #d7d3ff; font-weight: 700; }
.ml-captcha { display: flex; justify-content: center; margin-bottom: 15px; overflow: hidden; }
.ml-signup-hint { margin: 18px 0 0; color: var(--ml-muted); font-size: 13px; text-align: center; }
.ml-btn.is-loading { pointer-events: none; opacity: .75; }
.ml-btn.is-loading i { animation: ml-spin .8s linear infinite; }
@keyframes ml-spin { to { transform: rotate(360deg); } }

.ml-preview-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.ml-status-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(73,223,157,.2); border-radius: 999px; background: rgba(73,223,157,.08); color: #91f0c3; font-size: 11px; font-weight: 750; }
.ml-status-chip span { width: 6px; height: 6px; border-radius: 50%; background: var(--ml-success); }
.ml-metric-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 23px 0 15px; }
.ml-metric-grid article { display: grid; grid-template-columns: 36px 1fr; gap: 1px 10px; padding: 15px; border: 1px solid var(--ml-border); border-radius: 16px; background: rgba(255,255,255,.035); }
.ml-metric-grid i { grid-row: 1/3; align-self: center; color: var(--ml-primary-hover); font-size: 18px; }
.ml-metric-grid small { color: var(--ml-muted); font-size: 11px; }
.ml-metric-grid strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; }
.ml-order-preview { margin-bottom: 17px; overflow: hidden; border: 1px solid var(--ml-border); border-radius: 16px; background: rgba(4,11,22,.3); }
.ml-order-preview > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.06); color: #c8d1df; font-size: 12px; }
.ml-order-preview > div:last-child { border: 0; }
.ml-order-preview .ml-order-head { color: #718098; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ml-order-preview i { width: 18px; color: var(--ml-primary-hover); }
.ml-order-preview b { color: var(--ml-success); font-size: 10px; }

.ml-platform-strip { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 90px; padding-top: 25px; border-top: 1px solid var(--ml-border); }
.ml-platform-label { max-width: 180px; color: #728098; font-size: 12px; font-weight: 700; line-height: 1.5; }
.ml-platforms { display: flex; align-items: center; justify-content: flex-end; gap: 26px; flex: 1; }
.ml-platforms span { display: inline-flex; align-items: center; gap: 8px; color: #a7b2c5; font-size: 13px; font-weight: 700; }
.ml-platforms img { width: 25px; height: 25px; object-fit: contain; filter: saturate(.85); }

.ml-section { padding: 112px 0; background: #091529; }
.ml-section-soft { background: #0c192b; }
.ml-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.ml-section-heading > div { max-width: 660px; }
.ml-section-heading h2, .ml-faq-intro h2, .ml-growth-copy h2, .ml-final-cta h2 { margin: 9px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.13; letter-spacing: -.045em; }
.ml-section-heading > p { max-width: 430px; margin: 0; color: var(--ml-muted); }
.ml-section-heading-center { display: block; max-width: 720px; margin-inline: auto; text-align: center; }
.ml-section-heading-center p { margin: 16px auto 0; }
.ml-kicker { color: var(--ml-primary-hover); }

.ml-feature-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.ml-feature-card { position: relative; min-height: 250px; overflow: hidden; padding: 27px; border: 1px solid var(--ml-border); border-radius: var(--ml-radius); background: linear-gradient(145deg, rgba(19,38,62,.8), rgba(12,27,47,.8)); transition: transform .25s, border-color .25s, background .25s; }
.ml-feature-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--ml-primary) 45%, rgba(255,255,255,.12)); background: linear-gradient(145deg, rgba(25,46,75,.88), rgba(13,29,50,.88)); }
.ml-feature-main { grid-row: span 2; min-height: 520px; padding: 34px; }
.ml-feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr .9fr; gap: 35px; align-items: center; }
.ml-feature-card h3 { margin: 20px 0 10px; font-size: 22px; line-height: 1.27; letter-spacing: -.025em; }
.ml-feature-main h3 { max-width: 510px; font-size: 31px; }
.ml-feature-card p { margin: 0; color: var(--ml-muted); font-size: 14px; }
.ml-icon-box { display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid color-mix(in srgb, var(--ml-primary) 35%, transparent); border-radius: 15px; background: color-mix(in srgb, var(--ml-primary) 13%, transparent); color: var(--ml-primary-hover); font-size: 19px; }
.ml-icon-cyan { border-color: rgba(71,215,255,.24); background: rgba(71,215,255,.09); color: var(--ml-cyan); }
.ml-icon-pink { border-color: rgba(255,109,177,.24); background: rgba(255,109,177,.09); color: var(--ml-pink); }
.ml-icon-orange { border-color: rgba(255,175,93,.24); background: rgba(255,175,93,.09); color: var(--ml-orange); }
.ml-card-tag { display: inline-block; margin-top: 29px; color: var(--ml-primary-hover); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ml-mini-dashboard { position: absolute; right: 32px; bottom: 30px; left: 32px; display: flex; height: 145px; align-items: end; gap: 10px; padding: 22px 18px 0; border: 1px solid var(--ml-border); border-radius: 19px; background: rgba(4,11,22,.35); }
.ml-mini-dashboard::before { content: "Tăng trưởng"; position: absolute; top: 13px; left: 17px; color: #69788f; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ml-mini-dashboard span { flex: 1; height: var(--bar); min-height: 12px; border-radius: 7px 7px 3px 3px; background: linear-gradient(to top, var(--ml-primary), var(--ml-cyan)); opacity: .82; }
.ml-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #d8d5ff !important; font-size: 13px; font-weight: 800; }
.ml-text-link i { transition: transform .2s; }
.ml-text-link:hover i { transform: translateX(4px); }
.ml-code-window { position: relative; min-height: 155px; padding: 47px 18px 18px; overflow: hidden; border: 1px solid var(--ml-border); border-radius: 17px; background: #07111f; }
.ml-code-window > i { position: absolute; top: 16px; width: 8px; height: 8px; border-radius: 50%; background: #ff6b6b; }
.ml-code-window > i:nth-child(1) { left: 16px; }.ml-code-window > i:nth-child(2) { left: 30px; background: #ffd166; }.ml-code-window > i:nth-child(3) { left: 44px; background: #49df9d; }
.ml-code-window code { color: #8f9db3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; line-height: 2; }
.ml-code-window em { color: var(--ml-cyan); font-style: normal; }.ml-code-window span { color: #d5dcea; }.ml-code-window b { color: var(--ml-success); }

.ml-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ml-service-card { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 16px; padding: 21px; border: 1px solid var(--ml-border); border-radius: 19px; background: rgba(255,255,255,.025); transition: transform .22s, border-color .22s, background .22s; }
.ml-service-card:hover { transform: translateY(-4px); border-color: var(--ml-border-strong); background: rgba(255,255,255,.055); }
.ml-service-card > i { color: #596982; font-size: 12px; transition: color .2s, transform .2s; }
.ml-service-card:hover > i { color: var(--ml-primary-hover); transform: translate(2px,-2px); }
.ml-service-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 17px; background: rgba(255,255,255,.05); }
.ml-service-icon img { width: 32px; height: 32px; object-fit: contain; }
.ml-service-icon.ml-more { color: #fff; background: linear-gradient(135deg, var(--ml-primary), var(--ml-primary-hover)); }
.ml-service-card h3 { margin: 0; font-size: 17px; }
.ml-service-card p { margin: 2px 0 0; color: var(--ml-muted); font-size: 12px; }
.ml-center-action { margin-top: 36px; text-align: center; }

.ml-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.ml-step { position: relative; min-height: 290px; padding: 31px; overflow: hidden; border: 1px solid var(--ml-border); border-radius: 22px; background: linear-gradient(150deg, rgba(19,38,62,.72), rgba(12,27,47,.74)); }
.ml-step > span { position: absolute; top: 10px; right: 19px; color: rgba(255,255,255,.045); font-size: 80px; font-weight: 900; letter-spacing: -.07em; }
.ml-step-icon { display: grid; width: 57px; height: 57px; place-items: center; border-radius: 17px; background: linear-gradient(135deg, var(--ml-primary), var(--ml-primary-hover)); box-shadow: 0 13px 34px color-mix(in srgb, var(--ml-primary) 27%, transparent); font-size: 20px; }
.ml-step h3 { margin: 34px 0 10px; font-size: 23px; }
.ml-step p { margin: 0; color: var(--ml-muted); font-size: 14px; }

.ml-growth-section { padding-top: 30px; }
.ml-growth-card { position: relative; display: grid; grid-template-columns: 1.14fr .86fr; gap: 70px; align-items: center; overflow: hidden; padding: 70px; border: 1px solid color-mix(in srgb, var(--ml-primary) 45%, transparent); border-radius: 32px; background: radial-gradient(circle at 85% 25%, rgba(71,215,255,.16), transparent 30%), linear-gradient(135deg, color-mix(in srgb, var(--ml-primary) 76%, #101d35), #142544 72%); box-shadow: var(--ml-shadow); }
.ml-growth-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; bottom: -180px; border: 70px solid rgba(255,255,255,.05); border-radius: 50%; }
.ml-growth-copy { position: relative; }
.ml-growth-copy .ml-kicker { color: #d9d5ff; }
.ml-growth-copy p { max-width: 620px; margin: 19px 0 0; color: rgba(255,255,255,.74); }
.ml-growth-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 29px; }
.ml-text-link-light { color: #fff !important; }
.ml-growth-stats { position: relative; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.ml-growth-stats article { display: flex; min-height: 118px; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(4,11,22,.18); backdrop-filter: blur(10px); }
.ml-growth-stats strong { font-size: 22px; letter-spacing: -.03em; }.ml-growth-stats span { color: rgba(255,255,255,.62); font-size: 12px; }

.ml-faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.ml-faq-intro { position: sticky; top: 120px; }
.ml-faq-intro h2 { margin-bottom: 17px; }.ml-faq-intro p { margin: 0 0 26px; color: var(--ml-muted); }
.ml-faq-list { border-top: 1px solid var(--ml-border); }
.ml-faq-item { border-bottom: 1px solid var(--ml-border); }
.ml-faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 3px; border: 0; background: transparent; color: #edf1f8; cursor: pointer; text-align: left; font-size: 16px; font-weight: 750; }
.ml-faq-item button i { color: var(--ml-primary-hover); font-size: 13px; transition: transform .22s; }
.ml-faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.ml-faq-answer { padding: 0 35px 23px 3px; }
.ml-faq-answer p { margin: 0; color: var(--ml-muted); font-size: 14px; }

.ml-final-cta { padding: 106px 0; background: #091529; text-align: center; }
.ml-final-cta-inner { max-width: 820px; }
.ml-final-cta p { max-width: 620px; margin: 20px auto 28px; color: var(--ml-muted); }
.ml-final-cta-inner > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.ml-footer { padding: 72px 0 24px; border-top: 1px solid var(--ml-border); background: #06101d; }
.ml-footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 60px; padding-bottom: 50px; }
.ml-footer-brand p { max-width: 390px; margin: 18px 0 0; color: var(--ml-muted); font-size: 13px; }
.ml-footer-grid > div:not(.ml-footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.ml-footer h3 { margin: 0 0 8px; color: #fff; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ml-footer-grid > div > a:not(.ml-brand) { color: #8795aa; font-size: 13px; transition: color .2s; }.ml-footer-grid > div > a:hover { color: #fff; }
.ml-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid var(--ml-border); color: #6f7d92; font-size: 12px; }
.ml-footer-bottom p { margin: 0; }.ml-footer-bottom i { margin-right: 6px; color: var(--ml-success); }

.ml-toast-region { position: fixed; z-index: 2000; top: 96px; right: 20px; display: grid; width: min(360px, calc(100% - 40px)); gap: 10px; }
.ml-toast { display: flex; align-items: flex-start; gap: 11px; padding: 14px 16px; border: 1px solid var(--ml-border-strong); border-radius: 14px; background: rgba(12,27,47,.96); box-shadow: 0 20px 50px rgba(0,0,0,.3); color: #eaf0f8; font-size: 13px; animation: ml-toast-in .25s ease both; backdrop-filter: blur(15px); }
.ml-toast i { margin-top: 3px; color: var(--ml-success); }.ml-toast.is-error i { color: #ff7f87; }
@keyframes ml-toast-in { from { opacity: 0; transform: translateY(-10px); } }
.ml-modal { position: fixed; inset: 0; z-index: 2100; display: grid; place-items: center; padding: 20px; }
.ml-modal-backdrop { position: absolute; inset: 0; background: rgba(2,7,15,.78); backdrop-filter: blur(8px); }
.ml-modal-card { position: relative; z-index: 1; width: min(430px,100%); padding: 32px; border: 1px solid var(--ml-border-strong); border-radius: 24px; background: #101f34; box-shadow: var(--ml-shadow); }
.ml-modal-card h2 { margin: 15px 0 7px; font-size: 26px; }.ml-modal-card > p { margin: 0 0 22px; color: var(--ml-muted); font-size: 14px; }
.ml-modal-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: color-mix(in srgb, var(--ml-primary) 15%, transparent); color: var(--ml-primary-hover); }
.ml-modal-close { position: absolute; top: 16px; right: 16px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--ml-border); border-radius: 10px; background: rgba(255,255,255,.04); cursor: pointer; }

.ml-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.ml-reveal.is-visible { opacity: 1; transform: none; }
.ml-reveal-delay { transition-delay: .12s; }

@media (max-width: 1050px) {
    .ml-menu { gap: 20px; }
    .ml-hero-layout { grid-template-columns: 1fr 420px; gap: 38px; }
    .ml-hero-copy h1 { font-size: clamp(42px, 6vw, 62px); }
    .ml-feature-grid { grid-template-columns: 1fr 1fr; }
    .ml-feature-main { grid-row: span 2; }
    .ml-feature-wide { grid-column: span 2; }
    .ml-growth-card { gap: 40px; padding: 55px; }
}

@media (max-width: 860px) {
    .ml-header { height: 72px; background: rgba(7,17,31,.9); border-color: var(--ml-border); backdrop-filter: blur(18px); }
    .ml-menu-toggle { display: block; margin-left: auto; }
    .ml-menu { position: fixed; inset: 72px 0 auto; display: flex; max-height: 0; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; background: rgba(7,17,31,.98); opacity: 0; transition: max-height .28s ease, opacity .2s ease; }
    .ml-menu.is-open { max-height: 430px; padding: 12px 20px 24px; border-bottom: 1px solid var(--ml-border); opacity: 1; }
    .ml-menu a { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.055); }
    .ml-nav-actions { display: none; }
    .ml-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.ml-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.ml-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .ml-hero { padding-top: 130px; }
    .ml-hero-layout { grid-template-columns: 1fr; }
    .ml-hero-copy { text-align: center; }
    .ml-hero-copy > p { margin-inline: auto; }
    .ml-hero-actions, .ml-proof-row { justify-content: center; }
    .ml-hero-panel { width: min(510px, 100%); margin-inline: auto; }
    .ml-platform-strip { flex-direction: column; }
    .ml-platform-label { max-width: none; text-align: center; }
    .ml-platforms { flex-wrap: wrap; justify-content: center; }
    .ml-section-heading { display: block; text-align: center; }
    .ml-section-heading > p { margin: 16px auto 0; }
    .ml-service-grid, .ml-steps { grid-template-columns: 1fr 1fr; }
    .ml-steps .ml-step:last-child { grid-column: span 2; }
    .ml-growth-card { grid-template-columns: 1fr; }
    .ml-faq-layout { grid-template-columns: 1fr; gap: 45px; }
    .ml-faq-intro { position: static; text-align: center; }
    .ml-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .ml-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
    .ml-container { width: min(100% - 28px, 1180px); }
    .ml-brand img { max-width: 155px; height: 36px; }
    .ml-hero { min-height: 0; padding: 118px 0 30px; }
    .ml-hero-copy h1 { margin-top: 20px; font-size: clamp(38px, 11vw, 52px); }
    .ml-hero-copy > p { font-size: 16px; }
    .ml-hero-actions { flex-direction: column; }.ml-hero-actions .ml-btn { width: 100%; }
    .ml-proof-row { gap: 10px 15px; }
    .ml-login-card, .ml-dashboard-preview { padding: 22px; border-radius: 22px; }
    .ml-platform-strip { margin-top: 58px; }
    .ml-platforms { gap: 15px; }.ml-platforms span { font-size: 11px; }.ml-platforms img { width: 21px; height: 21px; }
    .ml-section { padding: 78px 0; }
    .ml-section-heading { margin-bottom: 34px; }.ml-section-heading h2, .ml-faq-intro h2, .ml-growth-copy h2, .ml-final-cta h2 { font-size: 34px; }
    .ml-feature-grid, .ml-service-grid, .ml-steps { grid-template-columns: 1fr; }
    .ml-feature-main, .ml-feature-wide, .ml-steps .ml-step:last-child { grid-column: auto; grid-row: auto; }
    .ml-feature-main { min-height: 500px; }.ml-feature-wide { display: block; }.ml-code-window { margin-top: 25px; }
    .ml-service-card { padding: 17px; }
    .ml-growth-card { width: calc(100% - 28px); padding: 34px 23px; border-radius: 24px; }
    .ml-growth-stats { grid-template-columns: 1fr; }
    .ml-final-cta-inner > div { flex-direction: column; }.ml-final-cta-inner .ml-btn { width: 100%; }
    .ml-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }.ml-footer-brand { grid-column: span 2; }.ml-footer-grid > div:last-child { grid-column: auto; }
    .ml-footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
    .ml-modal-card { padding: 27px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .ml-reveal { opacity: 1; transform: none; }
}
