:root {
    --mmls-bg: #0b1521;
    --mmls-bg-2: #111f2d;
    --mmls-graphite: #202936;
    --mmls-steel: #354c63;
    --mmls-blue: #3c719f;
    --mmls-cyan: #67bde0;
    --mmls-cyan-2: #91ddf8;
    --mmls-ice: #ebf0ee;
    --mmls-white: #ffffff;
    --mmls-text: #15202b;
    --mmls-muted: #647487;
    --mmls-line: rgba(103, 189, 224, .18);
    --mmls-shadow: 0 24px 80px rgba(6, 16, 27, .18);
    --mmls-radius: 24px;
    --mmls-radius-sm: 16px;
    --mmls-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mmls-body {
    margin: 0;
    color: var(--mmls-text);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.mmls-body.admin-bar .mmls-header { top: 32px; }
@media (max-width: 782px) { body.mmls-body.admin-bar .mmls-header { top: 46px; } }

.mmls-body img { max-width: 100%; height: auto; display: block; }
.mmls-body a { color: inherit; text-decoration: none; }
.mmls-body button,
.mmls-body input,
.mmls-body select,
.mmls-body textarea { font: inherit; }

.mmls-container {
    width: min(calc(100% - 40px), var(--mmls-container));
    margin-inline: auto;
}

.mmls-skip {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 99999;
    background: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 10px;
}
.mmls-skip:focus { top: 16px; }

.mmls-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    background: rgba(11, 21, 33, .82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.mmls-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.mmls-brand-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
}

.mmls-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    min-width: max-content;
}

.mmls-brand__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 220px;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
}

.mmls-brand__mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-weight: 900;
    font-size: 20px;
    color: #07131f;
    background: linear-gradient(135deg, var(--mmls-cyan-2), var(--mmls-cyan));
    box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 10px 30px rgba(103,189,224,.2);
}

.mmls-brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.mmls-brand__text strong { font-size: 16px; letter-spacing: -.02em; }
.mmls-brand__text small { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #9cb0c3; }

.mmls-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-left: auto;
}
.mmls-nav a {
    color: #bfd0df;
    font-size: 14px;
    font-weight: 600;
    transition: color .2s ease;
}
.mmls-nav a:hover { color: #fff; }

.mmls-btn {
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.mmls-btn:hover { transform: translateY(-2px); }
.mmls-btn:focus-visible { outline: 3px solid rgba(103,189,224,.45); outline-offset: 3px; }
.mmls-btn--sm { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.mmls-btn--primary {
    color: #07131f;
    background: linear-gradient(135deg, var(--mmls-cyan-2), var(--mmls-cyan));
    box-shadow: 0 12px 34px rgba(103,189,224,.22);
}
.mmls-btn--primary:hover { box-shadow: 0 16px 38px rgba(103,189,224,.3); }
.mmls-btn--ghost {
    color: #ecf7fd;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
}
.mmls-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); }
.mmls-btn--full { width: 100%; }

.mmls-hero {
    position: relative;
    overflow: hidden;
    padding: 148px 0 86px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 18%, rgba(103,189,224,.16), transparent 26%),
        radial-gradient(circle at 12% 90%, rgba(60,113,159,.16), transparent 28%),
        linear-gradient(145deg, #08111c 0%, #0c1724 58%, #12263a 100%);
}

.mmls-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .35;
    background-image:
      linear-gradient(rgba(103,189,224,.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(103,189,224,.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 84%);
}

.mmls-orb { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.mmls-orb--one { width: 420px; height: 420px; right: -170px; top: 120px; border: 1px solid rgba(103,189,224,.14); box-shadow: inset 0 0 80px rgba(103,189,224,.04); }
.mmls-orb--two { width: 260px; height: 260px; right: 14%; top: 225px; border: 1px solid rgba(103,189,224,.1); }

.mmls-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    align-items: center;
    gap: 62px;
}

.mmls-kicker,
.mmls-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.mmls-kicker { color: #aadff3; }
.mmls-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--mmls-cyan); box-shadow: 0 0 20px rgba(103,189,224,.85); }

.mmls-hero h1 {
    max-width: 730px;
    margin: 20px 0 22px;
    font-size: clamp(42px, 5.4vw, 74px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 850;
}

.mmls-hero__lead {
    max-width: 650px;
    margin: 0;
    color: #b8c8d7;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.65;
}

.mmls-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.mmls-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 38px;
}
.mmls-trust div {
    padding: 14px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.035);
}
.mmls-trust strong { display: block; font-size: 14px; color: #fff; }
.mmls-trust span { display: block; margin-top: 3px; font-size: 11px; color: #8298aa; }

.mmls-hero__visual { position: relative; }
.mmls-image-card {
    position: relative;
    padding: 10px;
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 35px 100px rgba(0,0,0,.32), 0 0 120px rgba(103,189,224,.08);
}
.mmls-image-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 24px;
    filter: saturate(.9) contrast(1.02) brightness(.82);
}
.mmls-image-card::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 24px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(8,17,28,.48), transparent 45%);
}

