/* ==========================================================================
   mawmedia — HOME (light · aerisit · minimalist)
   Self-contained. Un singur font (Inter). Prefix: .mm-
   ========================================================================== */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scrollbar-width: none; -ms-overflow-style: none; background-color: #efebe2; }
html::-webkit-scrollbar { width: 0 !important; height: 0 !important; display: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; }

/* ---------- Tokens ---------- */
:root {
    /* Neutre — lăptos mat (milky, fără alb pur) */
    --bg:        #efebe2;
    --bg-soft:   #e7e2d6;
    --surface:   #f9f6ef;
    --ink:       #16191c;
    --ink-soft:  #4a5157;
    --muted:     #737a80;
    --line:      #e4dfd2;
    --line-2:    #d9d3c4;

    /* Verde de brand — UN singur ton pe fundal deschis (închis, bogat) */
    --emerald:       #0a7d57;
    --emerald-deep:  #0a7d57;
    --emerald-tint:  #e7f2ec;
    --emerald-soft:  rgba(10,125,87,0.13);

    /* Accent cald complementar — terracotta (contrast, viață, plinătate) */
    --accent:        #d2683f;
    --accent-deep:   #b04e28;
    --accent-tint:   #fbeee6;
    --accent-soft:   rgba(210,104,63,0.13);

    /* Puncte de contrast — dark mat + accente vii (folosite punctual) */
    --forest:        #10231b;
    --cream:         #f3efe6;
    --fog-d:         #a9b4ad;
    --emerald-vivid: #14c88a;

    /* Sistem */
    --font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --maxw: 1180px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --radius: 13px;
    /* Umbre stratificate cu tentă (contact + mijloc + ambient) + highlight de sus */
    --shadow-sm:
        inset 0 1px 0 rgba(255,255,255,0.65),
        0 1px 2px rgba(28,42,34,0.05),
        0 4px 10px -2px rgba(28,42,34,0.05);
    --shadow:
        inset 0 1px 0 rgba(255,255,255,0.7),
        0 2px 4px rgba(28,45,36,0.05),
        0 10px 22px -8px rgba(26,55,40,0.10),
        0 28px 52px -20px rgba(26,55,40,0.16);
    --shadow-lg:
        inset 0 1px 0 rgba(255,255,255,0.8),
        0 4px 8px rgba(28,45,36,0.06),
        0 22px 44px -14px rgba(26,55,40,0.18),
        0 48px 88px -30px rgba(26,55,40,0.26);
}

body {
    font-family: var(--font);
    background: transparent;
    color: var(--ink-soft);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
::selection { background: var(--emerald); color: #fff; }

/* ---------- Fundal viu: nori de culoare în mișcare + dot-grid ---------- */
.mm-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; background-color: var(--bg); background-image: radial-gradient(circle, rgba(22,40,32,0.05) 1px, transparent 1.6px); background-size: 32px 32px; }
.mm-bg__blob { position: absolute; border-radius: 50%; filter: blur(90px); will-change: transform; }
.mm-bg__blob--1 { width: 46vw; height: 46vw; background: radial-gradient(circle, rgba(16,185,129,0.40), transparent 70%); top: -12%; left: -6%; animation: mm-drift1 24s ease-in-out infinite alternate; }
.mm-bg__blob--2 { width: 42vw; height: 42vw; background: radial-gradient(circle, rgba(210,104,63,0.34), transparent 70%); top: 26%; right: -12%; animation: mm-drift2 29s ease-in-out infinite alternate; }
.mm-bg__blob--3 { width: 40vw; height: 40vw; background: radial-gradient(circle, rgba(16,185,129,0.30), transparent 70%); bottom: -16%; left: 26%; animation: mm-drift3 26s ease-in-out infinite alternate; }
.mm-bg__blob--4 { width: 30vw; height: 30vw; background: radial-gradient(circle, rgba(210,104,63,0.26), transparent 70%); top: 55%; left: 4%; animation: mm-drift1 31s ease-in-out infinite alternate-reverse; }
@keyframes mm-drift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(7vw,5vh) scale(1.12); } }
@keyframes mm-drift2 { from { transform: translate(0,0) scale(1); } to { transform: translate(-6vw,7vh) scale(1.1); } }
@keyframes mm-drift3 { from { transform: translate(0,0) scale(1); } to { transform: translate(5vw,-6vh) scale(1.15); } }
@media (prefers-reduced-motion: reduce) { .mm-bg__blob { animation: none; } }
/* Grain fin — textură mată, tactilă (premium) */
body::after {
    content: ''; position: fixed; inset: 0; z-index: 9998;
    pointer-events: none; opacity: 0.035; mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Layout ---------- */
.mm-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.mm-section { padding: clamp(5rem, 10vw, 9rem) 0; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { color: var(--ink); font-weight: 800; letter-spacing: -0.033em; line-height: 1.08; }
.mm-eyebrow {
    display: inline-flex; align-items: center; gap: 0.65rem;
    font-size: 0.73rem; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--emerald-deep);
    margin-bottom: 1.15rem;
}
.mm-eyebrow::before { content: ''; width: 24px; height: 2px; background: currentColor; flex-shrink: 0; }
.mm-h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.mm-section-head { max-width: 620px; margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.mm-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.mm-section-head .mm-lead { margin-top: 1rem; }
.mm-lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 48ch; }
.mm-accent { color: var(--emerald-deep); }

/* ---------- Buttons ---------- */
.mm-btn {
    display: inline-flex; align-items: center; gap: 0.55rem;
    padding: 0.95rem 1.75rem;
    border-radius: 11px;
    font-weight: 700; font-size: 0.95rem; letter-spacing: -0.01em;
    cursor: pointer; border: 1px solid transparent;
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease), border-color 0.35s var(--ease), color 0.35s var(--ease);
    white-space: nowrap;
}
.mm-btn svg { width: 17px; height: 17px; }
.mm-btn--primary { background-color: var(--emerald-deep); background-image: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(0,0,0,0.07)); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 8px 20px -8px rgba(10,125,87,0.55); }
.mm-btn--primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.32), 0 16px 30px -10px rgba(10,125,87,0.6); }
.mm-btn--ghost { background: linear-gradient(180deg, #fffdf8, var(--surface)); color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.mm-btn--ghost:hover { border-color: var(--emerald); color: var(--emerald-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
.mm-btn--light { background: #fff; color: var(--emerald-deep); box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 12px 28px -10px rgba(0,0,0,0.35); }
.mm-btn--light:hover { background: var(--bg); transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 18px 36px -12px rgba(0,0,0,0.4); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.mm-topbar { background: var(--surface); border-bottom: 1px solid var(--line); font-size: 0.82rem; }
.mm-topbar .mm-wrap { display: flex; align-items: center; gap: 1.1rem; height: 44px; }
.mm-topbar__status { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; color: var(--ink-soft); }
.mm-topbar__dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--emerald); flex-shrink: 0; }
.mm-topbar__dot::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--emerald); animation: mm-livedot 1.9s ease-out infinite; }
@keyframes mm-livedot { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(3.4); opacity: 0; } }
.mm-topbar__spacer { margin-left: auto; }
.mm-topbar__hours { color: var(--muted); }
.mm-topbar__sep { width: 1px; height: 14px; background: var(--line-2); }
.mm-topbar__phone { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--emerald-deep); transition: color 0.25s; }
.mm-topbar__phone svg { width: 14px; height: 14px; }
.mm-topbar__phone:hover { color: var(--accent-deep); }
@media (max-width: 900px) { .mm-topbar { display: none; } }
@media (prefers-reduced-motion: reduce) { .mm-topbar__dot::before { animation: none; } }

