/* Catalog Mosaic — bento / editorial mosaic */
:root { --jl-bg:#F5F3FF; --jl-ink:#2E1065; }
*{box-sizing:border-box} html,body{margin:0}
.mo-body{background:var(--jl-bg);color:var(--jl-ink);font-family:Outfit,system-ui,sans-serif}
.jl-header{background:transparent;color:#2E1065}
.jl-header-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:16px 20px}
.jl-header .jl-lang-btn{border-color:#4C1D9533;background:#fff;color:#4C1D95}
.jl-brand{color:#4C1D95;text-decoration:none;font-weight:800;font-size:22px;display:flex;align-items:center}
.jl-brand img{height:44px;width:auto;max-width:320px}
.jl-nav{display:flex;gap:16px;font-weight:650}
.jl-nav a{color:#4C1D95;text-decoration:none}
.jl-nav-cta{background:#4C1D95;color:#fff !important;padding:8px 14px;border-radius:999px}
.mo-bento{max-width:1180px;margin:0 auto;padding:12px 20px 48px;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(140px,auto);gap:14px}
.mo-tile{border-radius:24px;overflow:hidden;background:#fff;padding:22px;text-decoration:none;color:inherit;display:flex;flex-direction:column;justify-content:flex-end}
.mo-tile.span-2{grid-column:span 2}
.mo-tile.span-2r{grid-row:span 2}
.mo-tile.hero{background:#4C1D95;color:#fff;min-height:280px}
.mo-tile.media{background:#DDD6FE center/cover;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.mo-tile h1,.mo-tile h3{margin:0 0 6px;font-weight:800}
.jl-btn{display:inline-block;background:#4C1D95;color:#fff;text-decoration:none;padding:10px 16px;border-radius:999px;border:0;cursor:pointer}
.jl-footer{background:#2E1065;color:#EDE9FE;padding:32px 20px}
.jl-footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}
.jl-footer a{color:#F9A8D4;text-decoration:none;display:block;margin-top:6px}
.jl-copy{text-align:center;font-size:12px;opacity:.7}
.jl-kicker{color:#A21CAF;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700}
.jl-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.jl-form-full{grid-column:1/-1}
.jl-form input,.jl-form select,.jl-form textarea{width:100%;padding:10px;border:0;border-radius:12px;background:#fff}
.jl-alert{padding:10px;margin-bottom:10px;border-radius:12px}.jl-alert-ok{background:#D1FAE5}.jl-alert-err{background:#FEE2E2}
.jl-wrap{max-width:980px;margin:0 auto;padding:24px 20px}
.jl-section{padding:12px 0 40px}
.jl-plans{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.jl-plan{background:#fff;border-radius:20px;padding:20px}
.jl-plan.is-featured{background:#4C1D95;color:#fff}
.jl-plan-price span{font-size:30px;font-weight:800}
.mo-prod{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}
@media(max-width:800px){.mo-bento,.jl-form,.jl-plans,.mo-prod,.jl-footer-inner{grid-template-columns:1fr}.mo-tile.span-2{grid-column:auto}.jl-nav{display:none}}