.mmls-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 245px;
    padding: 13px 15px;
    border-radius: 16px;
    background: rgba(10, 25, 39, .88);
    border: 1px solid rgba(146,222,250,.2);
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
    backdrop-filter: blur(14px);
}
.mmls-floating-card--top { top: 28px; left: -36px; }
.mmls-floating-card--bottom { right: -24px; bottom: 28px; }
.mmls-floating-card small { display: block; color: #8ca1b4; font-size: 10px; }
.mmls-floating-card strong { display: block; margin-top: 3px; color: #edf9ff; font-size: 12px; line-height: 1.25; }
.mmls-status-dot { width: 12px; height: 12px; border-radius: 50%; background: #7ee7b1; box-shadow: 0 0 0 5px rgba(126,231,177,.12); flex: 0 0 auto; }
.mmls-mini-chart { width: 46px; height: 32px; display: flex; align-items: end; gap: 3px; }
.mmls-mini-chart i { width: 6px; display: block; border-radius: 3px 3px 1px 1px; background: var(--mmls-cyan); }
.mmls-mini-chart i:nth-child(1){height:30%}.mmls-mini-chart i:nth-child(2){height:48%}.mmls-mini-chart i:nth-child(3){height:42%}.mmls-mini-chart i:nth-child(4){height:75%}.mmls-mini-chart i:nth-child(5){height:92%}

.mmls-strip { background: #0a131e; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.mmls-strip__inner { min-height: 66px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; color: #8ea2b4; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mmls-strip__inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--mmls-cyan); opacity: .7; }

.mmls-section { padding: 104px 0; }
.mmls-section--light { background: #f6f9fb; }
.mmls-section--dark { background: var(--mmls-bg); color: #fff; }
.mmls-section--portfolio { background: #fff; }

.mmls-section-head {
    display: grid;
    grid-template-columns: 1.1fr .75fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 44px;
}
.mmls-eyebrow { color: var(--mmls-blue); }
.mmls-eyebrow--light { color: #8fd8f2; }
.mmls-section-head h2,
.mmls-problem h2,
.mmls-segments h2,
.mmls-results h2,
.mmls-faq h2,
.mmls-contact h2 {
    margin: 13px 0 0;
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1.03;
    letter-spacing: -.045em;
}
.mmls-section-head p,
.mmls-segments p,
.mmls-faq p,
.mmls-contact p { margin: 0; color: var(--mmls-muted); font-size: 16px; }

.mmls-cards--services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mmls-card {
    position: relative;
    min-height: 255px;
    padding: 28px;
    border-radius: var(--mmls-radius-sm);
    background: #fff;
    border: 1px solid #e3ebf0;
    box-shadow: 0 14px 40px rgba(24,44,62,.05);
    overflow: hidden;
}
.mmls-card::after { content:""; position:absolute; width:130px; height:130px; border-radius:50%; right:-80px; bottom:-80px; background:rgba(103,189,224,.09); transition: transform .3s ease; }
.mmls-card:hover::after { transform: scale(1.5); }
.mmls-card__icon { display: inline-flex; min-width: 44px; height: 32px; align-items: center; justify-content: center; border-radius: 9px; color: #1d5f87; background: #e8f7fd; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.mmls-card h3 { margin: 22px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.mmls-card p { margin: 0; color: #657688; font-size: 14px; }

.mmls-problem { position: relative; overflow: hidden; }
.mmls-problem::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 80% 50%, rgba(103,189,224,.08), transparent 30%); }
.mmls-problem__grid { position:relative; display:grid; grid-template-columns: 1.05fr .95fr; gap:80px; align-items:center; }
.mmls-problem h2 { max-width: 620px; }
.mmls-problem__list { display:grid; gap:12px; }
.mmls-problem__list div { display:flex; gap:14px; align-items:flex-start; padding:17px 18px; border-radius:14px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.08); }
.mmls-problem__list span { width:28px; height:28px; flex:0 0 auto; display:grid; place-items:center; border-radius:9px; background:rgba(103,189,224,.12); color:#9fe1f7; font-weight:900; }
.mmls-problem__list p { margin:2px 0 0; color:#a9bdcd; font-size:14px; }
.mmls-problem__list strong { color:#fff; }

.mmls-portfolio-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap:20px; }
.mmls-project { min-height: 430px; padding:28px; display:flex; flex-direction:column; justify-content:space-between; gap:34px; border-radius:26px; background:linear-gradient(145deg,#f3f8fb,#eaf1f5); border:1px solid #dfe9ef; overflow:hidden; }
.mmls-project--wide { grid-column: span 2; min-height: 390px; flex-direction:row; align-items:center; }
.mmls-project__copy { max-width: 490px; }
.mmls-project__copy > span { color:#34769e; font-size:11px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.mmls-project__copy h3 { margin:10px 0 12px; font-size:clamp(25px,3vw,38px); line-height:1.08; letter-spacing:-.035em; }
.mmls-project__copy p { margin:0; color:#657587; font-size:14px; }
.mmls-project__copy ul { display:flex; flex-wrap:wrap; gap:8px; list-style:none; padding:0; margin:20px 0 0; }
.mmls-project__copy li { padding:7px 10px; border-radius:999px; background:#fff; border:1px solid #dce8ef; color:#426076; font-size:11px; font-weight:800; }

.mmls-ui { width:min(100%, 520px); min-height:270px; border-radius:18px; overflow:hidden; background:#0f1f2e; border:1px solid rgba(25,65,88,.2); box-shadow:0 25px 60px rgba(30,63,83,.17); transform:perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.mmls-ui__top { height:38px; display:flex; align-items:center; gap:6px; padding:0 12px; border-bottom:1px solid rgba(255,255,255,.06); }
.mmls-ui__top b { width:7px; height:7px; border-radius:50%; background:#547287; }
.mmls-ui__top span { margin-left:auto; color:#7e9bb0; font-size:9px; text-transform:uppercase; letter-spacing:.1em; }
.mmls-ui__body { min-height:232px; display:grid; grid-template-columns:54px 1fr; }
.mmls-ui__sidebar { padding:14px 10px; display:grid; align-content:start; gap:10px; border-right:1px solid rgba(255,255,255,.05); }
.mmls-ui__sidebar i { display:block; height:8px; border-radius:4px; background:#25435a; }
.mmls-ui__content { padding:16px; }
.mmls-kpis { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.mmls-kpis span { display:block; height:48px; border-radius:9px; background:linear-gradient(135deg,#17364c,#1f516d); }
.mmls-chart { height:95px; margin-top:11px; padding:12px; display:flex; gap:7px; align-items:end; border-radius:10px; background:#122b3d; }
.mmls-chart i { flex:1; border-radius:3px 3px 0 0; background:linear-gradient(to top,#3c719f,#67bde0); }
.mmls-chart i:nth-child(1){height:28%}.mmls-chart i:nth-child(2){height:56%}.mmls-chart i:nth-child(3){height:44%}.mmls-chart i:nth-child(4){height:79%}.mmls-chart i:nth-child(5){height:62%}.mmls-chart i:nth-child(6){height:88%}.mmls-chart i:nth-child(7){height:72%}
.mmls-table { margin-top:10px; display:grid; gap:6px; }
.mmls-table i { display:block; height:8px; border-radius:3px; background:#1f3b50; }

.mmls-people-list { padding:14px; border-radius:18px; background:#0f1e2d; display:grid; gap:8px; box-shadow:0 18px 44px rgba(30,63,83,.14); }
.mmls-people-list div { display:grid; grid-template-columns:34px 1fr 58px; align-items:center; gap:10px; padding:10px; border-radius:11px; background:#142a3d; }
.mmls-people-list i { width:30px; height:30px; display:block; border-radius:50%; background:linear-gradient(135deg,#4a85a9,#7ad1ed); }
.mmls-people-list span { height:8px; border-radius:4px; background:#35546b; }
.mmls-people-list b { height:21px; border-radius:8px; background:#234d63; }

.mmls-kanban { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; min-height:145px; padding:12px; border-radius:18px; background:#112334; }
.mmls-kanban > div { padding:9px; border-radius:10px; background:#183247; }
.mmls-kanban span { display:block; height:8px; width:60%; border-radius:4px; background:#5aa9ce; margin-bottom:10px; }
.mmls-kanban i { display:block; height:34px; margin-top:6px; border-radius:8px; background:#203f55; }

.mmls-flow { min-width: 530px; padding:28px; border-radius:22px; background:#102333; border:1px solid rgba(103,189,224,.1); display:flex; align-items:center; justify-content:center; gap:10px; box-shadow:0 25px 60px rgba(30,63,83,.14); }
.mmls-flow div { padding:15px 13px; min-width:85px; text-align:center; color:#d9f4ff; font-size:11px; font-weight:900; border-radius:12px; background:#1b4057; border:1px solid rgba(103,189,224,.16); }
.mmls-flow b { color:#67bde0; }

.mmls-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.mmls-step { padding:26px; border-radius:18px; border:1px solid #dfe8ee; background:#fff; }
.mmls-step span { color:#3c719f; font-size:12px; font-weight:900; letter-spacing:.1em; }
.mmls-step h3 { margin:20px 0 10px; font-size:19px; }
.mmls-step p { margin:0; color:#6c7e8e; font-size:13px; }

.mmls-segments { background:#fff; }
.mmls-segments__grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.mmls-segments p { margin-top:18px; max-width:540px; }
.mmls-tags { display:flex; flex-wrap:wrap; gap:10px; }
.mmls-tags span { padding:13px 16px; border-radius:13px; background:#f3f7fa; border:1px solid #e0e9ef; color:#425d71; font-size:13px; font-weight:750; }

.mmls-results { padding-top:0; background:#fff; }
.mmls-results__panel { padding:50px; display:grid; grid-template-columns:1fr 1fr; gap:50px; border-radius:30px; color:#fff; background:linear-gradient(145deg,#0b1724,#163247); box-shadow:0 30px 90px rgba(15,37,52,.18); position:relative; overflow:hidden; }
.mmls-results__panel::after { content:""; position:absolute; width:380px; height:380px; right:-150px; top:-170px; border-radius:50%; border:1px solid rgba(103,189,224,.17); box-shadow:inset 0 0 90px rgba(103,189,224,.05); }
.mmls-results__items { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.mmls-results__items div { padding:18px; border-radius:15px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.045); }
.mmls-results__items strong { display:block; color:#7ed4f2; font-size:11px; }
.mmls-results__items span { display:block; margin-top:7px; color:#d3e0ea; font-size:13px; font-weight:700; }

.mmls-faq { background:#f7fafc; }
.mmls-faq__grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; align-items:start; }
.mmls-faq p { margin-top:18px; }
.mmls-accordion { display:grid; gap:10px; }
.mmls-accordion details { border:1px solid #dfe8ef; background:#fff; border-radius:15px; overflow:hidden; }
.mmls-accordion summary { padding:19px 22px; cursor:pointer; list-style:none; font-weight:800; font-size:14px; }
.mmls-accordion summary::-webkit-details-marker { display:none; }
.mmls-accordion summary::after { content:"+"; float:right; color:#39799f; font-size:20px; line-height:1; }
.mmls-accordion details[open] summary::after { content:"−"; }
.mmls-accordion details p { margin:0; padding:0 22px 20px; color:#6e7e8c; font-size:13px; }

.mmls-contact { position:relative; overflow:hidden; color:#fff; background:linear-gradient(140deg,#07111b,#102639); }
.mmls-contact::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 0% 100%, rgba(103,189,224,.15), transparent 28%); }
.mmls-contact__grid { position:relative; display:grid; grid-template-columns:.9fr 1.1fr; gap:72px; align-items:center; }
.mmls-contact__copy p { color:#a8bdcd; margin-top:20px; max-width:540px; }
.mmls-contact__badges { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.mmls-contact__badges span { padding:8px 10px; border-radius:999px; font-size:11px; color:#bfe7f6; border:1px solid rgba(103,189,224,.17); background:rgba(103,189,224,.06); }
.mmls-email { display:inline-flex; margin-top:22px; color:#8ddcf6; font-size:14px; font-weight:700; }
.mmls-email:hover { color:#fff; }

.mmls-form { padding:28px; border-radius:24px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.11); box-shadow:0 30px 80px rgba(0,0,0,.2); backdrop-filter:blur(12px); }
.mmls-field-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.mmls-form label { display:block; margin-bottom:14px; color:#c9dce9; font-size:12px; font-weight:800; }
.mmls-form input,
.mmls-form select,
.mmls-form textarea { width:100%; margin-top:7px; border:1px solid rgba(255,255,255,.12); border-radius:12px; background:#0d2030; color:#fff; outline:none; transition:border-color .2s ease, box-shadow .2s ease; }
.mmls-form input,
.mmls-form select { height:50px; padding:0 14px; }
.mmls-form textarea { padding:13px 14px; resize:vertical; }
.mmls-form input::placeholder,
.mmls-form textarea::placeholder { color:#6e8799; }
.mmls-form input:focus,
.mmls-form select:focus,
.mmls-form textarea:focus { border-color:#67bde0; box-shadow:0 0 0 3px rgba(103,189,224,.12); }
.mmls-form select option { color:#111; }
.mmls-form small { display:block; margin-top:10px; color:#7892a5; font-size:10px; text-align:center; }

.mmls-footer { color:#899baa; background:#06101a; border-top:1px solid rgba(255,255,255,.06); }
.mmls-footer__inner { min-height:120px; display:grid; grid-template-columns:auto 1fr auto; gap:28px; align-items:center; }
.mmls-footer p { margin:0; text-align:center; color:#647b8d; font-size:12px; }
.mmls-footer__copyright { color:#5d7182; font-size:11px; text-align:right; }
.mmls-brand--footer .mmls-brand__mark { width:36px; height:36px; border-radius:10px; font-size:17px; }
.mmls-brand--footer .mmls-brand__logo { max-width: 210px; max-height: 54px; }

.mmls-whatsapp-float {
    position:fixed;
    z-index:950;
    right:22px;
    bottom:22px;
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#25d366;
    box-shadow:0 15px 35px rgba(20,115,56,.34);
    transition:transform .2s ease, box-shadow .2s ease;
}
.mmls-whatsapp-float:hover { transform:translateY(-3px) scale(1.03); box-shadow:0 19px 42px rgba(20,115,56,.4); }
.mmls-whatsapp-float svg { width:31px; height:31px; fill:#fff; }

.mmls-reveal { opacity:0; transform:translateY(18px); transition:opacity .62s ease, transform .62s ease; }
.mmls-reveal.is-visible { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior:auto; }
    .mmls-reveal { opacity:1; transform:none; transition:none; }
    .mmls-btn, .mmls-whatsapp-float { transition:none; }
}

@media (max-width: 1024px) {
    .mmls-header__inner { min-height:70px; }
    .mmls-nav { display:none; }
    .mmls-header .mmls-btn { margin-left:auto; }
    .mmls-hero { padding-top:128px; }
    .mmls-hero__grid { gap:38px; }
    .mmls-section { padding:86px 0; }
    .mmls-cards--services { grid-template-columns:repeat(2,1fr); }
    .mmls-project--wide { flex-direction:column; align-items:stretch; }
    .mmls-project__copy { max-width:none; }
    .mmls-ui { width:100%; }
    .mmls-flow { min-width:0; width:100%; flex-wrap:wrap; }
    .mmls-steps { grid-template-columns:repeat(2,1fr); }
    .mmls-results__panel { grid-template-columns:1fr; }
    .mmls-footer__inner { grid-template-columns:1fr; padding:30px 0; justify-items:center; text-align:center; }
    .mmls-footer__copyright { text-align:center; }
}

@media (max-width: 820px) {
    .mmls-container { width:min(calc(100% - 30px), var(--mmls-container)); }
    .mmls-hero__grid,
    .mmls-section-head,
    .mmls-problem__grid,
    .mmls-segments__grid,
    .mmls-faq__grid,
    .mmls-contact__grid { grid-template-columns:1fr; }
    .mmls-hero__grid { gap:58px; }
    .mmls-hero__content { text-align:left; }
    .mmls-trust { grid-template-columns:repeat(2,1fr); }
    .mmls-image-card { max-width:620px; margin-inline:auto; }
    .mmls-section-head,
    .mmls-problem__grid,
    .mmls-segments__grid,
    .mmls-faq__grid,
    .mmls-contact__grid { gap:34px; }
    .mmls-section-head { align-items:start; }
    .mmls-portfolio-grid { grid-template-columns:1fr; }
    .mmls-project,
    .mmls-project--wide { grid-column:auto; min-height:0; }
    .mmls-project--wide { flex-direction:column; }
    .mmls-contact__copy { max-width:680px; }
}

@media (max-width: 620px) {
    .mmls-brand__logo { max-width: 165px; max-height: 44px; }
    .mmls-brand--footer .mmls-brand__logo { max-width: 190px; max-height: 52px; }
    .mmls-header__inner { min-height:64px; gap:12px; }
    .mmls-brand__mark { width:38px; height:38px; }
    .mmls-brand__text small { display:none; }
    .mmls-header .mmls-btn { min-height:40px; padding:0 13px; font-size:11px; }
    .mmls-hero { padding:112px 0 66px; }
    .mmls-hero h1 { font-size:42px; }
    .mmls-hero__lead { font-size:16px; }
    .mmls-hero__actions { display:grid; grid-template-columns:1fr; }
    .mmls-hero__actions .mmls-btn { width:100%; }
    .mmls-floating-card--top { left:8px; top:18px; }
    .mmls-floating-card--bottom { right:8px; bottom:18px; }
    .mmls-floating-card { max-width:210px; padding:10px 12px; }
    .mmls-strip__inner { padding:16px 0; gap:10px 12px; }
    .mmls-strip__inner i { display:none; }
    .mmls-strip__inner span { width:calc(50% - 8px); text-align:center; font-size:10px; }
    .mmls-section { padding:68px 0; }
    .mmls-section-head { margin-bottom:30px; }
    .mmls-section-head h2,
    .mmls-problem h2,
    .mmls-segments h2,
    .mmls-results h2,
    .mmls-faq h2,
    .mmls-contact h2 { font-size:36px; }
    .mmls-cards--services,
    .mmls-steps { grid-template-columns:1fr; }
    .mmls-card { min-height:0; }
    .mmls-project { padding:22px; }
    .mmls-ui { min-height:230px; transform:none; }
    .mmls-ui__body { min-height:192px; }
    .mmls-flow { padding:18px 14px; gap:6px; }
    .mmls-flow div { min-width:72px; padding:12px 8px; font-size:9px; }
    .mmls-flow b { font-size:11px; }
    .mmls-results__panel { padding:30px 22px; }
    .mmls-results__items { grid-template-columns:1fr; }
    .mmls-field-row { grid-template-columns:1fr; gap:0; }
    .mmls-form { padding:20px; }
    .mmls-whatsapp-float { right:16px; bottom:16px; width:54px; height:54px; }
}