.mm-header { position: sticky; top: 0; z-index: 100; background: rgba(239,235,226,0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.mm-header.is-stuck { border-bottom-color: var(--line); box-shadow: 0 4px 20px rgba(20,25,22,0.04); }
.mm-header .mm-wrap { display: flex; align-items: center; height: 72px; gap: 2rem; }

.mm-logo { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); }
.mm-logo b { color: var(--emerald-deep); font-weight: 800; }
.mm-logo__dot { color: var(--emerald); }

.mm-nav { display: flex; align-items: center; gap: 0.3rem; margin-left: auto; }
.mm-nav a { padding: 0.5rem 1rem; font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); border-radius: 100px; transition: color 0.25s, background 0.25s; }
.mm-nav a:hover { color: var(--ink); background: var(--bg-soft); }
.mm-nav a.is-active { color: var(--emerald-deep); }
.mm-header__cta { margin-left: 0.5rem; }

.mm-burger { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 12px; background: var(--surface); cursor: pointer; position: relative; }
.mm-burger span { position: absolute; left: 12px; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.3s var(--ease); }
.mm-burger span:nth-child(1) { top: 15px; }
.mm-burger span:nth-child(2) { top: 21px; }
.mm-burger span:nth-child(3) { top: 27px; }
body.mm-menu-open .mm-burger span:nth-child(1) { top: 21px; transform: rotate(45deg); }
body.mm-menu-open .mm-burger span:nth-child(2) { opacity: 0; }
body.mm-menu-open .mm-burger span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.mm-mobile { position: fixed; inset: 0; z-index: 99; background: rgba(239,235,226,0.98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); display: flex; flex-direction: column; justify-content: center; padding: 2rem clamp(1.5rem,6vw,3rem); opacity: 0; visibility: hidden; transition: opacity 0.35s var(--ease), visibility 0.35s; }
body.mm-menu-open .mm-mobile { opacity: 1; visibility: visible; }
.mm-mobile a { font-size: clamp(1.7rem, 7vw, 2.3rem); font-weight: 700; color: var(--ink); padding: 0.55rem 0; border-bottom: 1px solid var(--line); transition: color 0.25s, padding-left 0.25s; }
.mm-mobile a:hover { color: var(--emerald-deep); padding-left: 0.7rem; }
.mm-mobile__contact { margin-top: 2.2rem; color: var(--muted); font-size: 0.95rem; }
.mm-mobile__contact a { font-size: 1.05rem; color: var(--emerald-deep); border: none; padding: 0; display: inline; }

@media (max-width: 900px) { .mm-nav, .mm-header__cta { display: none; } .mm-burger { display: block; } }

/* ==========================================================================
   HERO — aerisit, o singură idee
   ========================================================================== */
