:root {
    --mp-ink: #08131b;
    --mp-panel: #0d1c27;
    --mp-panel-2: #122735;
    --mp-blue: #0868ac;
    --mp-sky: #2f9ee8;
    --mp-cyan: #61e4da;
    --mp-paper: #f1f6f8;
    --mp-muted: #8fa8b8;
    --mp-line: rgba(180, 222, 247, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--mp-ink); }
.mp-body { margin: 0; overflow-x: hidden; background: var(--mp-ink); color: var(--mp-paper); font-family: "IBM Plex Sans", "Manrope", Arial, sans-serif; }
.mp-body a { color: inherit; text-decoration: none; }
.mp-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 2rem; min-height: 74px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid var(--mp-line); background: rgba(8, 19, 27, .92); backdrop-filter: blur(18px); }
.mp-brand img, .mp-footer img { display: block; width: 154px; height: auto; }
.mp-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.5vw, 2.5rem); color: #b7cad5; font-size: .9rem; }
.mp-nav a, .mp-footer a { transition: color .2s ease; }
.mp-nav a:hover, .mp-footer a:hover { color: white; }
.mp-header-cta { border: 1px solid rgba(97, 228, 218, .45); border-radius: 999px; padding: .7rem 1.05rem; color: var(--mp-cyan); font-size: .84rem; font-weight: 700; }

