/* =====================================================================
   Milli Ulgam — Л'Этуаль-inspired theme v2 (MU_THEME_LETU_V2)
   Scoped under html.mu-v2 so AIZ / Bootstrap 4 cannot win specificity.
   Load ONCE, at the very end of <head> in frontend/layouts/app.blade.php.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Unbounded:wght@400;500;700&display=swap');

html.mu-v2, html.mu-v2 body {
    --mu-bg:#ffffff;
    --mu-surface:#f7f4f0;
    --mu-surface-2:#fbf9f6;
    --mu-ink:#0f0f10;
    --mu-ink-2:#6b6b70;
    --mu-ink-3:#a5a5aa;
    --mu-line:#e8e4de;
    --mu-line-2:#efece7;
    --mu-accent:#e4027d;
    --mu-accent-hover:#c80170;
    --mu-accent-soft:#fde6f1;
    --mu-gold:#c9a227;
    --mu-dark:#0b0b0d;
    --mu-window:#ffdc8c;
    --mu-ac:#6bcfff;
    --mu-iot:#a89dff;
    --mu-cam:#6fffb0;
    --mu-radius:10px;
    --mu-radius-lg:16px;
    --mu-ease:cubic-bezier(.2,.7,.2,1);
    --mu-font:'Manrope','Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    --mu-display:'Unbounded','Manrope',sans-serif;
}

/* ---------- nuke AIZ defaults on the home page root ---------- */
html.mu-v2 { scroll-behavior: smooth; }
html.mu-v2 body { font-family: var(--mu-font) !important; color: var(--mu-ink) !important; background: var(--mu-bg) !important; }
html.mu-v2 body .mu-v2-root,
html.mu-v2 body .mu-v2-root * { font-family: var(--mu-font) !important; -webkit-font-smoothing: antialiased; }
html.mu-v2 body .mu-v2-root { max-width: 100vw; overflow-x: hidden; color: var(--mu-ink); }
html.mu-v2 body .mu-v2-root h1,
html.mu-v2 body .mu-v2-root h2,
html.mu-v2 body .mu-v2-root h3,
html.mu-v2 body .mu-v2-root h4 { font-family: var(--mu-display) !important; font-weight: 500; letter-spacing: -.01em; color: var(--mu-ink); margin: 0; }
html.mu-v2 body .mu-v2-root a { color: inherit; text-decoration: none; }
html.mu-v2 body .mu-v2-root img { max-width: 100%; display: block; height: auto; }
html.mu-v2 body .mu-v2-root button { font-family: inherit; cursor: pointer; border: 0; background: none; padding: 0; color: inherit; }
html.mu-v2 body .mu-v2-root p { margin: 0; }

/* ---------- container ---------- */
html.mu-v2 .mu-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }

/* ---------- header ---------- */
html.mu-v2 .mu-header { position: relative !important; z-index: 100; background: rgba(255,255,255,.92) !important; backdrop-filter: saturate(140%) blur(12px); -webkit-backdrop-filter: saturate(140%) blur(12px); border-bottom: 1px solid var(--mu-line); }
html.mu-v2 .mu-header__top { display: flex; align-items: center; gap: 28px; padding: 16px 0; }

html.mu-v2 .mu-logo { font-family: var(--mu-display); font-weight: 700; font-size: 22px; letter-spacing: .02em; color: var(--mu-ink); display: flex; align-items: center; gap: 10px; flex-shrink: 0; position: relative; text-decoration: none; }
html.mu-v2 .mu-logo__mark { width: 32px; height: 32px; position: relative; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; animation: mu-logo-in .5s var(--mu-ease) both; }
@keyframes mu-logo-in { from { opacity:0; transform:scale(.4) } to { opacity:1; transform:scale(1) } }
html.mu-v2 .mu-logo__dot { position: absolute; inset: 11px; border-radius: 50%; background: var(--mu-accent); }
html.mu-v2 .mu-logo__ring { position: absolute; inset: 0; border-radius: 50%; pointer-events: none; }
html.mu-v2 .mu-logo__ring::before,
html.mu-v2 .mu-logo__ring::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; border: 2px solid var(--mu-accent); animation: mu-logo-ripple 2.6s var(--mu-ease) infinite; }
html.mu-v2 .mu-logo__ring::after { animation-delay: 1.3s; }
@keyframes mu-logo-ripple { 0%{opacity:.55; transform:scale(.6)} 80%,100%{opacity:0; transform:scale(2)} }
html.mu-v2 .mu-logo__orbit { position: absolute; inset: 0; pointer-events: none; animation: mu-logo-orbit 11s linear infinite; }
html.mu-v2 .mu-logo__orbit svg { width: 100%; height: 100%; display: block; overflow: visible; }
@keyframes mu-logo-orbit { to { transform: rotate(360deg); } }
html.mu-v2 .mu-logo__text { display: inline-flex; overflow: visible; padding-right: 2px; font-weight: 700; white-space: nowrap; flex-shrink: 0; }
html.mu-v2 .mu-logo__text span { display: inline-block; opacity: 1; transform: none; }
html.mu-v2 .mu-logo__text span:nth-child(1) { animation-delay: .18s } html.mu-v2 .mu-logo__text span:nth-child(2) { animation-delay: .24s }
html.mu-v2 .mu-logo__text span:nth-child(3) { animation-delay: .30s } html.mu-v2 .mu-logo__text span:nth-child(4) { animation-delay: .36s }
html.mu-v2 .mu-logo__text span:nth-child(5) { animation-delay: .42s } html.mu-v2 .mu-logo__text span:nth-child(6) { animation-delay: .48s }
html.mu-v2 .mu-logo__text span:nth-child(7) { animation-delay: .54s } html.mu-v2 .mu-logo__text span:nth-child(8) { animation-delay: .60s }
html.mu-v2 .mu-logo__text span:nth-child(9) { animation-delay: .66s } html.mu-v2 .mu-logo__text span:nth-child(10) { animation-delay: .72s }
html.mu-v2 .mu-logo__text span:nth-child(11) { animation-delay: .78s }
@keyframes mu-logo-letter { to { opacity: 1; transform: none; } }
html.mu-v2 .mu-logo:hover .mu-logo__dot { animation: mu-logo-punch .5s var(--mu-ease); }
@keyframes mu-logo-punch { 50% { transform: scale(1.3); box-shadow: 0 0 0 8px var(--mu-accent-soft); } }