.mm-hero { position: relative; overflow: hidden; padding: clamp(5rem, 12vw, 8.5rem) 0 clamp(4rem, 9vw, 7rem); text-align: center; }
.mm-hero__aura { position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 92vw; max-width: 1050px; aspect-ratio: 2/1; background: radial-gradient(ellipse 60% 100% at 38% 40%, var(--emerald-soft) 0%, transparent 60%), radial-gradient(ellipse 55% 100% at 66% 45%, var(--accent-soft) 0%, transparent 60%); pointer-events: none; z-index: 0; }
/* Fascicul de lumină diagonal — luminează o parte, lasă restul în penumbră */
.mm-hero__beam { position: absolute; top: -30%; left: 6%; width: 42%; height: 160%; background: linear-gradient(100deg, transparent 32%, rgba(255,255,255,0.75) 50%, transparent 68%); transform: rotate(7deg); filter: blur(26px); pointer-events: none; z-index: 0; animation: mm-beam 16s ease-in-out infinite alternate; }
@keyframes mm-beam { from { opacity: 0.45; transform: rotate(6deg) translateX(-5%); } to { opacity: 0.85; transform: rotate(9deg) translateX(7%); } }
/* Umbrire fină la baza hero-ului (grounding) */
.mm-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background: linear-gradient(to top, rgba(28,42,34,0.05), transparent); pointer-events: none; z-index: 0; }
/* Inel decorativ subtil în spatele conținutului */
.mm-hero::before { content: ''; position: absolute; top: 46%; left: 50%; width: min(720px, 88vw); aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid rgba(22,40,32,0.09); box-shadow: 0 0 0 clamp(30px, 6vw, 70px) rgba(22,40,32,0.025); pointer-events: none; z-index: 0; }
.mm-hero .mm-wrap { position: relative; z-index: 2; }

/* Iconițe de platforme plutitoare — viață + context social media */
.mm-hero__decor { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.mm-float { position: absolute; width: clamp(46px, 5vw, 58px); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(160deg, #fffdf8, var(--surface)); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); box-shadow: var(--shadow); color: var(--emerald-deep); animation: mm-float 7s ease-in-out infinite; }
.mm-float svg { width: 46%; height: 46%; }
.mm-float--1 { top: 15%; left: 7%; animation-delay: 0s; }
.mm-float--2 { bottom: 20%; left: 12%; color: var(--accent); animation-delay: 1.2s; }
.mm-float--3 { top: 19%; right: 8%; color: var(--ink); animation-delay: 0.6s; }
.mm-float--4 { top: 52%; right: 5%; animation-delay: 1.8s; }
.mm-float--5 { bottom: 16%; right: 14%; color: var(--accent); animation-delay: 2.4s; }
@keyframes mm-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@media (max-width: 900px) { .mm-hero__decor { display: none; } }
@media (prefers-reduced-motion: reduce) { .mm-float { animation: none; } }
.mm-hero__inner { max-width: 800px; margin: 0 auto; }
.mm-hero h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); letter-spacing: -0.035em; margin-bottom: 1.5rem; }
/* Word rotator — hook vizual cinematic */
.mm-rotator { display: inline-block; position: relative; color: var(--emerald-deep); white-space: nowrap; padding-bottom: 0.04em; }
.mm-rotator__text { display: inline-block; transition: opacity 0.42s var(--ease), transform 0.42s var(--ease), filter 0.42s var(--ease); }
.mm-rotator__text.is-out { opacity: 0; transform: translateY(-0.4em); filter: blur(7px); }
.mm-rotator__text.is-in { opacity: 0; transform: translateY(0.4em); filter: blur(7px); }
.mm-rotator::after { content: ''; position: absolute; left: 0; right: 0; bottom: -0.02em; height: 0.11em; background: var(--accent); border-radius: 4px; box-shadow: 0 4px 12px -2px rgba(210,104,63,0.5); }
.mm-hero__sub { font-size: clamp(1.08rem, 1.7vw, 1.3rem); color: var(--ink-soft); max-width: 40ch; margin: 0 auto 2.4rem; }
.mm-hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; }
/* Trust — badge cu stele */
.mm-hero__trust { display: inline-flex; align-items: center; gap: 0.65rem; margin-top: clamp(2.4rem, 5vw, 3.4rem); padding: 0.55rem 1.15rem; background: linear-gradient(160deg, #fffdf8, var(--surface)); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); border-radius: 100px; box-shadow: var(--shadow-sm); font-size: 0.86rem; font-weight: 600; color: var(--ink-soft); }
.mm-hero__stars { display: inline-flex; gap: 0.12rem; color: var(--accent); }
.mm-hero__stars svg { width: 15px; height: 15px; }
/* Parallax smooth */
.mm-hero__decor, .mm-hero__aura { transition: transform 0.4s ease-out; }
@media (prefers-reduced-motion: reduce) { .mm-hero__decor, .mm-hero__aura { transition: none; } .mm-rotator__text { transition: none; } }

/* ==========================================================================
   SERVICII — grid aerisit, o linie fiecare
   ========================================================================== */
.mm-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.mm-card {
    position: relative;
    padding: 2.4rem 2rem;
    /* Lumină direcțională pe fața cardului: lit sus-stânga → umbrit jos-dreapta */
    background: linear-gradient(152deg, #fffdf8 0%, var(--surface) 46%, #efe9dd 100%);
    border: 1px solid var(--line);
    border-top-color: rgba(255,255,255,0.9);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
    --spot: rgba(12,158,110,0.14);
}
/* Spotlight care urmărește cursorul (poziția din JS: --mx / --my) */
.mm-card::after {
    content: '';
    position: absolute; inset: 0;
    border-radius: inherit;
    background: radial-gradient(240px circle at var(--mx, 50%) var(--my, -20%), var(--spot), transparent 60%);
    opacity: 0;
    transition: opacity 0.5s var(--ease);
    pointer-events: none;
}
.mm-card:hover::after { opacity: 1; }
.mm-services-grid .mm-card:nth-child(3n+2) { --spot: rgba(210,104,63,0.16); }
.mm-services-grid .mm-card:nth-child(3n+3) { --spot: rgba(20,25,28,0.10); }
.mm-card > * { position: relative; z-index: 1; }
.mm-card__icon {
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 14px;
    background-color: var(--emerald);
    background-image: linear-gradient(150deg, rgba(255,255,255,0.32), rgba(0,0,0,0.12));
    color: #fff; margin-bottom: 1.4rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), inset 0 -3px 6px rgba(0,0,0,0.16), 0 10px 20px -8px rgba(10,125,87,0.55);
    transition: transform 0.4s var(--ease);
}
.mm-card__icon svg { width: 24px; height: 24px; filter: drop-shadow(0 1px 1px rgba(0,0,0,0.18)); }
/* Ritm de culoare pe cartonaje — alternăm emerald / terracotta / ink */
.mm-services-grid .mm-card:nth-child(3n+2) .mm-card__icon { background-color: var(--accent); box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), inset 0 -3px 6px rgba(0,0,0,0.16), 0 10px 20px -8px rgba(176,78,40,0.55); }
.mm-services-grid .mm-card:nth-child(3n+3) .mm-card__icon { background-color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), inset 0 -3px 6px rgba(0,0,0,0.22), 0 10px 20px -8px rgba(20,25,28,0.45); }
.mm-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-2); }
.mm-card:hover .mm-card__icon { transform: scale(1.06) rotate(-3deg); }
.mm-card h3 { font-size: 1.2rem; margin-bottom: 0.9rem; }
.mm-card p { font-size: 0.96rem; color: var(--ink-soft); }
.mm-card__list { display: flex; flex-direction: column; gap: 0.6rem; }
.mm-card__list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: var(--ink-soft); line-height: 1.4; }
.mm-card__list li svg { width: 16px; height: 16px; color: var(--emerald-deep); flex-shrink: 0; margin-top: 0.12rem; }
.mm-services__more { text-align: center; margin-top: clamp(2.2rem, 4vw, 3.2rem); }