.mp-hero { position: relative; min-height: min(860px, calc(100vh - 74px)); overflow: hidden; border-bottom: 1px solid var(--mp-line); background: radial-gradient(circle at 76% 20%, rgba(8,104,172,.28), transparent 34%), linear-gradient(135deg, #08131b 0%, #0b1b26 58%, #082432 100%); }
.mp-hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(158,220,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(158,220,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.mp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px, .76fr) minmax(620px, 1.24fr); align-items: center; gap: clamp(2rem, 4vw, 5rem); width: min(1600px, 94vw); min-height: inherit; margin: 0 auto; padding: clamp(4rem, 8vh, 7rem) 0; perspective: 1600px; }
[data-mp-layer] { transform: translate3d(var(--mp-x, 0), var(--mp-y, 0), 0); will-change: transform; }
.mp-hero-copy { position: relative; z-index: 4; }
.mp-kicker { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.5rem; color: var(--mp-cyan); font: 700 .7rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; text-transform: uppercase; }
.mp-kicker span { width: 32px; height: 1px; background: currentColor; box-shadow: 0 0 14px currentColor; }
.mp-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.4vw, 6.5rem); font-weight: 620; line-height: .95; letter-spacing: -.065em; text-wrap: balance; }
.mp-lead { max-width: 660px; margin: 2rem 0 0; color: #a9bfcc; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.65; }
.mp-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.mp-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border-radius: .45rem; padding: 0 1.35rem; border: 1px solid transparent; font-size: .92rem; font-weight: 750; cursor: pointer; }
.mp-button-primary { background: var(--mp-cyan); color: #062027 !important; box-shadow: 0 16px 42px rgba(97,228,218,.16); }
.mp-button-primary:hover { background: #8ff1e9; }
.mp-button-ghost { border-color: rgba(255,255,255,.2); color: #dce8ed; }
.mp-button-ghost:hover { border-color: rgba(255,255,255,.45); }
.mp-micro { margin-top: 1.3rem; color: #708c9c; font: .66rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .11em; text-transform: uppercase; }

.mp-visual { position: relative; min-width: 0; transform-style: preserve-3d; }
.mp-product-frame, .mp-retail-frame, .mp-pos-float { position: relative; z-index: 2; margin: 0; overflow: hidden; border: 1px solid rgba(158,220,255,.25); border-radius: 18px; background: #eaf3f6; box-shadow: 0 60px 120px rgba(0,0,0,.48); }
.mp-product-frame img, .mp-retail-frame img, .mp-pos-float img { display: block; width: 100%; height: auto; image-rendering: auto; }
.mp-product-frame { min-width: 720px; }
.mp-product-bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; min-height: 42px; padding: 0 .8rem; background: #102431; color: #9eb7c4; font: .62rem/1 ui-monospace, monospace; letter-spacing: .09em; }
.mp-product-bar i { width: 8px; height: 8px; border-radius: 50%; background: #37d995; box-shadow: 0 0 12px #37d995; }
.mp-product-bar b { color: #62e4da; font-weight: 600; }
.mp-retail-frame { aspect-ratio: 1.55; background: #070d11; }
.mp-retail-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mp-retail-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8,19,27,.35), transparent 48%), linear-gradient(to top, rgba(8,19,27,.65), transparent 45%); }
.mp-retail-frame figcaption { position: absolute; z-index: 2; left: 1.2rem; bottom: 1.05rem; color: white; font: .68rem/1.3 ui-monospace, monospace; letter-spacing: .09em; text-transform: uppercase; }
.mp-pos-float { position: absolute; z-index: 5; right: -3%; bottom: -16%; width: 56%; border-radius: 10px; box-shadow: 0 32px 76px rgba(0,0,0,.54); animation: mp-float 6s ease-in-out infinite; }
.mp-float-card { position: absolute; z-index: 8; min-width: 120px; border: 1px solid rgba(97,228,218,.3); border-radius: 8px; padding: .8rem 1rem; background: rgba(8,28,38,.92); box-shadow: 0 24px 50px rgba(0,0,0,.4); font-family: ui-monospace, monospace; }
.mp-float-card span { display: block; color: #7f9bab; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.mp-float-card strong { display: block; margin-top: .25rem; color: var(--mp-cyan); font-size: 1rem; }
.mp-float-card-a { top: -1.5rem; right: 7%; animation: mp-float 5s ease-in-out infinite reverse; }
.mp-float-card-b { left: -1rem; bottom: 12%; animation: mp-float 7s ease-in-out infinite; }
.mp-orbit { position: absolute; z-index: 0; border: 1px solid rgba(97,228,218,.13); border-radius: 50%; pointer-events: none; }
.mp-orbit-a { inset: -16% 4% 2% -8%; transform: rotateX(68deg) rotateZ(-9deg); animation: mp-orbit 18s linear infinite; }
.mp-orbit-b { inset: 2% -10% -17% 12%; transform: rotateY(58deg) rotateZ(18deg); animation: mp-orbit 24s linear infinite reverse; }

.mp-metrics { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1420px, 92vw); margin: 0 auto; border-inline: 1px solid var(--mp-line); }
.mp-metrics div { display: flex; min-height: 132px; align-items: baseline; gap: 1rem; padding: 2.2rem; border-right: 1px solid var(--mp-line); }
.mp-metrics div:last-child { border-right: 0; }
.mp-metrics strong { color: var(--mp-cyan); font: 500 clamp(2.2rem, 4vw, 4.8rem)/1 ui-monospace, monospace; letter-spacing: -.07em; }
.mp-metrics span { color: #819baa; font-size: .82rem; }
.mp-section { width: min(1420px, 92vw); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.mp-section-head { display: grid; grid-template-columns: .42fr 1fr; gap: 2rem; align-items: start; margin-bottom: 4rem; }
.mp-section-head > p, .mp-final-cta > p { margin: .6rem 0 0; color: var(--mp-cyan); font: .68rem/1.4 ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.mp-section-head h2, .mp-contact-copy h2, .mp-final-cta h2 { max-width: 880px; margin: 0; font-size: clamp(2.3rem, 4.3vw, 5.2rem); font-weight: 560; line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
.mp-module-list { border-top: 1px solid var(--mp-line); }
.mp-module-list article { display: grid; grid-template-columns: 90px minmax(240px, .7fr) 1fr; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--mp-line); }
.mp-module-list span, .mp-industry-grid > a > span, .mp-timeline > article > span { color: var(--mp-cyan); font: .72rem/1 ui-monospace, monospace; }
.mp-module-list h3, .mp-industry-grid h3, .mp-timeline h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 560; letter-spacing: -.025em; }
.mp-module-list p, .mp-industry-grid p, .mp-timeline p { max-width: 700px; margin: .15rem 0 0; color: #8fa8b8; line-height: 1.7; }

.mp-industry-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--mp-line); border: 1px solid var(--mp-line); }
.mp-industry-grid a { grid-column: span 4; min-height: 320px; padding: 2rem; background: #0b1922; }
.mp-industry-grid a:nth-child(4), .mp-industry-grid a:nth-child(5) { grid-column: span 6; }
.mp-industry-grid h3 { margin-top: 5.5rem; }
.mp-industry-grid b { display: block; margin-top: 2rem; color: var(--mp-cyan); font-size: .75rem; font-weight: 600; }
.mp-industry-grid a:hover { background: #102532; }
.mp-industry-detail ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--mp-line); }
.mp-industry-detail li { display: grid; grid-template-columns: 110px 1fr; align-items: center; min-height: 116px; border-bottom: 1px solid var(--mp-line); }
.mp-industry-detail li span { color: #527384; font: .74rem/1 ui-monospace, monospace; }
.mp-industry-detail li strong { font-size: clamp(1.45rem, 2.5vw, 2.8rem); font-weight: 500; letter-spacing: -.035em; }
.mp-flow { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 5rem; padding: 2.5rem; border: 1px solid rgba(97,228,218,.22); background: linear-gradient(90deg, rgba(8,104,172,.16), rgba(97,228,218,.06)); color: #d9edf3; font: .74rem/1 ui-monospace, monospace; letter-spacing: .13em; }
.mp-flow i { color: var(--mp-cyan); font-style: normal; }

.mp-timeline { position: relative; max-width: 980px; margin-left: auto; }
.mp-timeline::before { position: absolute; top: 0; bottom: 0; left: 34px; width: 1px; content: ""; background: linear-gradient(var(--mp-cyan), rgba(97,228,218,.06)); }
.mp-timeline article { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 2rem; min-height: 170px; }
.mp-timeline article > span { position: relative; z-index: 2; display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(97,228,218,.35); border-radius: 50%; background: var(--mp-ink); }
.mp-timeline article div { padding: .5rem 0 2.5rem; }

.mp-contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.mp-contact-copy { position: sticky; top: 120px; }
.mp-contact-copy ul { margin: 2.5rem 0 0; padding: 0; list-style: none; color: #9db4c0; }
.mp-contact-copy li { padding: 1rem 0; border-bottom: 1px solid var(--mp-line); }
.mp-contact-copy li::before { content: "↳ "; color: var(--mp-cyan); }
.mp-demo-form { display: grid; gap: 1rem; padding: clamp(1.4rem, 3vw, 3rem); border: 1px solid var(--mp-line); background: #0c1d27; }
.mp-demo-form label { display: grid; gap: .55rem; color: #a8bdc8; font-size: .78rem; }
.mp-demo-form input, .mp-demo-form select, .mp-demo-form textarea { width: 100%; border: 1px solid rgba(158,220,255,.2); border-radius: 5px; outline: none; background: #08141c; color: white; font: inherit; font-size: .95rem; padding: .85rem .9rem; }
.mp-demo-form input:focus, .mp-demo-form select:focus, .mp-demo-form textarea:focus { border-color: var(--mp-cyan); box-shadow: 0 0 0 3px rgba(97,228,218,.1); }
.mp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mp-consent { grid-template-columns: auto 1fr !important; align-items: center; }
.mp-consent input { width: 18px; height: 18px; }
.mp-honeypot { position: absolute !important; left: -9999px; }
.mp-form-error { margin: 0; color: #ff8f8f; }
.mp-form-success { margin: 0; border: 1px solid rgba(97,228,218,.35); padding: .9rem 1rem; background: rgba(97,228,218,.08); color: #b8fff8; }
.mp-demo-form .mp-button { width: 100%; }
.mp-final-cta { display: grid; grid-template-columns: .35fr 1fr auto; gap: 2rem; align-items: center; width: min(1420px, 92vw); margin: 0 auto 8rem; padding: 3rem 0; border-block: 1px solid var(--mp-line); }
.mp-final-cta h2 { max-width: 720px; font-size: clamp(2rem, 3.3vw, 4rem); }

.mp-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 4rem; align-items: end; padding: 4rem clamp(1.25rem, 4vw, 4.5rem); border-top: 1px solid var(--mp-line); background: #061017; color: #77919f; font-size: .76rem; }
.mp-footer > div p { max-width: 320px; margin: 1.2rem 0 0; line-height: 1.6; }
.mp-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: .7rem 2rem; color: #a3b8c3; }

@keyframes mp-float { 0%,100% { transform: translate3d(0,0,40px); } 50% { transform: translate3d(0,-12px,55px); } }
@keyframes mp-orbit { to { rotate: 1turn; } }

@media (max-width: 1120px) {
    .mp-header { grid-template-columns: 1fr auto; }
    .mp-nav { display: none; }
    .mp-hero-grid { grid-template-columns: 1fr; width: min(1000px, 92vw); }
    .mp-hero-copy { max-width: 780px; }
    .mp-visual { margin-top: 1rem; }
    .mp-product-frame { min-width: 0; }
    .mp-section-head { grid-template-columns: 1fr; }
    .mp-contact-section { grid-template-columns: 1fr; }
    .mp-contact-copy { position: static; }
    .mp-final-cta { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .mp-header { min-height: 64px; padding: 0 1rem; }
    .mp-brand img { width: 128px; }
    .mp-header-cta { padding: .6rem .8rem; font-size: .72rem; }
    .mp-hero { min-height: auto; }
    .mp-hero-grid { padding: 4rem 0 6rem; }
    .mp-hero h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
    .mp-metrics { grid-template-columns: 1fr; }
    .mp-metrics div { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--mp-line); }
    .mp-module-list article { grid-template-columns: 56px 1fr; }
    .mp-module-list article p { grid-column: 2; }
    .mp-industry-grid { grid-template-columns: 1fr; }
    .mp-industry-grid a, .mp-industry-grid a:nth-child(4), .mp-industry-grid a:nth-child(5) { grid-column: auto; min-height: 260px; }
    .mp-pos-float { width: 68%; right: -2%; bottom: -22%; }
    .mp-float-card { display: none; }
    .mp-form-row { grid-template-columns: 1fr; }
    .mp-flow { overflow-x: auto; justify-content: flex-start; }
    .mp-footer { grid-template-columns: 1fr; gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; }
    [data-mp-layer] { transform: none !important; }
}