html.mu-v2 .mu-search { flex: 1; max-width: 520px; position: relative; }
html.mu-v2 .mu-search input { width: 100%; height: 44px; padding: 0 48px 0 18px; border: 1px solid var(--mu-line); border-radius: 999px; background: var(--mu-surface-2); font: 500 14px/1 var(--mu-font); color: var(--mu-ink); outline: none; box-sizing: border-box; }
html.mu-v2 .mu-search input::placeholder { color: var(--mu-ink-3); font-weight: 400; }
html.mu-v2 .mu-search input:focus { border-color: var(--mu-ink); background: #fff; }
html.mu-v2 .mu-search__btn { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: var(--mu-ink); color: #fff; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; }
html.mu-v2 .mu-search__btn:hover { background: var(--mu-accent); }

html.mu-v2 .mu-header__icons { display: flex; align-items: center; gap: 6px; margin-left: auto; }
html.mu-v2 .mu-icon-btn { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--mu-ink); position: relative; border: 0; background: transparent; cursor: pointer; text-decoration: none; }
html.mu-v2 .mu-icon-btn:hover { background: var(--mu-surface); }
html.mu-v2 .mu-icon-btn svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.6; }
html.mu-v2 .mu-icon-btn__badge { position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--mu-accent); color: #fff; font: 700 10px/18px var(--mu-font); text-align: center; box-shadow: 0 0 0 2px #fff; }