/* ==========================================================================
   DESPRE — clar, scurt
   ========================================================================== */
.mm-about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.mm-about__visual { position: relative; aspect-ratio: 5/4; border-radius: 16px; overflow: hidden; background: linear-gradient(150deg, var(--emerald-tint) 0%, var(--surface) 55%, var(--accent-tint) 100%); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: var(--shadow-lg); }
/* Jet de lumină în colțul sus-stânga + penumbră caldă jos-dreapta */
.mm-about__visual::before { content: ''; position: absolute; top: -30%; left: -20%; width: 90%; height: 90%; background: radial-gradient(circle at center, rgba(255,255,255,0.85), transparent 62%); pointer-events: none; }
.mm-about__visual::after { content: ''; position: absolute; right: -25%; bottom: -25%; width: 80%; height: 80%; background: radial-gradient(circle at center, var(--accent-soft), transparent 60%); pointer-events: none; }

/* Chip „Din 2022" flotant */
.mm-about__chip { position: absolute; top: 1.1rem; left: 1.1rem; z-index: 2; display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.4rem 0.8rem; background: rgba(255,255,255,0.82); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid var(--line); border-radius: 100px; font-size: 0.78rem; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); }
.mm-about__chip svg { width: 15px; height: 15px; color: var(--emerald-deep); }