html.mu-v2 .mu-lang { position: relative; }
html.mu-v2 .mu-lang__code { position: absolute; bottom: 4px; right: 4px; background: var(--mu-ink); color: #fff; font: 700 9px/1 var(--mu-font); letter-spacing: .08em; padding: 3px 4px; border-radius: 4px; box-shadow: 0 0 0 2px #fff; }
html.mu-v2 .mu-lang__menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 50; background: #fff; border: 1px solid var(--mu-line); border-radius: 12px; box-shadow: 0 20px 60px rgba(15,15,16,.12); min-width: 190px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .18s, visibility .18s; }
html.mu-v2 .mu-lang.is-open .mu-lang__menu { opacity: 1; visibility: visible; transform: none; }
html.mu-v2 .mu-lang__menu a { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; height: 40px; padding: 0 14px; border-radius: 8px; font: 500 14px var(--mu-font); color: var(--mu-ink); text-align: left; text-decoration: none; }
html.mu-v2 .mu-lang__menu a:hover { background: var(--mu-surface); }
html.mu-v2 .mu-lang__menu a em { font-style: normal; font: 700 10px/1 var(--mu-font); letter-spacing: .12em; color: var(--mu-ink-3); text-transform: uppercase; }
html.mu-v2 .mu-lang__menu a.is-active { color: var(--mu-accent); }
html.mu-v2 .mu-lang__menu a.is-active em { color: var(--mu-accent); }

html.mu-v2 .mu-header__nav { display: flex; flex-wrap: nowrap; gap: 28px; padding: 12px 0; border-top: 1px solid var(--mu-line-2); font-weight: 500; font-size: 14px; letter-spacing: .01em; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; mask-image: linear-gradient(to right, #000 calc(100% - 24px), transparent); }
html.mu-v2 .mu-header__nav::-webkit-scrollbar { display: none; }
html.mu-v2 .mu-header__nav a { color: var(--mu-ink-2); white-space: nowrap; padding: 4px 0; position: relative; text-decoration: none; }
html.mu-v2 .mu-header__nav a:hover, html.mu-v2 .mu-header__nav a.is-active { color: var(--mu-ink); }
html.mu-v2 .mu-header__nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -13px; height: 2px; background: var(--mu-ink); }

/* ---------- hero (pinned scroll) ---------- */
html.mu-v2 .mu-hero-smart { position: relative; background: var(--mu-dark); color: #fff; --prog: 0; --char-x: 165; }
html.mu-v2 .mu-hero-smart__track { position: relative; height: 200vh; }
html.mu-v2 .mu-hero-smart__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
html.mu-v2 .mu-hero-smart__sticky::before { content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at 50% 120%, rgba(169,157,255,calc(.16 + var(--prog)*.28)), transparent 60%),
                radial-gradient(ellipse at 20% 30%, rgba(107,207,255,calc(.06 + var(--prog)*.16)), transparent 55%),
                linear-gradient(180deg, #06060a 0%, #0b0b12 60%, #131322 100%); }
html.mu-v2 .mu-hero-smart__sticky::after { content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(1px 1px at 20% 30%, #fff, transparent 50%),
                      radial-gradient(1px 1px at 70% 20%, #fff, transparent 50%),
                      radial-gradient(1.5px 1.5px at 82% 60%, #fff, transparent 50%),
                      radial-gradient(1px 1px at 60% 80%, rgba(255,255,255,.6), transparent 50%);
    opacity: calc(.3 + var(--prog)*.7); }
html.mu-v2 .mu-hero-smart__grid { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 40px 24px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; box-sizing: border-box; }
html.mu-v2 .mu-hero-smart__copy { display: flex; flex-direction: column; gap: 22px; }
html.mu-v2 .mu-hero-smart__kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.03); font-weight: 500; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.78); width: max-content; }
html.mu-v2 .mu-hero-smart__kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mu-cam); box-shadow: 0 0 10px var(--mu-cam); animation: mu-pulse 1.8s var(--mu-ease) infinite; }
@keyframes mu-pulse { 50% { opacity: .4; transform: scale(.7); } }
html.mu-v2 .mu-hero-smart__title { font-family: var(--mu-display) !important; font-weight: 500 !important; font-size: clamp(38px, 5.5vw, 72px) !important; line-height: 1.05 !important; letter-spacing: -.02em !important; color: #fff !important; margin: 0; }
html.mu-v2 .mu-hero-smart__title em { font-style: normal; background: linear-gradient(90deg, var(--mu-window) 0%, var(--mu-accent) 50%, var(--mu-iot) 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
html.mu-v2 .mu-hero-smart__desc { font-size: 16px; max-width: 480px; color: rgba(255,255,255,.72); }
html.mu-v2 .mu-hero-smart__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
html.mu-v2 .mu-btn-primary, html.mu-v2 .mu-btn-ghost, html.mu-v2 .mu-btn-accent, html.mu-v2 .mu-btn-dark {
    display: inline-flex !important; align-items: center; justify-content: center; gap: 10px;
    height: 52px; padding: 0 26px !important; border-radius: 999px !important;
    font: 600 14px/1 var(--mu-font) !important; letter-spacing: .04em; text-transform: uppercase; text-decoration: none;
    transition: all .2s var(--mu-ease); border: 0; cursor: pointer;
}
html.mu-v2 .mu-btn-primary { background: #fff; color: var(--mu-ink); }
html.mu-v2 .mu-btn-primary:hover { background: var(--mu-accent); color: #fff; box-shadow: 0 10px 30px rgba(228,2,125,.4); }
html.mu-v2 .mu-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.22); }
html.mu-v2 .mu-btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: #fff; }
html.mu-v2 .mu-btn-accent { background: var(--mu-accent); color: #fff; }
html.mu-v2 .mu-btn-accent:hover { background: var(--mu-accent-hover); color: #fff; transform: translateY(-1px); }
html.mu-v2 .mu-btn-dark { background: var(--mu-ink); color: #fff; }
html.mu-v2 .mu-btn-dark:hover { background: var(--mu-accent); color: #fff; }

html.mu-v2 .mu-stage { position: relative; aspect-ratio: 1/.95; max-width: 620px; justify-self: end; width: 100%; }
html.mu-v2 .mu-stage__house { width: 100%; height: 100%; display: block; overflow: visible; }
html.mu-v2 .house__ground { fill: #0d0d14; }
html.mu-v2 .house__silhouette { fill: #1a1a22; stroke: #2a2a36; stroke-width: 1; }
html.mu-v2 .house__frame { fill: none; stroke: rgba(255,255,255,calc(.10 + var(--prog)*.3)); stroke-width: 1.2; }
html.mu-v2 .house__roof { fill: #15151d; stroke: #2e2e3a; stroke-width: 1; }
html.mu-v2 .house__window { fill: var(--mu-window); opacity: 0; transition: opacity .3s, filter .3s; }
html.mu-v2 .house__window--1 { opacity: clamp(0, calc((var(--prog) - .10) * 10), 1); filter: drop-shadow(0 0 calc(var(--prog) * 12px) rgba(255,220,140,.55)); }
html.mu-v2 .house__window--2 { opacity: clamp(0, calc((var(--prog) - .16) * 10), 1); filter: drop-shadow(0 0 calc(var(--prog) * 10px) rgba(255,220,140,.5)); }
html.mu-v2 .house__window--3 { opacity: clamp(0, calc((var(--prog) - .22) * 10), 1); filter: drop-shadow(0 0 calc(var(--prog) * 10px) rgba(255,220,140,.5)); }
html.mu-v2 .house__window--4 { opacity: clamp(0, calc((var(--prog) - .28) * 10), 1); filter: drop-shadow(0 0 calc(var(--prog) * 10px) rgba(255,220,140,.5)); }
html.mu-v2 .house__window--5 { opacity: clamp(0, calc((var(--prog) - .34) * 10), 1); filter: drop-shadow(0 0 calc(var(--prog) * 10px) rgba(255,220,140,.5)); }
html.mu-v2 .house__door { fill: #2a2a36; stroke: #3a3a48; stroke-width: 1; }
html.mu-v2 .house__door-glow { fill: var(--mu-window); opacity: clamp(0, calc((var(--prog) - .52) * 8), .9); filter: drop-shadow(0 0 6px rgba(255,220,140,.7)); }
html.mu-v2 .house__door-panel { fill: #2a2a36; stroke: #3a3a48; stroke-width: 1; transform: translateX(calc(clamp(0, (var(--prog) - .48) * 5, 1) * -22px)); transform-box: fill-box; transition: transform .3s; }
html.mu-v2 .house__switch { fill: #3a3a48; stroke: #55556a; stroke-width: 1; }
html.mu-v2 .house__switch-led { fill: var(--mu-window); opacity: clamp(0, calc((var(--prog) - .12) * 12), 1); filter: drop-shadow(0 0 6px rgba(255,220,140,.8)); }
html.mu-v2 .house__ac-body { fill: #2a2a36; stroke: #3a3a48; stroke-width: 1; }
html.mu-v2 .house__ac-glow { fill: var(--mu-ac); opacity: clamp(0, calc((var(--prog) - .26) * 8), .85); filter: drop-shadow(0 0 10px rgba(107,207,255,.7)); }
html.mu-v2 .house__ac-wave { stroke: var(--mu-ac); stroke-width: 1.5; fill: none; opacity: clamp(0, calc((var(--prog) - .32) * 8), .7); stroke-dasharray: 3 4; animation: mu-ac-drift 2.4s linear infinite; }
@keyframes mu-ac-drift { to { stroke-dashoffset: -28; } }
html.mu-v2 .house__camera-body { fill: #2a2a36; stroke: #4a4a58; stroke-width: 1; }
html.mu-v2 .house__camera-eye { fill: var(--mu-cam); opacity: clamp(0, calc((var(--prog) - .14) * 8), 1); filter: drop-shadow(0 0 5px rgba(111,255,176,.8)); }
html.mu-v2 .house__camera-scan { fill: rgba(111,255,176,.22); opacity: clamp(0, calc((var(--prog) - .18) * 8), .8); transform-origin: 482px 252px; transform-box: fill-box; animation: mu-cam-sweep 3s var(--mu-ease) infinite; }
@keyframes mu-cam-sweep { 0%,100% { transform: rotate(-22deg); } 50% { transform: rotate(22deg); } }
html.mu-v2 .house__iot-line { fill: none; stroke: var(--mu-iot); stroke-width: 1.2; stroke-dasharray: 4 6; opacity: clamp(0, calc((var(--prog) - .40) * 6), .7); animation: mu-iot-flow 1.6s linear infinite; }
@keyframes mu-iot-flow { to { stroke-dashoffset: -20; } }
html.mu-v2 .character { transform: translate(calc(var(--char-x) * 1px), 470px); transition: transform .15s linear; }
html.mu-v2 .character [stroke] { stroke: #fff; stroke-width: 2.2; stroke-linecap: round; fill: none; }
html.mu-v2 .ch-head { fill: #fff; stroke: none; }
html.mu-v2 .ch-leg-l, html.mu-v2 .ch-leg-r, html.mu-v2 .ch-arm-l, html.mu-v2 .ch-arm-r { transform-origin: 0 0; transform-box: fill-box; }
html.mu-v2 .mu-hero-smart.is-walking .ch-leg-l { animation: mu-walk-fwd .5s linear infinite; }
html.mu-v2 .mu-hero-smart.is-walking .ch-leg-r { animation: mu-walk-fwd .5s linear infinite; animation-delay: -.25s; }
html.mu-v2 .mu-hero-smart.is-walking .ch-arm-l { animation: mu-walk-fwd .5s linear infinite; animation-delay: -.25s; }
html.mu-v2 .mu-hero-smart.is-walking .ch-arm-r { animation: mu-walk-fwd .5s linear infinite; }
@keyframes mu-walk-fwd { 0%,100% { transform: rotate(-22deg); } 50% { transform: rotate(22deg); } }
html.mu-v2 .mu-hero-smart.is-flipping .ch-arm-r { animation: none; transform: rotate(-135deg); transition: transform .2s var(--mu-ease); }
html.mu-v2 .mu-hero-smart.is-flipping .ch-leg-l, html.mu-v2 .mu-hero-smart.is-flipping .ch-leg-r, html.mu-v2 .mu-hero-smart.is-flipping .ch-arm-l { animation-play-state: paused; }

/* ---------- section headers ---------- */
html.mu-v2 .mu-section { padding: 96px 0; }
html.mu-v2 .mu-section--tight { padding: 64px 0; }
html.mu-v2 .mu-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
html.mu-v2 .mu-section__kicker { font: 600 12px/1 var(--mu-font); letter-spacing: .2em; text-transform: uppercase; color: var(--mu-accent); margin-bottom: 10px; }
html.mu-v2 .mu-section__title { font-family: var(--mu-display); font-weight: 500; font-size: clamp(28px, 3.5vw, 44px); line-height: 1.1; letter-spacing: -.01em; margin: 0; }
html.mu-v2 .mu-section__link { font-size: 14px; font-weight: 600; color: var(--mu-ink); display: inline-flex; gap: 6px; align-items: center; border-bottom: 1px solid var(--mu-ink); padding-bottom: 2px; text-decoration: none; }
html.mu-v2 .mu-section__link:hover { color: var(--mu-accent); border-color: var(--mu-accent); }

/* ---------- categories ---------- */
html.mu-v2 .mu-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
html.mu-v2 .mu-cat { display: block; padding: 28px 22px; background: var(--mu-surface); border-radius: var(--mu-radius-lg); position: relative; overflow: hidden; min-height: 180px; transition: transform .3s var(--mu-ease), box-shadow .3s var(--mu-ease); text-decoration: none; color: var(--mu-ink); }
html.mu-v2 .mu-cat:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(15,15,16,.08); }
html.mu-v2 .mu-cat__icon { width: 40px; height: 40px; color: var(--mu-accent); margin-bottom: 18px; }
html.mu-v2 .mu-cat__name { font: 600 17px/1.2 var(--mu-font); margin-bottom: 4px; color: var(--mu-ink); }
html.mu-v2 .mu-cat__count { font-size: 13px; color: var(--mu-ink-2); }
html.mu-v2 .mu-cat__arrow { position: absolute; right: 22px; bottom: 22px; width: 38px; height: 38px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; color: var(--mu-ink); transition: all .2s; }
html.mu-v2 .mu-cat:hover .mu-cat__arrow { background: var(--mu-ink); color: #fff; }

/* ---------- product cards ---------- */
html.mu-v2 .mu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
html.mu-v2 .mu-card { background: #fff; border-radius: var(--mu-radius-lg); border: 1px solid var(--mu-line-2); overflow: hidden; position: relative; transition: all .25s var(--mu-ease); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
html.mu-v2 .mu-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(15,15,16,.08); border-color: var(--mu-line); }
html.mu-v2 .mu-card__media { position: relative; aspect-ratio: 1/1; background: var(--mu-surface); overflow: hidden; }
html.mu-v2 .mu-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--mu-ease); }
html.mu-v2 .mu-card:hover .mu-card__media img { transform: scale(1.05); }
html.mu-v2 .mu-card__badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
html.mu-v2 .mu-badge { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 4px; font: 700 10px/1 var(--mu-font); letter-spacing: .08em; text-transform: uppercase; }
html.mu-v2 .mu-badge--sale { background: var(--mu-accent); color: #fff; }
html.mu-v2 .mu-badge--new { background: var(--mu-ink); color: #fff; }
html.mu-v2 .mu-badge--hot { background: var(--mu-gold); color: #fff; }
html.mu-v2 .mu-card__fav { position: absolute; top: 12px; right: 12px; z-index: 2; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--mu-ink); display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; }
html.mu-v2 .mu-card__fav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
html.mu-v2 .mu-card__fav:hover { color: var(--mu-accent); background: #fff; }
html.mu-v2 .mu-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
html.mu-v2 .mu-card__brand { font: 600 11px/1 var(--mu-font); letter-spacing: .14em; text-transform: uppercase; color: var(--mu-ink-2); }
html.mu-v2 .mu-card__name { font: 500 15px/1.35 var(--mu-font); color: var(--mu-ink); min-height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
html.mu-v2 .mu-card__price { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
html.mu-v2 .mu-card__price-now { font: 700 18px/1 var(--mu-font); color: var(--mu-ink); }
html.mu-v2 .mu-card__price-now--sale { color: var(--mu-accent); }
html.mu-v2 .mu-card__price-old { font: 500 13px/1 var(--mu-font); color: var(--mu-ink-3); text-decoration: line-through; }
html.mu-v2 .mu-card__add { margin-top: 12px; height: 40px; border-radius: 999px; background: var(--mu-surface); color: var(--mu-ink); font: 600 12px/1 var(--mu-font); letter-spacing: .08em; text-transform: uppercase; width: 100%; border: 0; cursor: pointer; }
html.mu-v2 .mu-card__add:hover { background: var(--mu-ink); color: #fff; }

/* ---------- features row ---------- */
html.mu-v2 .mu-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 48px; background: var(--mu-surface); border-radius: var(--mu-radius-lg); }
html.mu-v2 .mu-feature { display: flex; gap: 14px; align-items: flex-start; }
html.mu-v2 .mu-feature__icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: #fff; color: var(--mu-accent); display: inline-flex; align-items: center; justify-content: center; }
html.mu-v2 .mu-feature__icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.6; }
html.mu-v2 .mu-feature__title { font: 700 14px/1.3 var(--mu-font); margin-bottom: 4px; color: var(--mu-ink); }
html.mu-v2 .mu-feature__desc { font-size: 13px; color: var(--mu-ink-2); line-height: 1.45; }

/* ---------- cta strip ---------- */
html.mu-v2 .mu-cta { background: var(--mu-dark); color: #fff; padding: 72px 48px; border-radius: var(--mu-radius-lg); display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
html.mu-v2 .mu-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at 90% 50%, rgba(228,2,125,.2), transparent 60%),
                radial-gradient(ellipse at 10% 80%, rgba(168,157,255,.12), transparent 60%); }
html.mu-v2 .mu-cta > * { position: relative; z-index: 1; }
html.mu-v2 .mu-cta h2 { font-family: var(--mu-display); font-weight: 500; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.1; letter-spacing: -.01em; color: #fff; }
html.mu-v2 .mu-cta p { color: rgba(255,255,255,.7); margin-top: 16px; font-size: 15px; max-width: 420px; }
html.mu-v2 .mu-cta__form { display: flex; gap: 8px; margin-top: 24px; }
html.mu-v2 .mu-cta__form input { flex: 1; height: 52px; padding: 0 20px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: #fff; font: 500 14px var(--mu-font); outline: none; box-sizing: border-box; }
html.mu-v2 .mu-cta__form input::placeholder { color: rgba(255,255,255,.45); }
html.mu-v2 .mu-cta__discount { font-family: var(--mu-display); font-size: clamp(48px, 7vw, 88px); line-height: 1; font-weight: 500; letter-spacing: -.02em; background: linear-gradient(90deg, #fff, var(--mu-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
html.mu-v2 .mu-cta__discount-label { color: rgba(255,255,255,.6); font-size: 14px; margin-top: 10px; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- footer ---------- */
html.mu-v2 .mu-footer { background: var(--mu-dark); color: rgba(255,255,255,.75); padding: 64px 0 32px; }
html.mu-v2 .mu-footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
html.mu-v2 .mu-footer h4 { font: 700 12px/1 var(--mu-font); letter-spacing: .18em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
html.mu-v2 .mu-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
html.mu-v2 .mu-footer a { font-size: 14px; color: rgba(255,255,255,.75); text-decoration: none; }
html.mu-v2 .mu-footer a:hover { color: #fff; }
html.mu-v2 .mu-footer__about { font-size: 14px; line-height: 1.55; margin-top: 14px; max-width: 320px; }
html.mu-v2 .mu-footer__bottom { padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,.4); }

/* ---------- cart FAB + drawer ---------- */
html.mu-v2 .mu-cart-fab { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; background: var(--mu-ink); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 34px rgba(15,15,16,.3); border: 0; cursor: pointer; text-decoration: none; }
html.mu-v2 .mu-cart-fab:hover { background: var(--mu-accent); transform: translateY(-2px); color: #fff; }
html.mu-v2 .mu-cart-fab svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.6; }
html.mu-v2 .mu-cart-fab-badge { position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; background: var(--mu-accent); color: #fff; font: 700 11px/22px var(--mu-font); text-align: center; box-shadow: 0 0 0 2px #fff; }
html.mu-v2 .mu-cart-backdrop { position: fixed; inset: 0; background: rgba(15,15,16,.35); opacity: 0; pointer-events: none; z-index: 69; transition: opacity .25s; }
html.mu-v2 .mu-cart-drawer { position: fixed; top: 0; right: 0; height: auto; max-height: 100vh; width: 400px; max-width: 85%; background: #fff; border-left: 1px solid var(--mu-line); box-shadow: -12px 0 32px rgba(15,15,16,.08); transform: translateX(105%); transition: transform .3s var(--mu-ease); z-index: 70; display: flex; flex-direction: column; color: var(--mu-ink); }
body.mu-cart-open { overflow: hidden; }
body.mu-cart-open .mu-cart-drawer { transform: translateX(0); }
body.mu-cart-open .mu-cart-backdrop { opacity: 1; pointer-events: auto; }
html.mu-v2 .mu-cart-head { flex: 0 0 auto; padding: 18px 20px; border-bottom: 1px solid var(--mu-line); display: flex; align-items: center; justify-content: space-between; }
html.mu-v2 .mu-cart-title { font-family: var(--mu-display); font-weight: 500; font-size: 18px; margin: 0; letter-spacing: -.01em; color: var(--mu-ink); }
html.mu-v2 .mu-cart-close { background: transparent; border: 1px solid var(--mu-line); color: var(--mu-ink); width: 34px; height: 34px; border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; }
html.mu-v2 .mu-cart-close:hover { color: var(--mu-accent); border-color: var(--mu-accent); }
html.mu-v2 .mu-cart-body { flex: 0 1 auto; min-height: 0; overflow-y: auto; padding: 12px 16px; -webkit-overflow-scrolling: touch; }
html.mu-v2 .mu-cart-empty { text-align: center; padding: 48px 20px; color: var(--mu-ink-2); }
html.mu-v2 .mu-cart-empty a { display: inline-block; margin-top: 12px; color: var(--mu-ink); border: 1px solid var(--mu-ink); padding: 10px 22px; border-radius: 999px; font: 600 12px var(--mu-font); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
html.mu-v2 .mu-cart-empty a:hover { background: var(--mu-ink); color: #fff; }
html.mu-v2 .mu-cart-foot { flex: 0 0 auto; border-top: 1px solid var(--mu-line); padding: 16px 20px 20px; background: var(--mu-surface-2); }
html.mu-v2 .mu-cart-checkout { display: block; width: 100%; padding: 14px; text-align: center; background: var(--mu-ink); border: 1px solid var(--mu-ink); color: #fff; border-radius: 999px; font: 600 13px var(--mu-font); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
html.mu-v2 .mu-cart-checkout:hover { background: var(--mu-accent); border-color: var(--mu-accent); color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
    html.mu-v2 .mu-hero-smart__track { height: 180vh; }
    html.mu-v2 .mu-hero-smart__grid { grid-template-columns: 1fr; padding: 32px 24px; }
    html.mu-v2 .mu-stage { justify-self: center; max-width: 420px; }
    html.mu-v2 .mu-cats, html.mu-v2 .mu-grid { grid-template-columns: repeat(2, 1fr); }
    html.mu-v2 .mu-features { grid-template-columns: repeat(2, 1fr); padding: 32px; }
    html.mu-v2 .mu-cta { grid-template-columns: 1fr; padding: 48px 28px; text-align: left; }
    html.mu-v2 .mu-footer__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
    html.mu-v2 .mu-section { padding: 64px 0; }
    html.mu-v2 .mu-header__nav { gap: 18px; }
    html.mu-v2 .mu-search { display: none; }
}
@media (max-width: 520px) {
    html.mu-v2 .mu-cats, html.mu-v2 .mu-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    html.mu-v2 .mu-features { grid-template-columns: 1fr; }
    html.mu-v2 .mu-footer__cols { grid-template-columns: 1fr; }
    html.mu-v2 .mu-hero-smart__title { font-size: 38px !important; }
    html.mu-v2 .mu-header__top { gap: 8px; }
    html.mu-v2 .mu-header__icons { gap: 0; }
    html.mu-v2 .mu-icon-btn { width: 40px; height: 40px; }
    html.mu-v2 .mu-logo__text span:nth-child(n+7) { display: none; }
    html.mu-v2 .mu-lang__menu { right: -6px; min-width: 170px; }
}

/* ---------- product details — mobile reorder + sticky add-to-cart ---------- */
@media (max-width: 860px) {
    .mu-pd { display: flex !important; flex-direction: column; gap: 20px !important; }
    .mu-pd__info { order: 1; }
    .mu-pd__gallery { order: 2; }
    .mu-pd__controls { position: sticky; bottom: 0; background: #fff; padding: 12px 0; margin: 0 -16px; padding-left: 16px; padding-right: 16px; border-top: 1px solid var(--mu-line); z-index: 40; box-shadow: 0 -8px 24px rgba(15,15,16,.06); }
    .mu-pd__title { font-size: 22px !important; line-height: 1.25 !important; }
    .mu-pd__price { flex-wrap: wrap; }
}

/* user pill */
html.mu-v2 .mu-userpill{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 12px 0 4px;border:1px solid var(--mu-line);border-radius:999px;background:#fff;color:var(--mu-ink);font:500 13px/1 var(--mu-font);text-decoration:none;transition:border-color .18s,transform .18s}
html.mu-v2 .mu-userpill:hover{border-color:var(--mu-ink);transform:translateY(-1px)}
html.mu-v2 .mu-userpill__dot{width:30px;height:30px;border-radius:50%;background:var(--mu-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font:700 12px/1 var(--mu-display);letter-spacing:.04em}
html.mu-v2 .mu-userpill__txt{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;white-space:nowrap}
html.mu-v2 .mu-userpill__txt em{font:600 9px/1 var(--mu-font);letter-spacing:.12em;text-transform:uppercase;color:var(--mu-ink-3);font-style:normal}
@media (max-width:640px){html.mu-v2 .mu-userpill__txt{display:none}html.mu-v2 .mu-userpill{padding:0 4px}}

/* ============================================================
   PREMIUM OVERRIDES — restyle remaining AIZ/Bootstrap pages
   Scope: html.mu-v2 (frontend only; admin/seller routes use legacy chrome)
   Affects: checkout, dashboard, profile, purchase_history, order detail,
            compare, brands, deals, shops, coupons.
   ============================================================ */

/* base — kill aiz body bg, force premium font */
html.mu-v2 body { font-family: var(--mu-font) !important; color: var(--mu-ink); background: var(--mu-bg); }
html.mu-v2 .gry-bg, html.mu-v2 .bg-gray, html.mu-v2 .bg-light { background: var(--mu-surface) !important; }
html.mu-v2 h1, html.mu-v2 h2, html.mu-v2 h3, html.mu-v2 h4, html.mu-v2 h5, html.mu-v2 h6 { font-family: var(--mu-display); font-weight: 500; letter-spacing: -.01em; color: var(--mu-ink); }
html.mu-v2 a { color: var(--mu-ink); }
html.mu-v2 a:hover { color: var(--mu-accent); text-decoration: none; }

/* container reflow — match home width */
html.mu-v2 .container { max-width: 1280px; }

/* CARDS — kill aiz-card / .card sharp box look */
html.mu-v2 .card { background: #fff; border: 1px solid var(--mu-line) !important; border-radius: 16px !important; box-shadow: 0 1px 0 rgba(15,15,16,.02) !important; overflow: hidden; }
html.mu-v2 .card .card-header { background: #fff !important; border-bottom: 1px solid var(--mu-line-2) !important; padding: 18px 22px; font-family: var(--mu-display); font-weight: 500; font-size: 17px; color: var(--mu-ink); cursor: pointer; }
html.mu-v2 .card .card-body { padding: 22px; }
html.mu-v2 .card.rounded-0, html.mu-v2 .rounded-0 { border-radius: 16px !important; }
html.mu-v2 .shadow, html.mu-v2 .shadow-sm, html.mu-v2 .shadow-lg { box-shadow: 0 1px 0 rgba(15,15,16,.02) !important; }
html.mu-v2 .card .card-header[data-toggle="collapse"] svg { width: 18px; height: 18px; opacity: .6; }
html.mu-v2 .card .card-header .fw-700, html.mu-v2 .card .card-header .fs-19 { font-weight: 500 !important; font-size: 17px !important; }
html.mu-v2 .card .card-header i.las { color: var(--mu-ink-3); transition: transform .2s; }
html.mu-v2 .card .card-header[aria-expanded="true"] i.las.la-angle-down { transform: rotate(180deg); }

/* BUTTONS */
html.mu-v2 .btn { border-radius: 12px; font: 600 14px var(--mu-font); padding: 12px 22px; transition: transform .15s, background .2s, color .2s, border-color .2s; box-shadow: none !important; }
html.mu-v2 .btn:focus, html.mu-v2 .btn:active { box-shadow: 0 0 0 3px rgba(228,2,125,.18) !important; }
html.mu-v2 .btn-primary, html.mu-v2 .btn--primary { background: var(--mu-accent); border-color: var(--mu-accent); color: #fff !important; }
html.mu-v2 .btn-primary:hover, html.mu-v2 .btn--primary:hover { background: var(--mu-accent-hover); border-color: var(--mu-accent-hover); color: #fff !important; }
html.mu-v2 .btn-secondary, html.mu-v2 .btn-soft-primary, html.mu-v2 .btn-light { background: var(--mu-surface); border-color: var(--mu-line); color: var(--mu-ink) !important; }
html.mu-v2 .btn-outline-primary { background: transparent; border: 1px solid var(--mu-ink); color: var(--mu-ink) !important; }
html.mu-v2 .btn-outline-primary:hover { background: var(--mu-ink); color: #fff !important; }
html.mu-v2 .btn-link { color: var(--mu-accent) !important; text-decoration: none; }
html.mu-v2 .btn--ghost { background: transparent; border: 1px solid var(--mu-line); color: var(--mu-ink) !important; }
html.mu-v2 .btn-block { width: 100%; }

/* FORMS */
html.mu-v2 .form-control, html.mu-v2 .aiz-form-control, html.mu-v2 textarea.form-control, html.mu-v2 select.form-control, html.mu-v2 .form-select { height: 48px; padding: 0 16px; border: 1px solid var(--mu-line) !important; border-radius: 12px !important; background: #fff !important; font: 500 14px var(--mu-font) !important; color: var(--mu-ink) !important; outline: none; transition: border-color .15s, box-shadow .15s; box-shadow: none !important; }
html.mu-v2 textarea.form-control { height: auto; padding: 12px 16px; }
html.mu-v2 .form-control:focus, html.mu-v2 .aiz-form-control:focus { border-color: var(--mu-ink) !important; box-shadow: 0 0 0 3px rgba(15,15,16,.06) !important; }
html.mu-v2 .form-group label, html.mu-v2 .form-label { font: 600 11px var(--mu-font); letter-spacing: .12em; text-transform: uppercase; color: var(--mu-ink-2); margin-bottom: 6px; }
html.mu-v2 .input-group-text { background: var(--mu-surface); border: 1px solid var(--mu-line); border-radius: 12px; color: var(--mu-ink-2); font-weight: 500; }
html.mu-v2 .custom-control-label { color: var(--mu-ink-2); }
html.mu-v2 .custom-control-input:checked ~ .custom-control-label::before { background: var(--mu-accent); border-color: var(--mu-accent); }

/* SELECT2 patch */
html.mu-v2 .select2-container--default .select2-selection--single { height: 48px !important; border: 1px solid var(--mu-line) !important; border-radius: 12px !important; background: #fff !important; padding: 0 12px; }
html.mu-v2 .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 48px !important; color: var(--mu-ink); padding-left: 0 !important; font: 500 14px var(--mu-font) !important; }
html.mu-v2 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px !important; }
html.mu-v2 .select2-dropdown { border: 1px solid var(--mu-line); border-radius: 12px; box-shadow: 0 12px 32px rgba(15,15,16,.08); }
html.mu-v2 .select2-results__option--highlighted[aria-selected] { background: var(--mu-accent) !important; }

/* TABLES */
html.mu-v2 .table { border-color: var(--mu-line-2); }
html.mu-v2 .table th { border-bottom: 1px solid var(--mu-line) !important; border-top: 0 !important; font: 600 11px var(--mu-font); letter-spacing: .12em; text-transform: uppercase; color: var(--mu-ink-2); padding: 14px 16px; background: transparent !important; }
html.mu-v2 .table td { border-top: 1px solid var(--mu-line-2) !important; padding: 16px; vertical-align: middle; color: var(--mu-ink); }
html.mu-v2 .table tbody tr:hover { background: var(--mu-surface-2); }
html.mu-v2 .table-bordered { border: 1px solid var(--mu-line); border-radius: 16px; overflow: hidden; }

/* badges / chips */
html.mu-v2 .badge { border-radius: 999px; font: 600 10px/1 var(--mu-font); letter-spacing: .08em; padding: 6px 10px; text-transform: uppercase; }
html.mu-v2 .badge-success, html.mu-v2 .badge-inline-success { background: rgba(34,160,90,.12); color: #1a7a45 !important; }
html.mu-v2 .badge-warning, html.mu-v2 .badge-inline-warning { background: rgba(201,162,39,.15); color: var(--mu-gold) !important; }
html.mu-v2 .badge-danger, html.mu-v2 .badge-inline-danger { background: rgba(228,2,125,.12); color: var(--mu-accent) !important; }
html.mu-v2 .badge-info, html.mu-v2 .badge-inline-info { background: rgba(107,207,255,.18); color: #0a6fa1 !important; }
html.mu-v2 .badge-primary, html.mu-v2 .badge-inline-primary { background: rgba(228,2,125,.12); color: var(--mu-accent) !important; }
html.mu-v2 .badge-secondary, html.mu-v2 .badge-inline-secondary { background: var(--mu-surface); color: var(--mu-ink-2) !important; }

/* USER PANEL — premium sidebar */
html.mu-v2 .aiz-user-panel { background: #fff; border-radius: 16px; border: 1px solid var(--mu-line); padding: 18px; box-shadow: 0 1px 0 rgba(15,15,16,.02); }
html.mu-v2 .aiz-side-nav-list { padding: 0; }
html.mu-v2 .aiz-side-nav-link, html.mu-v2 .aiz-side-nav-item > a { display: flex !important; align-items: center; gap: 12px; padding: 12px 14px !important; border-radius: 10px; color: var(--mu-ink-2) !important; font: 500 14px var(--mu-font) !important; background: transparent !important; border: 0 !important; margin-bottom: 4px; transition: background .15s, color .15s; }
html.mu-v2 .aiz-side-nav-link:hover, html.mu-v2 .aiz-side-nav-item:hover > a { background: var(--mu-surface) !important; color: var(--mu-ink) !important; }
html.mu-v2 .aiz-side-nav-link.active, html.mu-v2 .aiz-side-nav-item.active > a, html.mu-v2 .aiz-side-nav-item-link.active { background: var(--mu-ink) !important; color: #fff !important; }
html.mu-v2 .aiz-side-nav-link i, html.mu-v2 .aiz-side-nav-item i { font-size: 18px; width: 20px; text-align: center; }
html.mu-v2 .aiz-user-avatar { border-radius: 50%; box-shadow: 0 0 0 3px rgba(228,2,125,.12); }

/* ALERT messages (flash, inline notes) */
html.mu-v2 .alert { border-radius: 12px; border: 1px solid var(--mu-line); padding: 14px 18px; font: 500 14px var(--mu-font); }
html.mu-v2 .alert-success { background: rgba(34,160,90,.08); border-color: rgba(34,160,90,.25); color: #166534; }
html.mu-v2 .alert-danger { background: rgba(228,2,125,.06); border-color: rgba(228,2,125,.22); color: var(--mu-accent); }
html.mu-v2 .alert-warning { background: rgba(201,162,39,.1); border-color: rgba(201,162,39,.3); color: #846a16; }
html.mu-v2 .alert-info { background: rgba(107,207,255,.1); border-color: rgba(107,207,255,.3); color: #0a6fa1; }

/* page intro / breadcrumbs */
html.mu-v2 .page-title-area, html.mu-v2 .page-header { background: var(--mu-surface) !important; padding: 24px 0; border-bottom: 1px solid var(--mu-line); }
html.mu-v2 .breadcrumb { background: transparent; padding: 0; font: 500 13px var(--mu-font); }
html.mu-v2 .breadcrumb-item, html.mu-v2 .breadcrumb-item a { color: var(--mu-ink-3); }
html.mu-v2 .breadcrumb-item.active { color: var(--mu-ink); }

/* checkout sticky cart summary */
html.mu-v2 .aiz-card-box, html.mu-v2 .checkout-summary { border-radius: 16px; border: 1px solid var(--mu-line); padding: 22px; background: #fff; }

/* hide AIZ neon residue shadows */
html.mu-v2 .neon, html.mu-v2 [class*="neon-"] { box-shadow: none !important; text-shadow: none !important; }

/* radio/checkbox premium */
html.mu-v2 .aiz-payment-select-list .aiz-payment-select { border: 1px solid var(--mu-line); border-radius: 12px; padding: 14px; background: #fff; transition: border-color .2s; }
html.mu-v2 .aiz-payment-select-list .aiz-payment-select.active { border-color: var(--mu-ink); box-shadow: 0 0 0 3px rgba(15,15,16,.06); }

/* dashboard top widgets */
html.mu-v2 .aiz-dashboard-card, html.mu-v2 .dashboard-card { background: #fff; border: 1px solid var(--mu-line); border-radius: 16px; padding: 20px; }
html.mu-v2 .aiz-dashboard-card .icon, html.mu-v2 .dashboard-card .icon { background: var(--mu-surface); border-radius: 12px; }

/* nav pills (tabs in profile etc.) */
html.mu-v2 .nav-tabs { border-bottom: 1px solid var(--mu-line); }
html.mu-v2 .nav-tabs .nav-link { color: var(--mu-ink-2); border: 0; padding: 12px 18px; font: 600 13px var(--mu-font); border-radius: 0; position: relative; }
html.mu-v2 .nav-tabs .nav-link.active { color: var(--mu-ink); background: transparent; }
html.mu-v2 .nav-tabs .nav-link.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--mu-ink); }

/* pagination */
html.mu-v2 .pagination { gap: 4px; }
html.mu-v2 .page-link { border-radius: 10px !important; border: 1px solid var(--mu-line); color: var(--mu-ink); font: 600 13px var(--mu-font); padding: 9px 14px; }
html.mu-v2 .page-item.active .page-link { background: var(--mu-ink); border-color: var(--mu-ink); color: #fff; }

/* hide old AIZ floating icon set if leaks */
html.mu-v2 .aiz-topbar { display: none !important; }

/* purchase_history badge — "updated" red dot */
html.mu-v2 .mu-orderdot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--mu-accent); box-shadow: 0 0 0 3px rgba(228,2,125,.18); margin-left: 6px; vertical-align: middle; }

/* MU footer logo + cart-fab — make footer rendering identical on every page (home, 404, listing, etc.). */
html.mu-v2 .mu-footer__logo,
html.mu-v2 .mu-footer .mu-logo,
html.mu-v2 .mu-footer .mu-logo span { color: #fff; }
html.mu-v2 .mu-footer .mu-logo .mu-logo__dot { background: var(--mu-accent); }
html.mu-v2 .mu-footer .mu-logo .mu-logo__ring { border-color: var(--mu-accent); }
html.mu-v2 .mu-cart-fab__count { position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; background: var(--mu-accent); color: #fff; font: 700 11px/22px var(--mu-font); text-align: center; box-shadow: 0 0 0 2px #fff; }

@media (max-width: 520px) {
    html.mu-v2 .mu-footer { padding: 40px 0 24px; }
    html.mu-v2 .mu-footer__cols { grid-template-columns: 1fr; gap: 24px; padding-bottom: 24px; }
    html.mu-v2 .mu-footer__bottom { flex-direction: column; gap: 6px; align-items: flex-start; }
    html.mu-v2 .mu-cart-fab { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

/* ---------- mobile header — full logo + always-visible search ---------- */
@media (max-width: 720px) {
    /* let header_top wrap so search can drop to its own row */
    html.mu-v2 .mu-header__top { flex-wrap: wrap; gap: 8px; padding: 12px 0; row-gap: 10px; }
    html.mu-v2 .mu-logo { font-size: 18px; flex: 0 0 auto; }
    html.mu-v2 .mu-logo__text span:nth-child(n+7) { display: inline-block !important; }
    html.mu-v2 .mu-header__icons { gap: 2px; }
    html.mu-v2 .mu-icon-btn { width: 38px; height: 38px; }
    html.mu-v2 .mu-icon-btn svg { width: 20px; height: 20px; }
    html.mu-v2 .mu-search { display: block !important; order: 99; flex: 1 0 100%; max-width: 100%; }
    html.mu-v2 .mu-search input { height: 40px; font-size: 13px; }
    html.mu-v2 .mu-userpill__txt { display: none; }
    html.mu-v2 .mu-userpill { padding: 0 4px; }
    html.mu-v2 .mu-catalog-btn { padding: 0 12px; font-size: 13px; height: 38px; }
}
@media (max-width: 420px) {
    html.mu-v2 .mu-logo { font-size: 16px; gap: 6px; }
    html.mu-v2 .mu-logo__mark { width: 22px; height: 22px; }
    html.mu-v2 .mu-icon-btn { width: 34px; height: 34px; }
    html.mu-v2 .mu-icon-btn svg { width: 18px; height: 18px; }
}

/* Restore white text on dark/accent buttons. html.mu-v2 a {color:var(--mu-ink)}
   has higher specificity than .btn--dark and was repainting button labels invisible. */
html.mu-v2 a.btn--dark,
html.mu-v2 .btn--dark { background: var(--mu-ink) !important; color: #fff !important; border-color: var(--mu-ink) !important; }
html.mu-v2 a.btn--dark:hover,
html.mu-v2 .btn--dark:hover { background: var(--mu-accent) !important; border-color: var(--mu-accent) !important; color: #fff !important; }
html.mu-v2 a.btn--accent,
html.mu-v2 .btn--accent { background: var(--mu-accent) !important; color: #fff !important; border-color: var(--mu-accent) !important; }
html.mu-v2 a.btn--accent:hover,
html.mu-v2 .btn--accent:hover { background: var(--mu-accent-hover) !important; color: #fff !important; }