/* Dashboard flotant de creștere */
.mm-dash { position: relative; z-index: 1; width: 100%; max-width: 340px; background: var(--surface); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); border-radius: 12px; padding: 1.2rem 1.3rem; box-shadow: var(--shadow-lg); }
.mm-dash__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.9rem; }
.mm-dash__label { font-size: 0.82rem; font-weight: 600; color: var(--ink); }
.mm-dash__pill { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.74rem; font-weight: 700; color: var(--emerald-deep); background: var(--emerald-tint); padding: 0.28rem 0.6rem; border-radius: 100px; }
.mm-dash__pill svg { width: 13px; height: 13px; }
.mm-dash__chart svg { width: 100%; height: auto; display: block; }
.mm-dash__chart .mm-line { stroke-dasharray: 360; stroke-dashoffset: 360; }
.mm-about__visual.in-view .mm-dash__chart .mm-line { animation: mm-draw 1.7s var(--ease) 0.15s forwards; }
@keyframes mm-draw { to { stroke-dashoffset: 0; } }
.mm-dash__metrics { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.mm-dash__metric b { display: block; font-size: 1.15rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; line-height: 1; }
.mm-dash__metric span { font-size: 0.72rem; color: var(--muted); }
.mm-about__body .mm-h2 { margin: 0.4rem 0 1.2rem; }
.mm-about__body > p { margin-bottom: 2rem; max-width: 46ch; }
.mm-about__features { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 2.2rem; }
.mm-feature { display: flex; align-items: center; gap: 0.9rem; }
.mm-feature__ico { flex-shrink: 0; width: 38px; height: 38px; border-radius: 11px; background: var(--emerald-tint); display: flex; align-items: center; justify-content: center; color: var(--emerald-deep); }
.mm-feature__ico svg { width: 19px; height: 19px; }
.mm-feature b { color: var(--ink); font-weight: 600; }

/* ==========================================================================
   CIFRE — bandă clară
   ========================================================================== */
.mm-stats { position: relative; overflow: hidden; background: var(--forest); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.mm-stats::before { content: ''; position: absolute; inset: 0; opacity: 0.05; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.mm-stats::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 130% at 14% 0%, rgba(20,200,138,0.15), transparent 55%), radial-gradient(60% 130% at 88% 120%, rgba(210,104,63,0.15), transparent 55%); }
.mm-stats__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); }
.mm-stat { padding: clamp(2.6rem,5vw,3.6rem) 1.5rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
.mm-stat:last-child { border-right: none; }
.mm-stat b { display: block; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 800; color: var(--emerald-vivid); line-height: 1; letter-spacing: -0.03em; }
.mm-stat span { display: block; margin-top: 0.6rem; font-size: 0.85rem; color: var(--fog-d); }

/* ==========================================================================
   PORTOFOLIU — index clar (nume + procent)
   ========================================================================== */
.mm-folio { display: flex; flex-direction: column; }
.mm-folio__row { display: grid; grid-template-columns: 3rem 1fr auto; align-items: center; gap: 1.5rem; padding: 1.5rem 0.5rem; border-top: 1px solid var(--line); transition: background 0.3s var(--ease), padding-left 0.3s var(--ease); position: relative; }
.mm-folio__row:last-child { border-bottom: 1px solid var(--line); }
.mm-folio__row:hover { background: var(--surface); padding-left: 1.1rem; }
.mm-folio__num { font-size: 0.82rem; font-weight: 600; color: var(--muted); }
.mm-folio__name { font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 700; color: var(--ink); letter-spacing: -0.02em; transition: color 0.25s; }
.mm-folio__row:hover .mm-folio__name { color: var(--emerald-deep); }
.mm-folio__pct { font-size: 1.35rem; font-weight: 800; color: var(--accent-deep); letter-spacing: -0.02em; }
.mm-folio__bar { position: absolute; left: 0; bottom: 0; height: 2px; background: var(--emerald); width: 0; transition: width 1.1s var(--ease); border-radius: 2px; }
.mm-folio__row.in-view .mm-folio__bar { width: var(--pct); }

/* ==========================================================================
   OFERTĂ — scurt + formular
   ========================================================================== */
.mm-quote { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.mm-quote__intro .mm-h2 { margin: 0.4rem 0 1.2rem; }
.mm-quote__intro > p { margin-bottom: 1.6rem; max-width: 42ch; }
.mm-quote__phone { display: inline-flex; align-items: center; gap: 0.9rem; padding: 0.45rem 1.4rem 0.45rem 0.45rem; border: 1px solid var(--line-2); border-radius: 100px; background: var(--surface); transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.mm-quote__phone:hover { border-color: var(--emerald); box-shadow: var(--shadow-sm); }
.mm-quote__phone-ico { width: 44px; height: 44px; border-radius: 50%; background: var(--emerald-deep); color: #fff; display: flex; align-items: center; justify-content: center; }
.mm-quote__phone-ico svg { width: 19px; height: 19px; }
.mm-quote__phone b { font-size: 1.1rem; color: var(--ink); font-weight: 700; }

.mm-form { background: linear-gradient(158deg, #fffdf8 0%, var(--surface) 55%, #efe9dd 100%); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); border-radius: 16px; padding: clamp(1.6rem, 3vw, 2.2rem); box-shadow: var(--shadow-lg); }
.mm-form__title { font-size: 1.3rem; font-weight: 700; color: var(--ink); margin-bottom: 1.4rem; }
.mm-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.mm-field { display: flex; flex-direction: column; }
.mm-field--full { grid-column: 1 / -1; }
.mm-field label { font-size: 0.8rem; color: var(--muted); margin-bottom: 0.35rem; }
.mm-input { width: 100%; padding: 0.8rem 1rem; background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px; color: var(--ink); font-size: 0.95rem; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s; }
.mm-input::placeholder { color: #a7adb0; }
.mm-input:focus { outline: none; background: var(--surface); border-color: var(--emerald); box-shadow: 0 0 0 3px var(--emerald-soft); }
select.mm-input { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23757c82' stroke-width='1.6'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.4rem; }
textarea.mm-input { resize: vertical; min-height: 112px; }
.mm-form .mm-btn { width: 100%; justify-content: center; margin-top: 0.2rem; }
.mm-form__hp { position: absolute; left: -9999px; opacity: 0; }
.mm-form__note { margin-top: 0.9rem; font-size: 0.82rem; color: var(--muted); text-align: center; min-height: 1.2em; }
.mm-form__note.is-ok { color: var(--emerald-deep); }
.mm-form__note.is-err { color: #d0563b; }

/* ==========================================================================
   DE CE NOI
   ========================================================================== */
.mm-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.mm-why { position: relative; padding: 2rem 1.7rem; background: linear-gradient(152deg, #fffdf8 0%, var(--surface) 46%, #efe9dd 100%); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease); --spot: rgba(12,158,110,0.14); }
.mm-why::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(220px circle at var(--mx,50%) var(--my,-20%), var(--spot), transparent 60%); opacity: 0; transition: opacity 0.5s var(--ease); pointer-events: none; }
.mm-why:hover::after { opacity: 1; }
.mm-why > * { position: relative; z-index: 1; }
.mm-why:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.mm-why__ico { width: 54px; height: 54px; border-radius: 15px; background-color: var(--emerald); background-image: linear-gradient(150deg, rgba(255,255,255,0.32), rgba(0,0,0,0.12)); display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 1.3rem; box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), inset 0 -3px 6px rgba(0,0,0,0.16), 0 10px 20px -8px rgba(10,125,87,0.55); transition: transform 0.4s var(--ease); }
.mm-why-grid .mm-why:nth-child(2) { --spot: rgba(210,104,63,0.16); }
.mm-why-grid .mm-why:nth-child(3) { --spot: rgba(20,25,28,0.10); }
.mm-why-grid .mm-why:nth-child(2) .mm-why__ico { background-color: var(--accent); box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), inset 0 -3px 6px rgba(0,0,0,0.16), 0 10px 20px -8px rgba(176,78,40,0.55); }
.mm-why-grid .mm-why:nth-child(3) .mm-why__ico { background-color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), inset 0 -3px 6px rgba(0,0,0,0.22), 0 10px 20px -8px rgba(20,25,28,0.45); }
.mm-why:hover .mm-why__ico { transform: scale(1.06) rotate(-3deg); }
.mm-why__ico svg { width: 25px; height: 25px; filter: drop-shadow(0 1px 1px rgba(0,0,0,0.18)); }
.mm-why h3 { font-size: 1.12rem; margin-bottom: 0.5rem; }
.mm-why p { font-size: 0.92rem; color: var(--ink-soft); }

/* ==========================================================================
   FOOTER — clar
   ========================================================================== */
.mm-footer { background: rgba(249,246,239,0.82); border-top: 1px solid var(--line); padding: clamp(3.5rem,6vw,5rem) 0 0; }

/* Carduri de contact acționabile */
.mm-contact { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; padding-bottom: clamp(2.5rem, 5vw, 3.5rem); margin-bottom: clamp(2.5rem, 5vw, 3.5rem); border-bottom: 1px solid var(--line); }
.mm-contact__card { position: relative; display: flex; flex-direction: column; padding: 1.6rem 1.5rem; background: linear-gradient(152deg, #fffdf8 0%, var(--bg) 100%); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease); overflow: hidden; }
.mm-contact__card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-2); }
.mm-contact__icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background-color: var(--emerald); background-image: linear-gradient(150deg, rgba(255,255,255,0.3), rgba(0,0,0,0.1)); color: #fff; margin-bottom: 1.1rem; box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 8px 16px -8px rgba(10,125,87,0.5); transition: transform 0.4s var(--ease); }
.mm-contact__icon svg { width: 22px; height: 22px; }
.mm-contact__card:nth-child(2) .mm-contact__icon { background-color: var(--accent); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 8px 16px -8px rgba(176,78,40,0.5); }
.mm-contact__card:nth-child(3) .mm-contact__icon { background-color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 8px 16px -8px rgba(20,25,28,0.4); }
.mm-contact__card:hover .mm-contact__icon { transform: scale(1.08) rotate(-4deg); }
.mm-contact__label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; color: var(--muted); text-transform: uppercase; margin-bottom: 0.3rem; }
.mm-contact__value { font-size: 1.14rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 0.7rem; }
.mm-contact__meta { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: auto; font-size: 0.82rem; font-weight: 600; color: var(--emerald-deep); }
.mm-contact__meta svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.mm-contact__card:hover .mm-contact__meta svg { transform: translateX(4px); }
.mm-contact__card--accent { background: linear-gradient(152deg, var(--emerald-tint) 0%, #fffdf8 100%); border-color: rgba(10,125,87,0.2); }
.mm-contact__card--accent .mm-contact__meta { color: var(--accent-deep); }

.mm-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.6fr; gap: clamp(2rem, 4vw, 3.5rem); padding-bottom: 3.5rem; }
.mm-footer__news-col h4 { margin-bottom: 0.6rem; }
.mm-footer__news-text { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 1rem; max-width: 34ch; }
.mm-footer h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 1.3rem; font-weight: 600; }
.mm-footer__col p { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.6rem; }
.mm-footer__col p svg { width: 15px; height: 15px; color: var(--emerald); flex-shrink: 0; }
.mm-footer__col a.mm-footer__link { display: block; font-size: 0.9rem; color: var(--ink-soft); padding: 0.3rem 0; transition: color 0.25s, padding-left 0.25s; }
.mm-footer__col a.mm-footer__link:hover { color: var(--emerald-deep); padding-left: 0.4rem; }
.mm-footer__brand .mm-logo { font-size: 1.5rem; margin-bottom: 0.9rem; display: inline-block; }
.mm-footer__brand p { display: block; max-width: 30ch; }
.mm-footer__socials { display: flex; gap: 0.6rem; margin-top: 1.2rem; }
.mm-footer__socials a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); transition: 0.3s var(--ease); }
.mm-footer__socials a svg { width: 17px; height: 17px; }
.mm-footer__socials a:hover { background: var(--emerald-deep); color: #fff; border-color: transparent; transform: translateY(-3px); }
.mm-news { display: flex; gap: 0.5rem; margin-top: 0.3rem; }
.mm-news .mm-input { flex: 1; }
.mm-news button { padding: 0 1.3rem; border-radius: 12px; background: var(--emerald-deep); color: #fff; font-weight: 600; border: none; cursor: pointer; transition: background 0.25s; }
.mm-news button:hover { background: var(--emerald); }
.mm-footer__note { font-size: 0.8rem; color: var(--muted); margin-top: 0.6rem; min-height: 1em; }
.mm-footer__note.is-ok { color: var(--emerald-deep); }
.mm-hours b { color: var(--ink); font-weight: 600; font-size: 0.92rem; display: block; }
.mm-hours span { font-size: 0.85rem; color: var(--muted); display: block; margin-bottom: 0.6rem; }

.mm-copy { border-top: 1px solid var(--line); padding: 1.5rem 0; }
.mm-copy .mm-wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 0.82rem; color: var(--muted); }
.mm-copy a { color: var(--ink-soft); }
.mm-copy a:hover { color: var(--emerald-deep); }

/* ==========================================================================
   TESTIMONIALE
   ========================================================================== */
.mm-quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.mm-quote-card { position: relative; padding: 2.2rem 2rem; background: linear-gradient(152deg, #fffdf8 0%, var(--surface) 46%, #efe9dd 100%); border: 1px solid var(--line); border-top-color: rgba(255,255,255,0.9); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform 0.5s var(--ease), box-shadow 0.45s var(--ease), opacity 0.5s var(--ease); overflow: hidden; }
.mm-quote-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
/* Swap (rotație testimoniale) */
.mm-quote-card.q-out  { opacity: 0; transform: translateX(-30px) scale(0.985); }
.mm-quote-card.q-out--r { opacity: 0; transform: translateX(30px) scale(0.985); }
.mm-quote-card.q-in   { opacity: 0; transform: translateX(30px) scale(0.985); }
.mm-quote-card.q-in--l { opacity: 0; transform: translateX(-30px) scale(0.985); }
.mm-quote-card__mark { position: absolute; top: 0.6rem; right: 1.2rem; font-size: 5rem; line-height: 1; font-weight: 800; color: var(--emerald-soft); font-family: Georgia, serif; pointer-events: none; }
.mm-quote-card__stars { display: flex; gap: 0.2rem; margin-bottom: 1rem; }
.mm-quote-card__stars svg { width: 16px; height: 16px; color: var(--accent); }
.mm-quote-card__text { position: relative; z-index: 1; font-size: 0.98rem; color: var(--ink-soft); margin-bottom: 1.6rem; line-height: 1.6; }
.mm-quote-card__author { display: flex; align-items: center; gap: 0.8rem; }
.mm-quote-card__avatar { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; color: #fff; background-color: var(--emerald); background-image: linear-gradient(150deg, rgba(255,255,255,0.28), rgba(0,0,0,0.1)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 8px 16px -8px rgba(10,125,87,0.5); flex-shrink: 0; }
.mm-quotes-grid .mm-quote-card:nth-child(2) .mm-quote-card__avatar { background-color: var(--accent); box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 8px 16px -8px rgba(176,78,40,0.5); }
.mm-quotes-grid .mm-quote-card:nth-child(3) .mm-quote-card__avatar { background-color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 8px 16px -8px rgba(20,25,28,0.4); }
.mm-quote-card__name { display: block; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.mm-quote-card__role { display: block; font-size: 0.82rem; color: var(--muted); }

/* ==========================================================================
   CTA BAND — panou emerald plin (contrast dramatic, closing)
   ========================================================================== */
.mm-cta-wrap { padding: clamp(2rem,5vw,4rem) 0 clamp(4.5rem,8vw,7rem); }
.mm-cta { position: relative; overflow: hidden; border-radius: 20px; padding: clamp(3.2rem,7vw,5.5rem) clamp(1.5rem,5vw,4rem); text-align: center; background: var(--forest); border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 30px 70px -30px rgba(0,0,0,0.55); }
/* Textură mată (grain) — fără shine lucios */
.mm-cta::before { content: ''; position: absolute; inset: 0; opacity: 0.06; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
/* Glow mat difuz — verde viu într-un colț, cald în celălalt (nu lucios) */
.mm-cta::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(65% 95% at 10% -5%, rgba(20,200,138,0.20), transparent 55%), radial-gradient(65% 95% at 92% 118%, rgba(210,104,63,0.22), transparent 55%); }
.mm-cta > * { position: relative; z-index: 1; }
.mm-cta h2 { color: var(--cream); font-size: clamp(2rem, 4.6vw, 3.2rem); margin-bottom: 1rem; }
.mm-cta p { color: var(--fog-d); max-width: 44ch; margin: 0 auto 2rem; font-size: 1.08rem; }
.mm-cta .mm-btn--vivid { background: var(--emerald-vivid); color: #04140d; box-shadow: 0 14px 30px -10px rgba(20,200,138,0.5), inset 0 1px 0 rgba(255,255,255,0.35); }
.mm-cta .mm-btn--vivid:hover { background: #1ad89a; transform: translateY(-2px); box-shadow: 0 20px 38px -12px rgba(20,200,138,0.6), inset 0 1px 0 rgba(255,255,255,0.4); }

/* ---------- Back to top ---------- */
.mm-top { position: fixed; right: 24px; bottom: 24px; z-index: 90; width: 46px; height: 46px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line-2); color: var(--ink); display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: 0.35s var(--ease); box-shadow: var(--shadow-sm); }
.mm-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.mm-top:hover { background: var(--emerald-deep); color: #fff; border-color: transparent; }
.mm-top svg { width: 19px; height: 19px; }

/* ==========================================================================
   SCROLLBARE CUSTOM (margini stânga + dreapta) — indicator de progres
   ========================================================================== */
.mm-scroll { position: fixed; top: 16px; bottom: 16px; width: 4px; z-index: 150; pointer-events: none; }
.mm-scroll--left { left: 12px; }
.mm-scroll--right { right: 12px; }
.mm-scroll__track { position: absolute; inset: 0; border-radius: 100px; background: rgba(22,40,32,0.09); pointer-events: auto; cursor: pointer; }
.mm-scroll__fill { position: absolute; top: 0; left: 0; width: 100%; height: 0; border-radius: 100px; background: linear-gradient(to bottom, var(--emerald), var(--accent)); box-shadow: 0 0 12px rgba(10,125,87,0.35); pointer-events: none; will-change: height; }
.mm-scroll__thumb { position: absolute; top: 0; left: 50%; width: 16px; height: 16px; transform: translateX(-50%); border-radius: 50%; background: linear-gradient(150deg, var(--emerald), var(--emerald-deep)); border: 3px solid var(--surface); box-shadow: 0 2px 8px rgba(10,125,87,0.5), 0 0 0 4px rgba(10,125,87,0.1); pointer-events: auto; cursor: grab; will-change: top; }
.mm-scroll__thumb:active { cursor: grabbing; }
.mm-scroll__thumb::before { content: ''; position: absolute; inset: -3px; border-radius: 50%; border: 1.5px solid var(--emerald); opacity: 0; animation: mm-scrollpulse 2.4s ease-out infinite; }
@keyframes mm-scrollpulse { 0% { transform: scale(0.7); opacity: 0.55; } 100% { transform: scale(1.9); opacity: 0; } }
.mm-scroll__pct { position: absolute; top: 50%; transform: translateY(-50%); font-size: 0.68rem; font-weight: 800; color: var(--emerald-deep); background: linear-gradient(160deg, #fffdf8, var(--surface)); border: 1px solid var(--line); border-radius: 100px; padding: 2px 8px; box-shadow: var(--shadow-sm); white-space: nowrap; opacity: 0; transition: opacity 0.3s var(--ease); pointer-events: none; }
.mm-scroll--left .mm-scroll__pct { left: 20px; }
.mm-scroll--right .mm-scroll__pct { right: 20px; }
.mm-scroll.is-active .mm-scroll__pct { opacity: 1; }
@media (max-width: 820px) { .mm-scroll { display: none; } }
@media (prefers-reduced-motion: reduce) { .mm-scroll__thumb::before { animation: none; } }

/* ==========================================================================
   REVEAL
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.07s; }
.reveal[data-d="2"] { transition-delay: 0.14s; }
.reveal[data-d="3"] { transition-delay: 0.21s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .mm-hero__beam { animation: none; } .mm-dash__chart .mm-line { stroke-dashoffset: 0 !important; animation: none !important; } html { scroll-behavior: auto; } }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
/* Scară: 1024 tabletă · 860 tabletă mică · 600 mobil · 400 mobil mic */
@media (max-width: 1024px) {
    .mm-services-grid { grid-template-columns: repeat(2, 1fr); }
    .mm-why-grid { grid-template-columns: repeat(2, 1fr); }
    .mm-contact { grid-template-columns: repeat(2, 1fr); }
    .mm-footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .mm-footer__news-col { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
    .mm-about { grid-template-columns: 1fr; }
    /* Înălțime auto → dashboard-ul nu se taie */
    .mm-about__visual { aspect-ratio: auto; max-height: none; min-height: 240px; order: -1; padding: 2rem; }
    .mm-quote { grid-template-columns: 1fr; }
    .mm-quotes-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
    .mm-stats__grid { grid-template-columns: 1fr 1fr; }
    .mm-stat:nth-child(2) { border-right: none; }
    .mm-stat:nth-child(1), .mm-stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
    /* Fundal viu: reduc costul blur-ului pe ecrane mici (performanță) */
    .mm-bg__blob { filter: blur(60px); }
    .mm-bg__blob--4 { display: none; }
}
@media (max-width: 600px) {
    .mm-section { padding: clamp(3.5rem, 12vw, 5rem) 0; }
    .mm-services-grid { grid-template-columns: 1fr; }
    .mm-why-grid { grid-template-columns: 1fr; }
    .mm-contact { grid-template-columns: 1fr; }
    .mm-form__grid { grid-template-columns: 1fr; }
    .mm-footer__grid { grid-template-columns: 1fr; }
    .mm-copy .mm-wrap { flex-direction: column; text-align: center; }
    /* Titlu care încape fără overflow (rotatorul e nowrap) */
    .mm-hero h1 { font-size: clamp(2.1rem, 8.5vw, 2.8rem); }
    /* Touch targets mai generoase */
    .mm-footer__col a.mm-footer__link { padding: 0.55rem 0; }
}
@media (max-width: 400px) {
    .mm-wrap { padding: 0 1.1rem; }
    .mm-hero h1 { font-size: 2rem; }
    .mm-h2 { font-size: 1.7rem; }
    .mm-stat b { font-size: 2.1rem; }
    .mm-folio__row { grid-template-columns: 1fr auto; gap: 0.9rem; }
    .mm-folio__num { display: none; }
    .mm-cta { padding: 2.6rem 1.4rem; }
    .mm-btn { padding: 0.85rem 1.4rem; }
    .mm-hero__actions .mm-btn { width: 100%; justify-content: center; }
}
