:root{--ma-bg:#0a0b0a;--ma-surface:#0c0e0c;--ma-surface-hover:#101410;--ma-fg:#eef2ee;--ma-muted:#cfd4cf;--ma-dim:#9aa39a;--ma-dimmer:#8a8f8a;--ma-accent:#3fbf4a;--ma-on-accent:#05110a;--ma-line:#ffffff12;--ma-line-strong:#ffffff29;--ma-sans:"Space Grotesk", sans-serif;--ma-mono:"JetBrains Mono", monospace;--ma-display:"Sora", "Space Grotesk", sans-serif;--ma-ease:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html,body{background:var(--ma-bg);margin:0;padding:0}::selection{background:var(--ma-accent);color:var(--ma-on-accent)}@keyframes maFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.ma-root{background:var(--ma-bg);color:var(--ma-fg);font-family:var(--ma-sans);-webkit-font-smoothing:antialiased;min-height:100vh;position:relative}.ma-site{z-index:1;position:relative}.ma-accent{color:var(--ma-accent)}.ma-decode{display:inline-block;position:relative}.ma-decode-real{visibility:visible}.ma-decode:has(.ma-decode-fx) .ma-decode-real{visibility:hidden}.ma-decode-fx{color:var(--ma-accent);text-shadow:0 0 12px #3fbf4a73;position:absolute;inset:0}.ma-header{z-index:20;will-change:transform, opacity;background:0 0;border-bottom:1px solid #0000;transition:background .3s,border-color .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.ma-header.is-scrolled{backdrop-filter:blur(12px)saturate(1.2);border-bottom-color:var(--ma-line);background:#080a08b8}.ma-nav{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;max-width:1320px;margin:0 auto;padding:16px 40px;display:grid}.ma-nav-links{align-items:center;gap:30px;display:flex}.ma-nav-links a{color:var(--ma-fg);font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;text-shadow:0 2px 8px #000000d9;font-size:12px;text-decoration:none;transition:color .2s}.ma-nav-links a:hover{color:var(--ma-accent)}.ma-brand{color:var(--ma-fg);justify-content:center;align-items:center;gap:12px;text-decoration:none;display:flex}.ma-brand img{filter:drop-shadow(0 2px 10px #000c);width:auto;height:80px;display:block}.ma-brand-text{letter-spacing:.18em;text-shadow:0 2px 10px #000000d9;font-size:15px;font-weight:700}.ma-nav-cta{justify-content:flex-end;align-items:center;gap:10px;display:flex}.ma-btn-ghost{color:var(--ma-fg);font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;padding:9px 10px 9px 18px;font-size:12px;display:inline-flex}.ma-btn-ghost .ma-play{background:var(--ma-accent);width:22px;height:22px;color:var(--ma-on-accent);border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:inline-flex}.ma-btn-solid{background:var(--ma-accent);color:var(--ma-on-accent);font-family:var(--ma-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;align-items:center;padding:11px 22px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.ma-btn-eco{color:var(--ma-fg);font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:11px 4px 12px;font-size:12px;text-decoration:none;display:inline-flex;position:relative}.ma-btn-eco-dot{background:var(--ma-accent);border-radius:50%;flex:none;width:6px;height:6px;box-shadow:0 0 10px 2px #3fbf4a99}.ma-btn-eco-text{text-shadow:0 2px 8px #000000d9}.ma-btn-eco-line{transform-origin:0;background:linear-gradient(90deg, var(--ma-accent), #3fbf4a1a);border-radius:2px;height:1.5px;position:absolute;bottom:4px;left:4px;right:4px;box-shadow:0 0 8px #3fbf4a80}.ma-btn-globe{width:38px;height:38px;color:var(--ma-accent);background:#3fbf4a14;border:1px solid #3fbf4a66;border-radius:50%;flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.ma-btn-globe-ico{display:inline-flex}.ma-btn-globe-ico svg{width:20px;height:20px;display:block}.ma-island{z-index:45;backdrop-filter:blur(14px)saturate(1.2);will-change:transform, opacity;background:#0a0c0ab8;border:1px solid #ffffff1a;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;height:56px;padding:0 10px 0 14px;display:flex;position:fixed;top:10px;left:12px;right:12px;box-shadow:0 12px 40px #0000008c,inset 0 1px #ffffff0f}.ma-island-brand{color:var(--ma-fg);letter-spacing:.14em;align-items:center;gap:8px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.ma-island-brand img{display:block}.ma-island-actions{align-items:center;gap:8px;display:flex}.ma-island-ico{width:38px;height:38px;color:var(--ma-accent);cursor:pointer;background:#3fbf4a14;border:1px solid #3fbf4a66;border-radius:50%;flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.ma-island-ico svg{width:19px;height:19px;display:block}.ma-island-ico:active{transform:scale(.92)}.ma-island-ico.is-on{background:var(--ma-accent);border-color:var(--ma-accent);color:var(--ma-on-accent)}.ma-island-burger{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;padding:0 9px;display:flex}.ma-island-burger span{background:var(--ma-fg);border-radius:2px;width:100%;height:2px;display:block}.ma-hero{border-bottom:1px solid #ffffff0f;position:relative;overflow:hidden}.ma-hero-canvas{z-index:0;pointer-events:none;opacity:1;position:absolute;inset:0;mask-image:radial-gradient(125% 95% at 50% 40%,#000 45%,#0000 82%)}.ma-hero-canvas canvas{display:block;width:100%!important;height:100%!important}.ma-hero-glow{pointer-events:none;background:radial-gradient(760px 520px at 50% 33%,#3fbf4a2e,#0000 60%),radial-gradient(1000px 540px at 50% -12%,#3fbf4a1f,#0000 62%),radial-gradient(38% 55% at 0 6%,#3fbf4a1a,#0000 70%),radial-gradient(38% 55% at 100% 6%,#3fbf4a1a,#0000 70%);position:absolute;inset:0}.ma-hero-grid{pointer-events:none;background-image:linear-gradient(#3fbf4a08 1px,#0000 1px),linear-gradient(90deg,#3fbf4a08 1px,#0000 1px),linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:128px 128px,128px 128px,64px 64px,64px 64px;position:absolute;inset:0;mask-image:linear-gradient(#000 0%,#0000 55%)}.ma-hero-vignette{pointer-events:none;background:radial-gradient(140% 120% at 50% 38%,#0000 62%,#0308048c 100%);position:absolute;inset:0}.ma-hero-inner{z-index:1;text-align:center;max-width:1100px;margin:0 auto;padding:152px 32px 0;position:relative}.ma-hero h1{letter-spacing:-.03em;text-wrap:balance;text-shadow:0 4px 24px #000000bf;max-width:16ch;margin:0 auto;font-size:68px;font-weight:700;line-height:1.04}.ma-hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:38px;display:flex}.ma-cta-primary{background:var(--ma-accent);color:var(--ma-on-accent);border-radius:999px;align-items:center;padding:15px 30px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.ma-cta-secondary{color:var(--ma-fg);border:1px solid var(--ma-line-strong);background:0 0;border-radius:999px;align-items:center;padding:15px 30px;font-size:15px;font-weight:500;text-decoration:none;display:inline-flex}.ma-neon{border:1.5px solid var(--ma-accent);color:#eaffef;letter-spacing:.02em;background:#3fbf4a0f;border-radius:999px;justify-content:center;align-items:center;padding:15px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex;position:relative;box-shadow:inset 0 0 12px #3fbf4a40}.ma-neon-glow{border:2px solid var(--ma-accent);filter:blur(9px);pointer-events:none;border-radius:999px;position:absolute;inset:-2px}.ma-neon-label{text-shadow:0 0 6px #3fbf4ae6,0 0 18px #3fbf4a8c;align-items:center;gap:10px;display:inline-flex;position:relative}.ma-neon-ico{color:var(--ma-accent);filter:drop-shadow(0 0 6px #3fbf4acc);display:inline-flex}.ma-neon:hover{box-shadow:inset 0 0 18px #3fbf4a59,0 0 24px #3fbf4a59}.ma-trust-label{font-family:var(--ma-mono);letter-spacing:.22em;color:var(--ma-muted);text-transform:uppercase;text-shadow:0 2px 10px #000000d9;margin-top:30px;font-size:11px}.ma-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;margin-top:22px;display:flex}.ma-logos span{color:var(--ma-fg);text-shadow:0 2px 10px #000000d9}.ma-logos .ma-decode{font-size:19px;font-weight:700}.ma-client-cerhuman{letter-spacing:-.01em}.ma-client-teknoroma{letter-spacing:.1em}.ma-stats-wrap{z-index:1;max-width:1200px;margin:660px auto 0;padding:0 32px 96px;position:relative}.ma-parallax{pointer-events:none;z-index:-1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.ma-parallax img{object-fit:contain;mix-blend-mode:screen;opacity:.16;filter:saturate(1.1);will-change:transform;width:100%;height:100%}.ma-stats-bg{--neo-h:380px;--neo-box:200px;inset:calc(var(--neo-box) * -1) 0}.ma-stats-bg img{height:var(--neo-h);object-fit:contain;width:auto;max-width:100%;mask-image:radial-gradient(72% 66%,#000 45%,#0000 82%)}.ma-stats{border-top:1px solid var(--ma-line);flex-wrap:wrap;justify-content:center;gap:48px;padding-top:40px;display:flex;position:relative}.ma-stat{text-align:center}.ma-stat-num{letter-spacing:-.02em;text-shadow:0 2px 12px #000000d9;font-size:34px;font-weight:700}.ma-stat-label{font-family:var(--ma-mono);color:var(--ma-muted);letter-spacing:.06em;text-shadow:0 2px 8px #000000d9;margin-top:4px;font-size:12px}.ma-mascot{z-index:60;aspect-ratio:1;cursor:pointer;filter:drop-shadow(0 18px 40px #0009);background:0 0;border:0;width:200px;padding:0;position:fixed;bottom:1px;right:2px}.ma-mascot img{object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ma-mascot:focus-visible{outline:2px solid var(--ma-accent);outline-offset:6px;border-radius:16px}.ma-mascot-badge{background:var(--ma-accent);width:34px;height:34px;color:var(--ma-on-accent);border-radius:50%;justify-content:center;align-items:center;font-size:15px;display:inline-flex;position:absolute;top:14%;right:8%;box-shadow:0 6px 18px #3fbf4a73}.ma-chat-scrim{display:none}.ma-chat{z-index:61;transform-origin:100% 100%;background:linear-gradient(160deg,#121612,#0a0c0a 70%);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;width:340px;max-width:calc(100vw - 32px);display:flex;position:fixed;bottom:190px;right:24px;overflow:hidden;box-shadow:0 30px 80px #0009}.ma-chat-head{background:#3fbf4a0f;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:16px 18px;display:flex}.ma-chat-avatar{object-fit:contain;flex:none;width:40px;height:40px}.ma-chat-title{font-size:15px;font-weight:700}.ma-chat-sub{color:var(--ma-dim);align-items:center;gap:7px;margin-top:3px;font-size:12px;display:flex}.ma-chat-dot{background:var(--ma-accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px 2px #3fbf4a80}.ma-chat-close{width:30px;height:30px;color:var(--ma-fg);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;margin-left:auto;font-size:13px}.ma-chat-body{flex-direction:column;gap:10px;max-height:46vh;padding:18px;display:flex;overflow-y:auto}.ma-chat-bubble{color:var(--ma-muted);white-space:pre-wrap;background:#ffffff0d;border-radius:14px 14px 14px 4px;max-width:85%;margin:0;padding:12px 14px;font-size:14px;line-height:1.55}.ma-chat-bubble-ok{color:var(--ma-fg);background:#3fbf4a1f;border-radius:14px 14px 4px;align-self:flex-end}.ma-chat-channels{border-top:1px solid #ffffff14;flex-direction:column;flex:none;gap:8px;padding:14px 18px 0;display:flex}.ma-chat-channels-lead{color:var(--ma-dimmer);font-size:12.5px}.ma-chat-channel{border:1px solid var(--ma-line);color:var(--ma-fg);background:#ffffff05;border-radius:12px;align-items:center;gap:11px;padding:9px 12px;text-decoration:none;transition:border-color .25s,background .25s;display:flex}.ma-chat-channel:hover{background:#3fbf4a0f;border-color:#3fbf4a80}.ma-chat-channel-ico{width:34px;height:34px;color:var(--ma-accent);background:#3fbf4a1a;border:1px solid #3fbf4a4d;border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-chat-channel-ico svg{width:18px;height:18px}.ma-chat-channel.is-wa .ma-chat-channel-ico{color:#25d366;background:#25d36629;border-color:#25d36659}.ma-chat-channel-text{flex:1;min-width:0}.ma-chat-channel-text strong{color:#f2f7f2;font-size:14px;font-weight:600;display:block}.ma-chat-channel-text em{color:#93a394;margin-top:1px;font-size:11.5px;font-style:normal;display:block}.ma-chat-typing{align-items:center;gap:5px;width:fit-content;display:inline-flex}.ma-chat-typing span{background:var(--ma-accent);opacity:.5;border-radius:50%;width:7px;height:7px;animation:1s ease-in-out infinite maTyping}.ma-chat-typing span:nth-child(2){animation-delay:.15s}.ma-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes maTyping{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.ma-chat-form{border-top:1px solid #ffffff14;gap:8px;padding:14px;display:flex}.ma-chat-form input{min-width:0;color:var(--ma-fg);font-family:var(--ma-sans);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;flex:1;padding:11px 14px;font-size:14px}.ma-chat-form input::placeholder{color:var(--ma-dimmer)}.ma-chat-form input:focus{border-color:var(--ma-accent);outline:none}.ma-chat-form button{background:var(--ma-accent);color:var(--ma-on-accent);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:6px;padding:11px 16px;font-size:13.5px;font-weight:600;display:inline-flex}.ma-chat-form button:disabled{opacity:.45;cursor:not-allowed}.ma-section{border-bottom:1px solid #ffffff0f}.ma-container{max-width:1200px;margin:0 auto;padding:104px 32px}.ma-eyebrow{font-family:var(--ma-mono);letter-spacing:.18em;color:var(--ma-accent);text-transform:uppercase;margin-bottom:16px;font-size:12px}.ma-h2{letter-spacing:-.02em;text-shadow:0 4px 20px #000000b3;margin:0;font-size:44px;font-weight:700}.ma-svc-head{grid-template-columns:1.15fr .85fr auto;align-items:center;gap:40px;margin-bottom:56px;display:grid}.ma-svc-head .ma-h2{max-width:14ch;line-height:1.08}.ma-svc-sub{max-width:38ch;color:var(--ma-muted);margin:0;font-size:16px;line-height:1.6}.ma-svc-emblem{justify-content:center;justify-self:end;align-items:center;width:168px;height:168px;display:flex;position:relative}.ma-svc-emblem-ring{width:108px;height:108px;color:var(--ma-accent);background:radial-gradient(circle,#3fbf4a1a,#0000 70%);border:1px solid #3fbf4a59;border-radius:50%;justify-content:center;align-items:center;display:flex}.ma-svc-orbit{border:1px solid #3fbf4a2e;border-radius:50%;position:absolute;inset:0}.ma-svc-orbit-dot{background:var(--ma-accent);border-radius:50%;width:8px;height:8px;margin-left:-4px;position:absolute;top:-4px;left:50%;box-shadow:0 0 12px 3px #3fbf4a99}.ma-svc-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.ma-svc-card{background:linear-gradient(150deg,#101310,#0a0c0a 60%);border:1px solid #ffffff14;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:34px 34px 44px;display:grid;position:relative}.ma-svc-tile{width:92px;height:92px;color:var(--ma-accent);background:radial-gradient(circle at 30% 25%,#3fbf4a24,#0c0e0ce6 70%);border:1px solid #3fbf4a40;border-radius:22px;flex:none;justify-content:center;align-items:center;display:flex}.ma-svc-tile svg{display:block}.ma-svc-num{font-family:var(--ma-mono);color:var(--ma-accent);margin-bottom:8px;font-size:17px}.ma-svc-text h3{letter-spacing:-.01em;margin:0 0 10px;font-size:21px;font-weight:600}.ma-svc-text p{color:var(--ma-dim);max-width:34ch;margin:0;font-size:15px;line-height:1.6}.ma-svc-arrow{color:var(--ma-accent);opacity:.75;transition:transform .25s,opacity .25s}.ma-svc-card:hover .ma-svc-arrow{opacity:1;transform:translate(4px)}.ma-svc-rule{background:#ffffff14;height:1px;position:absolute;bottom:22px;left:34px;right:34px}.ma-svc-rule-lead{background:var(--ma-accent);border-radius:2px;width:64px;height:2px;position:absolute;top:-1px;left:0}.ma-svc-dot{background:var(--ma-accent);border-radius:50%;width:8px;height:8px;margin-top:-4px;margin-left:-4px;position:absolute;top:50%;box-shadow:0 0 12px 3px #3fbf4aa6}.ma-svc-marks{background:linear-gradient(150deg,#101310,#0a0c0a 60%);border:1px solid #ffffff14;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:0;margin-top:28px;padding:26px 34px;display:grid}.ma-svc-mark{color:var(--ma-muted);border-left:1px solid #ffffff12;align-items:center;gap:14px;padding:0 24px;font-size:14.5px;line-height:1.45;display:flex}.ma-svc-mark:first-child{border-left:0}.ma-svc-mark svg{display:block}.ma-mac-stage{max-width:900px;margin:90px auto 0;padding-bottom:8px;position:relative;overflow:hidden}.ma-mac-frame{transform-origin:50% 100%;will-change:transform, opacity;position:relative}.ma-mac-device{width:100%;height:auto;display:block}.ma-mac-screen{background:radial-gradient(120% 100% at 50% 0,#0d1730,#05070c 70%);width:94.5%;height:82.1%;position:absolute;top:4.2%;left:3%;overflow:hidden}.ma-mac-content{will-change:opacity;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ma-mac-grid{background-image:linear-gradient(#2f6bff1a 1px,#0000 1px),linear-gradient(90deg,#2f6bff1a 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;mask-image:radial-gradient(80% 80% at 50% 40%,#000,#0000 85%)}.ma-mac-logo{--ol:2px;width:52%;height:auto;filter:drop-shadow(var(--ol) 0 0 #fff) drop-shadow(calc(var(--ol) * -1) 0 0 #fff) drop-shadow(0 var(--ol) 0 #fff) drop-shadow(0 calc(var(--ol) * -1) 0 #fff) drop-shadow(var(--ol) var(--ol) 0 #fff) drop-shadow(calc(var(--ol) * -1) var(--ol) 0 #fff) drop-shadow(var(--ol) calc(var(--ol) * -1) 0 #fff) drop-shadow(calc(var(--ol) * -1) calc(var(--ol) * -1) 0 #fff);position:relative}.ma-mac-caption{text-align:left;flex-direction:column;align-items:flex-start;gap:6px;display:flex;position:absolute;bottom:8%;left:6%}.ma-mac-eyebrow{font-family:var(--ma-mono);letter-spacing:.2em;color:#6f9dff;font-size:11px}.ma-mac-title{color:var(--ma-fg);font-size:19px;font-weight:600}.ma-mac-tagline{color:var(--ma-dim);font-size:13.5px}.ma-mac-cta{color:#f2f6ff;background:#2f6bff;border-radius:999px;align-items:center;gap:8px;margin-top:10px;padding:9px 18px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 8px 24px #2f6bff59}.ma-header-solid{backdrop-filter:blur(10px);border-bottom:1px solid var(--ma-line);background:#080a08db}.ma-header-solid+*{margin-top:104px}.ma-nav-page{grid-template-columns:1fr auto 1fr}.ma-back{color:var(--ma-muted);font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;text-decoration:none;display:inline-flex}.ma-back:hover{color:var(--ma-accent)}.ma-eco-page{grid-template-columns:minmax(420px,.85fr) 1fr;align-items:center;gap:40px;min-height:calc(100vh - 96px);padding:40px clamp(24px,4vw,64px);display:grid;position:relative;overflow:hidden}.ma-eco-glow{pointer-events:none;background:radial-gradient(900px 700px at 78% 45%,#3fbf4a29,#0000 62%);position:absolute;inset:0}.ma-eco-copy{z-index:1;max-width:620px;position:relative}.ma-eco-title{letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(34px,3.4vw,50px);font-weight:700;line-height:1.05}.ma-eco-lead{color:var(--ma-fg);margin:0 0 12px;font-size:18px;font-weight:600;line-height:1.5}.ma-eco-body{max-width:52ch;color:var(--ma-muted);margin:0;font-size:15.5px;line-height:1.7}.ma-eco-stats{border-top:1px solid var(--ma-line);border-bottom:1px solid var(--ma-line);gap:34px;margin:24px 0 26px;padding:18px 0;display:flex}.ma-eco-stat strong{letter-spacing:-.02em;color:var(--ma-accent);font-size:26px;font-weight:700;display:block}.ma-eco-stat span{font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ma-dimmer);margin-top:2px;font-size:11px;display:block}.ma-eco-benefits{grid-template-columns:1fr 1fr;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:grid}.ma-eco-benefits li{background:linear-gradient(150deg,#111511b3,#0a0c0ab3);border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.ma-eco-ico{width:36px;height:36px;color:var(--ma-accent);background:#3fbf4a14;border:1px solid #3fbf4a47;border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-eco-ico svg{width:19px;height:19px}.ma-eco-benefits strong{font-size:14px;font-weight:600;line-height:1.35;display:block}.ma-eco-benefits em{color:var(--ma-dim);margin-top:4px;font-size:12.5px;font-style:normal;line-height:1.5;display:block}.ma-eco-actions{flex-wrap:wrap;gap:12px;display:flex}.ma-eco-stage{height:min(78vh,780px);position:relative}.ma-room{cursor:grab;touch-action:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ma-room:active{cursor:grabbing}.ma-room canvas{display:block;width:100%!important;height:100%!important}.ma-room-loading{font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ma-dimmer);font-size:12px;position:absolute}.ma-room-layer{pointer-events:none;position:absolute;inset:0}.ma-hotspot{color:var(--ma-fg);font-family:var(--ma-sans);cursor:pointer;opacity:0;will-change:transform, opacity;background:0 0;border:0;border-radius:999px;align-items:center;gap:10px;padding:6px;text-decoration:none;transition:opacity .25s;display:flex;position:absolute;top:0;left:0}.ma-hotspot-dot{background:var(--ma-accent);border-radius:50%;flex:none;width:14px;height:14px;position:relative;box-shadow:0 0 0 4px #3fbf4a2e,0 0 14px 3px #3fbf4a8c}.ma-hotspot-dot:after{content:"";border:1px solid #3fbf4a80;border-radius:50%;animation:2.4s ease-out infinite maPing;position:absolute;inset:-6px}@keyframes maPing{0%{opacity:.9;transform:scale(.7)}to{opacity:0;transform:scale(1.7)}}.ma-hotspot-card{backdrop-filter:blur(8px);white-space:nowrap;opacity:0;pointer-events:none;background:#0a0c0af5;border:1px solid #3fbf4a59;border-radius:12px;flex-direction:column;max-width:0;padding:0;transition:max-width .35s cubic-bezier(.16,1,.3,1),opacity .25s,padding .35s;display:flex;position:relative;top:26px;overflow:hidden}.ma-hotspot:hover .ma-hotspot-card,.ma-hotspot:focus-visible .ma-hotspot-card,.ma-hotspot.is-open .ma-hotspot-card{opacity:1;pointer-events:auto;max-width:280px;padding:10px 14px}.ma-hotspot-card strong{font-size:13.5px;font-weight:600}.ma-hotspot-card em{color:var(--ma-dim);margin-top:2px;font-size:12px;font-style:normal}.ma-hotspot-cta{font-family:var(--ma-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ma-accent);border-bottom:1px solid #3fbf4a59;align-self:start;margin-top:8px;padding-bottom:1px;font-size:11.5px;text-decoration:none;transition:border-color .2s,color .2s}.ma-hotspot-cta:hover{color:#7bf088;border-bottom-color:#7bf088}.ma-hotspot:hover .ma-hotspot-dot{background:#5ef06a}.ma-eco-hint{font-family:var(--ma-mono);letter-spacing:.08em;color:var(--ma-dimmer);pointer-events:none;align-items:center;gap:8px;font-size:11.5px;display:inline-flex;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.ma-eco-hint svg{width:15px;height:15px}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ma-shop-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px;display:flex}.ma-shop-head p{max-width:38ch;color:var(--ma-muted);margin:0;font-size:16px;line-height:1.6}.ma-shop-search-top{max-width:560px;margin:0 0 26px}.ma-shop-bar{background:linear-gradient(150deg,#101310,#0a0c0a 65%);border:1px solid #ffffff14;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:14px 18px;display:flex}.ma-shop-bar>.ma-shop-chips{justify-content:flex-start}.ma-shop-search{background:#ffffff08;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;display:flex}.ma-shop-search-ico{color:var(--ma-dimmer);display:inline-flex}.ma-shop-search-ico svg{width:18px;height:18px}.ma-shop-search input{min-width:0;color:var(--ma-fg);font-family:var(--ma-sans);background:0 0;border:0;outline:none;flex:1;font-size:14px}.ma-shop-search input::placeholder{color:var(--ma-dimmer)}.ma-searchbox{position:relative}.ma-searchbox .ma-shop-search{width:100%}.ma-searchbox:focus-within .ma-shop-search{border-color:#3fbf4a80}.ma-search-pop{z-index:30;backdrop-filter:blur(14px);background:#0c0f0cf7;border:1px solid #3fbf4a40;border-radius:16px;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 24px 60px #0000008c}.ma-search-row{color:var(--ma-fg);border-radius:12px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;display:flex}.ma-search-row.is-active{background:#3fbf4a1a}.ma-search-thumb{border:1px solid var(--ma-line);background:#ffffff08;border-radius:10px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;overflow:hidden}.ma-search-thumb img{object-fit:contain;max-width:78%;max-height:78%}.ma-search-thumb span{font-family:var(--ma-mono);color:var(--ma-accent);font-weight:600}.ma-search-text{flex:1;min-width:0}.ma-search-text strong{font-size:14.5px;font-weight:600;display:block}.ma-search-text em{color:var(--ma-dim);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:normal;display:block;overflow:hidden}.ma-search-price{color:var(--ma-accent);flex:none;font-size:13px;font-weight:600}.ma-search-none{color:var(--ma-dim);padding:16px 14px;font-size:13.5px}.ma-shop-chips{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.ma-chip{color:var(--ma-muted);font-family:var(--ma-sans);cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:999px;padding:9px 16px;font-size:13.5px;transition:color .2s,border-color .2s}.ma-chip:hover{color:var(--ma-fg);border-color:#3fbf4a66}.ma-chip.is-on{background:var(--ma-accent);border-color:var(--ma-accent);color:var(--ma-on-accent);font-weight:600}.ma-select{position:relative}.ma-select-btn{min-width:178px;color:var(--ma-fg);font-family:var(--ma-sans);cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:999px;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px 10px 18px;font-size:13.5px;transition:border-color .2s,background .2s;display:inline-flex}.ma-select-btn:hover{border-color:#3fbf4a73}.ma-select-btn.is-open{border-color:var(--ma-accent);background:#3fbf4a0f}.ma-select-caret{color:var(--ma-accent);display:inline-flex}.ma-select-caret svg{width:16px;height:16px;display:block}.ma-select-list{z-index:20;backdrop-filter:blur(12px);transform-origin:100% 0;background:#0c0f0cf5;border:1px solid #3fbf4a40;border-radius:14px;min-width:100%;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 24px 60px #0000008c}.ma-select-opt{width:100%;color:var(--ma-muted);font-family:var(--ma-sans);text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;display:flex}.ma-select-opt.is-focus{color:var(--ma-fg);background:#ffffff0d}.ma-select-opt.is-on{color:var(--ma-accent);font-weight:600}.ma-select-mark{background:#ffffff2e;border-radius:50%;flex:none;width:6px;height:6px}.ma-select-opt.is-on .ma-select-mark{background:var(--ma-accent);box-shadow:0 0 10px 2px #3fbf4a8c}.ma-shop-body{grid-template-columns:240px 1fr;gap:28px;margin-top:24px;display:grid}.ma-shop-side{flex-direction:column;gap:30px;display:flex}.ma-shop-group h3{font-family:var(--ma-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ma-dimmer);margin:0 0 14px;font-size:11.5px}.ma-shop-group ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.ma-shop-cat{width:100%;color:var(--ma-muted);font-family:var(--ma-sans);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.ma-shop-cat:hover{color:var(--ma-fg)}.ma-shop-cat-dot{background:#ffffff2e;border-radius:50%;width:6px;height:6px}.ma-shop-cat.is-on{color:var(--ma-accent);font-weight:600}.ma-shop-cat.is-on .ma-shop-cat-dot{background:var(--ma-accent);box-shadow:0 0 10px 2px #3fbf4a80}.ma-range{appearance:none;cursor:pointer;background:0 0;width:100%;height:22px}.ma-range::-webkit-slider-runnable-track{background:linear-gradient(90deg, var(--ma-accent) 0%, var(--ma-accent) var(--pct,50%), #ffffff1f var(--pct,50%), #ffffff1f 100%);border-radius:999px;height:6px}.ma-range::-moz-range-track{background:#ffffff1f;border-radius:999px;height:6px}.ma-range::-moz-range-progress{background:var(--ma-accent);border-radius:999px;height:6px}.ma-range::-webkit-slider-thumb{appearance:none;background:var(--ma-accent);border:3px solid #0a0c0a;border-radius:50%;width:20px;height:20px;margin-top:-7px;box-shadow:0 0 0 1px #3fbf4a80,0 4px 12px #3fbf4a80}.ma-range::-moz-range-thumb{background:var(--ma-accent);border:3px solid #0a0c0a;border-radius:50%;width:20px;height:20px;box-shadow:0 0 0 1px #3fbf4a80,0 4px 12px #3fbf4a80}.ma-range:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px #3fbf4a66}.ma-shop-range-labels{font-family:var(--ma-mono);color:var(--ma-dimmer);justify-content:space-between;margin-top:8px;font-size:11.5px;display:flex}.ma-shop-check{color:var(--ma-muted);cursor:pointer;align-items:center;gap:10px;padding:6px 0;font-size:14px;display:flex}.ma-shop-check input{opacity:0;width:0;height:0;position:absolute}.ma-shop-box{color:#0000;border:1px solid #ffffff2e;border-radius:5px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.ma-shop-box svg{width:12px;height:12px}.ma-shop-check input:checked+.ma-shop-box{background:var(--ma-accent);border-color:var(--ma-accent);color:var(--ma-on-accent)}.ma-shop-check:hover{color:var(--ma-fg)}.ma-shop-help{color:var(--ma-fg);background:#3fbf4a12;border:1px solid #3fbf4a4d;border-radius:14px;align-items:center;gap:12px;padding:16px;text-decoration:none;display:flex}.ma-shop-help-ico{color:var(--ma-accent);display:inline-flex}.ma-shop-help-ico svg{width:22px;height:22px}.ma-shop-help strong{font-size:14px;display:block}.ma-shop-help em{color:var(--ma-dim);margin-top:2px;font-size:12.5px;font-style:normal;display:block}.ma-shop-grid{min-height:420px;position:relative}.ma-shop-empty{position:relative}.ma-shop-ghosts{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.ma-ghost{background:linear-gradient(150deg,#11151199,#0a0c0a99);border:1px dashed #ffffff1a;border-radius:16px;padding:16px}.ma-ghost-thumb{background:linear-gradient(110deg,#ffffff0a 30%,#3fbf4a17 50%,#ffffff0a 70%) 0 0/220% 100%;border-radius:10px;height:110px;animation:2.4s linear infinite maShimmer}.ma-ghost-badge{background:#3fbf4a24;border:1px solid #3fbf4a40;border-radius:12px;width:42px;height:42px;margin-top:-18px}.ma-ghost-line{background:#ffffff12;border-radius:6px;height:10px;margin-top:16px}.ma-ghost-line.short{width:55%;margin-top:10px}@keyframes maShimmer{0%{background-position:200% 0}to{background-position:-20% 0}}.ma-shop-empty-copy{text-align:center;background:radial-gradient(60% 60%,#0a0b0aeb 40%,#0a0b0a99 75%,#0000);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.ma-shop-empty-copy h3{margin:0;font-size:22px;font-weight:600}.ma-shop-empty-copy p{max-width:40ch;color:var(--ma-muted);margin:0 0 12px;font-size:14.5px;line-height:1.6}.ma-process-sub{max-width:42ch;color:var(--ma-muted);margin:18px 0 0;font-size:17px;line-height:1.6}.ma-process-chip-row{justify-content:center;margin:44px 0 8px;display:flex}.ma-process-chip{color:var(--ma-fg);background:#3fbf4a0d;border:1px solid #3fbf4a59;border-radius:999px;align-items:center;gap:10px;padding:12px 22px;font-size:14.5px;display:inline-flex}.ma-process-chip svg{display:block}.ma-flow{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:40px;display:grid}.ma-flow-item{text-align:center}.ma-flow-head{justify-content:center;padding-top:12px;display:flex;position:relative}.ma-flow-badge{z-index:2;background:var(--ma-accent);width:26px;height:26px;color:var(--ma-on-accent);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:0;left:50%;transform:translate(-88px)}.ma-flow-tile{width:116px;height:116px;color:var(--ma-accent);background:linear-gradient(160deg,#131713,#0c0e0c);border:1px solid #ffffff1a;border-radius:26px;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 -30px 40px -30px #3fbf4a59}.ma-flow-tile svg{display:block}.ma-flow-link{height:10px;position:absolute;top:50%;left:calc(50% + 66px);right:calc(66px - 50%);transform:translateY(-50%)}.ma-flow-arrow{fill:none;stroke:#3fbf4a73;stroke-width:1.2px;vector-effect:non-scaling-stroke;width:100%;height:10px;overflow:visible}.ma-flow-dot{background:var(--ma-accent);border-radius:50%;width:8px;height:8px;margin-top:-4px;margin-left:-4px;position:absolute;top:50%;box-shadow:0 0 12px 3px #3fbf4aa6}.ma-flow-body{margin-top:26px}.ma-step-num{font-family:var(--ma-mono);color:var(--ma-dimmer);letter-spacing:.08em;margin-bottom:10px;font-size:13px}.ma-flow-body h3{margin:0 0 10px;font-size:20px;font-weight:600}.ma-flow-body p{color:var(--ma-muted);margin:0;font-size:14.5px;line-height:1.6}.ma-process-hint{color:var(--ma-dimmer);justify-content:center;align-items:center;gap:10px;margin-top:56px;font-size:14px;display:flex}.ma-process-hint svg{display:block}.ma-about-section{position:relative;overflow:hidden}.ma-globe{z-index:0;pointer-events:none;opacity:.85;width:760px;height:760px;position:absolute;top:50%;left:-8%;transform:translateY(-50%);mask-image:radial-gradient(closest-side,#000 68%,#0000 98%)}.ma-globe canvas{display:block;width:100%!important;height:100%!important}.ma-about-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(60% 70% at 30%,#0a0b0ab8,#0a0b0a40 60%,#0000 85%);position:absolute;inset:0}.ma-about{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.ma-about h2{letter-spacing:-.02em;text-shadow:0 4px 20px #000000b3;margin:0 0 26px;font-size:44px;font-weight:700;line-height:1.15}.ma-about-rule{background:linear-gradient(90deg, var(--ma-accent), #3fbf4a26);border-radius:2px;width:160px;height:2px;margin:0 0 30px;position:relative}.ma-about-rule-dot{background:var(--ma-accent);border-radius:50%;width:9px;height:9px;margin-top:-4.5px;position:absolute;top:50%;right:-4px;box-shadow:0 0 12px 3px #3fbf4a99}.ma-about p{color:var(--ma-muted);max-width:46ch;font-size:16px;line-height:1.75}.ma-facts{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ma-fact{background:linear-gradient(150deg,#111511,#0a0c0a 65%);border:1px solid #ffffff14;border-radius:16px;align-items:flex-start;gap:18px;padding:26px 24px;display:flex}.ma-fact-icon{width:52px;height:52px;color:var(--ma-accent);background:radial-gradient(circle at 35% 30%,#3fbf4a29,#0c0e0ce6 70%);border:1px solid #3fbf4a4d;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-fact-icon svg{display:block}.ma-fact-num{letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1.1}.ma-fact-label{font-family:var(--ma-mono);color:var(--ma-accent);letter-spacing:.08em;margin-top:6px;font-size:12px}.ma-fact-note{color:var(--ma-dim);margin:12px 0 0;font-size:13.5px;line-height:1.55}.ma-contact{position:relative;overflow:hidden}.ma-contact-field{z-index:0;pointer-events:none;opacity:.55;position:absolute;inset:0;mask-image:radial-gradient(110% 90% at 50% 60%,#000 30%,#0000 85%)}.ma-contact-field canvas{display:block;width:100%!important;height:100%!important}.ma-contact-glow{z-index:0;pointer-events:none;background:radial-gradient(760px 420px at 50% 118%,#3fbf4a2e,#0000 62%);position:absolute;inset:0}.ma-contact-inner{z-index:1;max-width:1200px;margin:0 auto;padding:128px 32px;position:relative}.ma-contact-grid{grid-template-columns:1fr .9fr;align-items:center;gap:72px;display:grid}.ma-contact h2{letter-spacing:-.03em;text-shadow:0 4px 24px #000000bf;max-width:14ch;margin:0 0 20px;font-size:52px;font-weight:700;line-height:1.08}.ma-contact p{max-width:42ch;color:var(--ma-muted);margin:0;font-size:17px;line-height:1.65}.ma-contact-promises{flex-direction:column;gap:12px;margin:30px 0 34px;padding:0;list-style:none;display:flex}.ma-contact-promises li{color:var(--ma-fg);align-items:center;gap:12px;font-size:15px;display:flex}.ma-contact-check{width:26px;height:26px;color:var(--ma-accent);background:#3fbf4a1a;border:1px solid #3fbf4a59;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-contact-channels{border-top:1px solid var(--ma-line);flex-direction:column;gap:2px;padding-top:26px;display:flex}.ma-contact-channel{color:var(--ma-fg);align-items:center;gap:14px;padding:12px 0;text-decoration:none;display:flex}.ma-contact-ico{width:44px;height:44px;color:var(--ma-accent);background:#3fbf4a14;border:1px solid #3fbf4a40;border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-contact-ico svg{width:20px;height:20px;display:block}.ma-contact-ch-label{font-family:var(--ma-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ma-dimmer);font-size:11px;display:block}.ma-contact-ch-value{margin-top:3px;font-size:15px;display:block}a.ma-contact-channel:hover .ma-contact-ch-value{color:var(--ma-accent)}.ma-form{backdrop-filter:blur(10px);background:linear-gradient(155deg,#131713eb,#0a0c0aeb);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:18px;padding:34px;display:flex;box-shadow:0 30px 80px #00000073}.ma-field{flex-direction:column;gap:8px;display:flex}.ma-field>span{font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ma-dimmer);font-size:11.5px}.ma-field input,.ma-field textarea{width:100%;color:var(--ma-fg);font-family:var(--ma-sans);resize:vertical;background:#ffffff08;border:1px solid #ffffff1f;border-radius:12px;padding:13px 15px;font-size:15px;transition:border-color .2s,background .2s}.ma-field input::placeholder,.ma-field textarea::placeholder{color:var(--ma-dimmer)}.ma-field input:focus,.ma-field textarea:focus{border-color:var(--ma-accent);background:#3fbf4a0d;outline:none}.ma-form-send{background:var(--ma-accent);color:var(--ma-on-accent);font-family:var(--ma-sans);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:15px 24px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 12px 30px #3fbf4a47}.ma-form-send:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.ma-form-ok{color:var(--ma-accent);margin:0;font-size:14px;line-height:1.5}.ma-footer{border-top:1px solid #ffffff0f}.ma-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:36px 32px;display:flex}.ma-footer-mark{letter-spacing:.16em;font-size:13px;font-weight:700}.ma-footer-note{font-family:var(--ma-mono);color:var(--ma-muted);font-size:12px}.ma-backdrop{z-index:90;pointer-events:none;background:#000;position:fixed;inset:0}.ma-video-wrap{z-index:91;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ma-video-wrap video{object-fit:contain;width:100%;height:100%}.ma-skip{z-index:92;color:var(--ma-muted);font-family:var(--ma-mono);letter-spacing:.04em;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;padding:9px 16px;font-size:12px;position:fixed;bottom:28px;right:30px}.ma-tap{z-index:93;cursor:pointer;color:var(--ma-fg);font-family:var(--ma-sans);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0}.ma-tap-ring{border:1.5px solid var(--ma-accent);width:68px;height:68px;color:var(--ma-accent);border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:inline-flex}.ma-tap-label{font-family:var(--ma-mono);letter-spacing:.16em;color:var(--ma-muted);text-transform:uppercase;font-size:13px}.ma-saver{z-index:95;cursor:pointer;background:#060806;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.ma-saver video,.ma-saver canvas{width:100%;height:100%;position:absolute;inset:0}.ma-saver video{object-fit:cover}.ma-saver canvas{display:block}.ma-saver-scrim{background:linear-gradient(#0608068c 0%,#06080640 40%,#060806bf 100%);position:absolute;inset:0}.ma-saver-content{text-align:center;flex-direction:column;align-items:center;gap:22px;padding:40px;display:flex;position:relative}.ma-saver-content img{filter:drop-shadow(0 8px 30px #00000080)}.ma-saver-mark{letter-spacing:.22em;color:#fff;font-size:20px;font-weight:700}.ma-saver-hint{backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:12px;margin-top:8px;padding:12px 22px;display:inline-flex}.ma-saver-dot{background:var(--ma-accent);border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite maFloat}.ma-saver-hint span:last-child{font-family:var(--ma-mono);letter-spacing:.14em;color:var(--ma-fg);text-transform:uppercase;font-size:12.5px}body.ma-locked{overflow:hidden}.ma-lightbox{z-index:90;backdrop-filter:blur(16px)saturate(1.1);cursor:zoom-out;background:#060806b8;justify-content:center;align-items:center;padding:5vmin;display:flex;position:fixed;inset:0}.ma-lightbox-img{object-fit:contain;border:1px solid var(--ma-line-strong);cursor:zoom-in;touch-action:none;-webkit-user-drag:none;user-select:none;border-radius:14px;max-width:min(1100px,94vw);max-height:88vh;box-shadow:0 40px 120px #000000b3}.ma-lightbox-img.is-mag{cursor:grab}.ma-lightbox-img.is-mag:active{cursor:grabbing}.ma-lightbox-caption{font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ma-accent);background:#0a0c0acc;border:1px solid #3fbf4a59;border-radius:999px;padding:8px 16px;font-size:12px;position:absolute;bottom:4vmin;left:50%;transform:translate(-50%)}.ma-lightbox-close{border:1px solid var(--ma-line-strong);width:44px;height:44px;color:var(--ma-fg);cursor:pointer;background:#0a0c0ab3;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:inline-flex;position:absolute;top:4vmin;right:4vmin}.ma-lightbox-close:hover{border-color:var(--ma-accent);color:var(--ma-accent)}.ma-lightbox-nav{border:1px solid var(--ma-line-strong);width:48px;height:48px;color:var(--ma-fg);cursor:pointer;background:#0a0c0ab3;border-radius:50%;justify-content:center;align-items:center;margin-top:-24px;display:inline-flex;position:absolute;top:50%}.ma-lightbox-nav:hover{border-color:var(--ma-accent);color:var(--ma-accent)}.ma-lightbox-nav svg{width:20px;height:20px}.ma-lightbox-nav.is-prev{left:4vmin}.ma-lightbox-nav.is-prev svg{transform:rotate(180deg)}.ma-lightbox-nav.is-next{right:4vmin}.ma-cursor{z-index:100;pointer-events:none;transition:opacity .2s;position:fixed;inset:0}.ma-cursor canvas{display:block}body.ma-cursor-on,body.ma-cursor-on *{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) 0 0,none!important}.ma-shop-count{font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ma-dimmer);margin:0 0 14px;font-size:11.5px}.ma-shop-cards{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));align-items:stretch;gap:18px;display:grid}.ma-card{border:1px solid var(--ma-line);color:var(--ma-fg);background:linear-gradient(160deg,#121612d9,#0a0c0ad9);border-radius:18px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ma-card-thumb{border-bottom:1px solid var(--ma-line);background:radial-gradient(70% 90% at 50% 20%,#3fbf4a29,#0000 70%),#ffffff05;justify-content:center;align-items:center;height:150px;padding:20px;display:flex;position:relative}.ma-card-thumb img{object-fit:contain;filter:drop-shadow(0 10px 24px #0009);max-width:68%;max-height:92px}.ma-card-thumb.has-icon{background:0 0}.ma-card-icon{object-fit:cover;border:1px solid var(--ma-line);border-radius:20px;width:84px;max-width:none;height:84px;max-height:none;box-shadow:0 12px 30px #0000008c}.ma-card-thumb-fallback{font-family:var(--ma-mono);letter-spacing:.12em;color:var(--ma-dim);font-size:15px}.ma-card-status{color:var(--ma-accent);font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;background:#3fbf4a1f;border:1px solid #3fbf4a66;border-radius:999px;padding:5px 10px;font-size:10px;position:absolute;top:12px;right:12px}.ma-card-body{flex:1;padding:18px 18px 8px}.ma-card-cat{font-family:var(--ma-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ma-dimmer);font-size:10.5px}.ma-card-body h3{margin:8px 0 6px;font-size:20px;font-weight:600}.ma-card-body p{color:var(--ma-dim);margin:0;font-size:13.5px;line-height:1.6}.ma-card-tags{flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.ma-card-tags li{border:1px solid var(--ma-line);color:var(--ma-dim);border-radius:999px;padding:4px 9px;font-size:11px}.ma-card-foot{justify-content:space-between;align-items:flex-end;gap:10px;padding:16px 18px 18px;display:flex}.ma-card-price strong{font-size:18px;font-weight:700;display:block}.ma-card-price span{font-family:var(--ma-mono);color:var(--ma-dimmer);margin-top:2px;font-size:10.5px;display:block}.ma-card-cta{font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ma-accent);flex:none;align-items:center;gap:6px;font-size:11px;display:inline-flex}.ma-card-cta svg{width:16px;height:16px;transition:transform .25s}.ma-card:hover .ma-card-cta svg{transform:translate(4px)}.ma-shop-empty-copy button.ma-cta-primary{font-family:var(--ma-sans);cursor:pointer;border:0}.ma-shop-soon{border-top:1px solid var(--ma-line);margin-top:40px;padding-top:30px}.ma-shop-soon-head{font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ma-dimmer);align-items:center;gap:12px;margin-bottom:18px;font-size:12px;display:flex}.ma-shop-soon-tag{color:var(--ma-accent);background:#3fbf4a1a;border:1px solid #3fbf4a66;border-radius:999px;padding:5px 11px;font-size:10.5px}.ma-card-soon{cursor:default;opacity:.9}.ma-card-soon .ma-card-thumb{background:repeating-linear-gradient(135deg,#ffffff08 0 10px,#0000 10px 20px),#ffffff03}.ma-card-soon-ico{width:52px;height:52px;color:var(--ma-accent);opacity:.8;border:1px dashed #3fbf4a59;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.ma-card-soon-ico svg{width:26px;height:26px}.ma-card-status.is-soon{color:var(--ma-muted);background:#ffffff0f;border-color:#fff3}.ma-card-soon .ma-card-body h3{color:var(--ma-muted)}.ma-card-soon-note{font-family:var(--ma-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ma-dimmer);font-size:11px}.ma-pdp-crumbs{font-family:var(--ma-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ma-dimmer);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:26px;font-size:11.5px;display:flex}.ma-pdp-crumbs span{align-items:center;gap:8px;display:inline-flex}.ma-pdp-crumbs a{color:var(--ma-dim);text-decoration:none}.ma-pdp-crumbs a:hover{color:var(--ma-accent)}.ma-pdp-crumbs i{color:#fff3;font-style:normal}.ma-pdp-crumbs strong{color:var(--ma-accent);font-weight:500}.ma-pdp-top{grid-template-columns:1.05fr .95fr;align-items:start;gap:48px;display:grid}.ma-pdp-stage{aspect-ratio:4/3;border:1px solid var(--ma-line);background:linear-gradient(160deg,#141814e6,#0a0c0ae6);border-radius:22px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ma-pdp-stage-glow{filter:blur(30px);pointer-events:none;background:radial-gradient(50% 50%,#3fbf4a33,#0000 70%);position:absolute;inset:-30% 10% 40%}.ma-pdp-stage{touch-action:pan-y}.ma-pdp-stage.is-zoomable{cursor:zoom-in}.ma-pdp-stage.is-bare{background:0 0;border-color:#0000}.ma-pdp-stage.is-bare .ma-pdp-stage-glow{opacity:0}.ma-pdp-stage.is-zoomable:focus-visible{outline:2px solid var(--ma-accent);outline-offset:3px}.ma-pdp-slide{justify-content:center;align-items:center;padding:34px;display:flex;position:absolute;inset:0}.ma-pdp-slide img{pointer-events:none;-webkit-user-drag:none;user-select:none}.ma-pdp-shot{object-fit:contain;border:1px solid var(--ma-line);border-radius:10px;max-width:100%;max-height:100%;box-shadow:0 24px 60px #0000008c}.ma-pdp-shot.is-logo{max-width:58%;box-shadow:none;filter:drop-shadow(0 18px 40px #000000a6);border:0}.ma-pdp-shot.is-icon{aspect-ratio:1;object-fit:cover;border:1px solid var(--ma-line);border-radius:24px;width:46%;max-width:240px;height:auto;box-shadow:0 24px 60px #0009}.ma-pdp-caption{z-index:2;backdrop-filter:blur(8px);font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ma-accent);background:#0a0c0ac7;border:1px solid #3fbf4a59;border-radius:999px;padding:6px 12px;font-size:11px;position:absolute;bottom:14px;left:16px}.ma-pdp-soon{background:linear-gradient(110deg,#ffffff08 30%,#3fbf4a14 50%,#ffffff08 70%) 0 0/220% 100%;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;animation:3s linear infinite maShimmer;display:flex;position:relative}.ma-pdp-soon-frame{border:1px dashed #ffffff1f;border-radius:10px;position:absolute;inset:10px}.ma-pdp-soon strong{font-size:16px;font-weight:600}.ma-pdp-soon em{font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ma-dimmer);font-size:11px;font-style:normal}.ma-pdp-nav{z-index:2;border:1px solid var(--ma-line-strong);backdrop-filter:blur(8px);width:40px;height:40px;color:var(--ma-fg);cursor:pointer;background:#0a0c0abf;border-radius:50%;justify-content:center;align-items:center;margin-top:-20px;display:inline-flex;position:absolute;top:50%}.ma-pdp-nav:hover{border-color:var(--ma-accent);color:var(--ma-accent)}.ma-pdp-nav svg{width:18px;height:18px}.ma-pdp-nav.is-prev{left:14px}.ma-pdp-nav.is-prev svg{transform:rotate(180deg)}.ma-pdp-nav.is-next{right:14px}.ma-pdp-count{z-index:2;font-family:var(--ma-mono);color:var(--ma-dim);background:#0a0c0ab3;border-radius:999px;padding:5px 10px;font-size:11px;position:absolute;bottom:14px;right:16px}.ma-pdp-thumbs{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}.ma-pdp-thumb{aspect-ratio:4/3;border:1px solid var(--ma-line);cursor:pointer;background:#ffffff05;border-radius:12px;justify-content:center;align-items:center;padding:8px;display:flex;overflow:hidden}.ma-pdp-thumb img{object-fit:contain;max-width:100%;max-height:100%}.ma-pdp-thumb-soon{background:repeating-linear-gradient(135deg,#ffffff0d 0 6px,#0000 6px 12px);border-radius:6px;width:100%;height:100%}.ma-pdp-thumb.is-on{border-color:var(--ma-accent);background:#3fbf4a14;box-shadow:0 0 0 1px #3fbf4a59}.ma-pdp-meta{align-items:center;gap:10px;display:flex}.ma-pdp-cat{font-family:var(--ma-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ma-dimmer);font-size:11px}.ma-pdp-status{color:var(--ma-accent);font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;background:#3fbf4a1f;border:1px solid #3fbf4a66;border-radius:999px;padding:5px 10px;font-size:10px}.ma-pdp-title{letter-spacing:-.02em;margin:14px 0 0;font-size:clamp(38px,4vw,54px);font-weight:700;line-height:1.05}.ma-pdp-tagline{color:var(--ma-accent);margin:8px 0 0;font-size:18px}.ma-pdp-summary{max-width:46ch;color:var(--ma-muted);margin:18px 0 0;font-size:15.5px;line-height:1.7}.ma-pdp-price{border:1px solid var(--ma-line);background:#ffffff05;border-radius:16px;flex-wrap:wrap;align-items:baseline;gap:10px;margin:26px 0 0;padding:16px 20px;display:flex}.ma-pdp-price strong{letter-spacing:-.02em;font-size:30px;font-weight:700}.ma-pdp-price span{font-family:var(--ma-mono);color:var(--ma-dimmer);font-size:12px}.ma-pdp-features{flex-wrap:wrap;gap:10px 18px;margin:20px 0 0;padding:0;list-style:none;display:flex}.ma-pdp-features li{color:var(--ma-muted);align-items:center;gap:8px;font-size:14px;display:flex}.ma-pdp-check{width:18px;height:18px;color:var(--ma-accent);background:#3fbf4a26;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-pdp-check svg{width:12px;height:12px}.ma-pdp-actions{flex-wrap:wrap;gap:12px;margin:28px 0 0;display:flex}.ma-pdp-visit{gap:10px;box-shadow:0 16px 40px #3fbf4a38}.ma-pdp-visit-ico{display:inline-flex}.ma-pdp-visit-ico svg{width:18px;height:18px;transition:transform .25s}.ma-pdp-visit:hover .ma-pdp-visit-ico svg{transform:translate(4px)}.ma-pdp-help{color:var(--ma-fg);background:#3fbf4a0f;border:1px solid #3fbf4a47;border-radius:14px;align-items:center;gap:12px;margin:22px 0 0;padding:14px 16px;text-decoration:none;display:flex}.ma-pdp-help-ico{color:var(--ma-accent);display:inline-flex}.ma-pdp-help-ico svg{width:22px;height:22px}.ma-pdp-help strong{font-size:14px;display:block}.ma-pdp-help em{color:var(--ma-dim);margin-top:2px;font-size:12.5px;font-style:normal;display:block}.ma-pdp-metrics{border-top:1px solid var(--ma-line);border-bottom:1px solid var(--ma-line);grid-template-columns:repeat(4,1fr);gap:18px;margin-top:70px;padding:30px 0;display:grid}.ma-pdp-metric{text-align:center}.ma-pdp-metric strong{letter-spacing:-.03em;color:var(--ma-accent);text-shadow:0 0 30px #3fbf4a47;font-size:clamp(32px,3.4vw,46px);font-weight:700;display:block}.ma-pdp-metric span{font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ma-dimmer);margin-top:6px;font-size:11px;display:block}.ma-pdp-block{margin-top:70px}.ma-pdp-flow{grid-template-columns:repeat(5,1fr);gap:18px;margin-top:28px;display:grid}.ma-pdp-step-head{align-items:center;display:flex;position:relative}.ma-pdp-step-tile{border:1px solid var(--ma-line-strong);width:52px;height:52px;color:var(--ma-accent);background:#3fbf4a12;border-radius:14px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-pdp-step-tile svg{width:24px;height:24px}.ma-pdp-step-link{flex:1;height:2px;margin-left:10px;position:relative}.ma-pdp-step-rail{background:linear-gradient(90deg,#ffffff24,#ffffff0a);border-radius:2px;position:absolute;inset:0}.ma-pdp-step-dot{background:var(--ma-accent);border-radius:50%;width:8px;height:8px;margin-top:-4px;position:absolute;top:50%;box-shadow:0 0 12px 3px #3fbf4aa6}.ma-pdp-step-body{margin-top:16px}.ma-pdp-step-num{font-family:var(--ma-mono);letter-spacing:.16em;color:var(--ma-dimmer);font-size:11px}.ma-pdp-step-body strong{margin:6px 0 5px;font-size:16px;font-weight:600;display:block}.ma-pdp-step-body p{color:var(--ma-dim);margin:0;font-size:13px;line-height:1.6}.ma-pdp-modules{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;display:grid}.ma-pdp-mod{border:1px solid var(--ma-line);background:#ffffff05;border-radius:16px;align-items:flex-start;gap:14px;padding:20px;display:flex}.ma-pdp-mod-ico{width:42px;height:42px;color:var(--ma-accent);background:#3fbf4a1a;border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-pdp-mod-ico svg{width:22px;height:22px}.ma-pdp-mod strong{margin-bottom:5px;font-size:15.5px;font-weight:600;display:block}.ma-pdp-mod p{color:var(--ma-dim);margin:0;font-size:13px;line-height:1.6}.ma-pdp-highlights{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:70px;display:grid}.ma-pdp-hl{border:1px solid var(--ma-line);background:#ffffff05;border-radius:16px;padding:22px}.ma-pdp-hl-ico{color:var(--ma-accent);display:inline-flex}.ma-pdp-hl-ico svg{width:26px;height:26px}.ma-pdp-hl strong{margin:14px 0 6px;font-size:16px;font-weight:600;display:block}.ma-pdp-hl p{color:var(--ma-dim);margin:0;font-size:13.5px;line-height:1.6}.ma-pdp-detail{grid-template-columns:1.3fr .7fr;gap:48px;margin-top:70px;display:grid}.ma-pdp-about p{color:var(--ma-muted);margin:16px 0 0;font-size:16px;line-height:1.75}.ma-pdp-specs dl{margin:16px 0 0}.ma-pdp-specs dl>div{border-bottom:1px solid var(--ma-line);justify-content:space-between;align-items:baseline;gap:16px;padding:13px 0;display:flex}.ma-pdp-specs dt{color:var(--ma-dim);font-size:13.5px}.ma-pdp-specs dd{text-align:right;margin:0;font-size:14px;font-weight:600}.ma-pdp-more{margin-top:80px}.ma-pdp-more .ma-h2{margin-bottom:26px}.ma-pdp-404{text-align:center;padding:60px 0}.ma-pdp-404 h1{margin:0 0 12px;font-size:34px}.ma-pdp-404 p{max-width:44ch;color:var(--ma-muted);margin:0 auto 24px;line-height:1.6}.ma-boot{z-index:200;background:radial-gradient(80% 80% at 50% 40%,#0e120e,#060806 70%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ma-boot-inner{flex-direction:column;align-items:center;gap:22px;width:min(320px,72vw);display:flex}.ma-boot-logo{flex-direction:column;align-items:center;gap:12px;display:flex}.ma-boot-name{letter-spacing:.18em;font-size:15px;font-weight:700}.ma-boot-bar{background:#ffffff14;border-radius:999px;width:100%;height:4px;overflow:hidden}.ma-boot-fill{background:linear-gradient(90deg, var(--ma-accent), #7bf088);border-radius:999px;height:100%;display:block;box-shadow:0 0 14px #3fbf4a8c}.ma-boot-pct{font-family:var(--ma-mono);letter-spacing:.16em;color:var(--ma-dimmer);font-size:12px}.ma-modal-scrim{z-index:92;backdrop-filter:blur(18px)saturate(1.15);background:radial-gradient(120% 90% at 50% 0,#3fbf4a0f,#0000 55%),#050705bd;justify-content:center;align-items:center;padding:5vmin;display:flex;position:fixed;inset:0}.ma-modal{background:linear-gradient(165deg,#151a15 0%,#0c0f0c 60%,#090b09 100%);border:1px solid #ffffff1a;border-radius:24px;width:min(440px,94vw);padding:32px;position:relative;overflow:hidden;box-shadow:0 40px 120px #000000b3,inset 0 1px #ffffff0d}.ma-modal-aura{pointer-events:none;background:radial-gradient(50% 45%,#3fbf4a29,#0000 70%);width:130%;height:120%;position:absolute;top:-60%;left:50%;transform:translate(-50%)}.ma-modal:before{content:"";background:linear-gradient(90deg,#0000,#3fbf4ab3,#0000);height:1.5px;position:absolute;top:0;left:24px;right:24px}.ma-modal-close{z-index:2;border:1px solid var(--ma-line);width:34px;height:34px;color:var(--ma-fg);cursor:pointer;background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:border-color .2s,color .2s,transform .2s;display:inline-flex;position:absolute;top:16px;right:16px}.ma-modal-close:hover{border-color:var(--ma-accent);color:var(--ma-accent);transform:rotate(90deg)}.ma-modal-body{position:relative}.ma-modal-eyebrow{font-family:var(--ma-mono);letter-spacing:.2em;text-transform:uppercase;color:#6fe07d;align-items:center;gap:8px;font-size:11.5px;display:inline-flex}.ma-modal-dot{background:var(--ma-accent);border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px 2px #3fbf4a99}.ma-modal-title{font-family:var(--ma-display);letter-spacing:-.02em;color:#f6faf6;margin:16px 0 8px;font-size:27px;font-weight:600;line-height:1.15}.ma-modal-sub{color:#b8c2b8;margin:0 0 24px;font-size:15px;line-height:1.6}.ma-modal-channels{flex-direction:column;gap:12px;display:flex}.ma-channel{border:1px solid var(--ma-line);color:var(--ma-fg);background:#ffffff05;border-radius:16px;align-items:center;gap:14px;padding:15px 16px;text-decoration:none;transition:border-color .25s,background .25s,box-shadow .25s;display:flex}.ma-channel:hover{background:#3fbf4a0f;border-color:#3fbf4a80;box-shadow:0 16px 40px #3fbf4a1f}.ma-channel-ico{border:1px solid var(--ma-line);width:48px;height:48px;color:var(--ma-fg);background:#ffffff0d;border-radius:14px;flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.ma-channel.is-wa .ma-channel-ico{color:#25d366;background:#25d36629;border-color:#25d36659;box-shadow:0 0 20px #25d36640}.ma-channel:not(.is-wa) .ma-channel-ico{color:var(--ma-accent);background:#3fbf4a1a;border-color:#3fbf4a4d}.ma-channel-ico svg{width:24px;height:24px}.ma-channel-text{flex:1;min-width:0}.ma-channel-text strong{font-family:var(--ma-display);color:#f2f7f2;letter-spacing:-.01em;font-size:16.5px;font-weight:600;display:block}.ma-channel-text em{font-family:var(--ma-display);color:#93a394;margin-top:3px;font-size:12.5px;font-style:normal;display:block}.ma-channel:hover .ma-channel-text em{color:#a7d9ac}.ma-channel-go{width:30px;height:30px;color:var(--ma-dimmer);background:#ffffff0a;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:transform .25s,color .25s,background .25s;display:inline-flex}.ma-channel-go svg{width:16px;height:16px}.ma-channel:hover .ma-channel-go{color:var(--ma-on-accent);background:var(--ma-accent);transform:translate(3px)}.ma-modal-note{border:1px solid var(--ma-line);background:#ffffff04;border-radius:14px;margin:20px 0 0;padding:14px 16px}.ma-modal-note-label{font-family:var(--ma-display);letter-spacing:.18em;text-transform:uppercase;color:#7fbf88;margin-bottom:6px;font-size:10px;font-weight:600;display:block}.ma-modal-note p{font-family:var(--ma-display);color:#cfd8cf;white-space:pre-line;margin:0;font-size:13.5px;line-height:1.6}.ma-in-down{animation:maInDown .5s var(--ma-ease) both}.ma-in-down-sm{animation:maInDownSm .5s var(--ma-ease) both}.ma-in-left{animation:maInLeft .8s var(--ma-ease) both}.ma-in-left-sm{animation:maInLeftSm .7s var(--ma-ease) both}.ma-in-right{animation:maInRight .7s var(--ma-ease) 80ms both}.ma-in-up{animation:maInUp .5s var(--ma-ease) both}.ma-in-scale{animation:maInScale 1s var(--ma-ease) .15s both}@keyframes maInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}@keyframes maInDownSm{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes maInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:none}}@keyframes maInLeftSm{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:none}}@keyframes maInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}@keyframes maInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes maInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}.ma-pdp-features .ma-in-up-sm{animation:maInUpSm .4s var(--ma-ease) both}.ma-pdp-features .ma-in-up-sm:first-child{animation-delay:.25s}.ma-pdp-features .ma-in-up-sm:nth-child(2){animation-delay:.3s}.ma-pdp-features .ma-in-up-sm:nth-child(3){animation-delay:.35s}.ma-pdp-features .ma-in-up-sm:nth-child(4){animation-delay:.4s}.ma-pdp-features .ma-in-up-sm:nth-child(5){animation-delay:.45s}.ma-pdp-features .ma-in-up-sm:nth-child(6){animation-delay:.5s}.ma-pdp-features .ma-in-up-sm:nth-child(n+7){animation-delay:.55s}@keyframes maInUpSm{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.ma-reveal-ready [data-reveal]{opacity:0;transition:opacity .7s var(--ma-ease), transform .7s var(--ma-ease);transform:translateY(18px)}.ma-reveal-ready [data-reveal].is-in{opacity:1;transform:none}.ma-eco-stats .ma-eco-stat:first-child{animation-delay:.35s}.ma-eco-stats .ma-eco-stat:nth-child(2){animation-delay:.43s}.ma-eco-stats .ma-eco-stat:nth-child(3){animation-delay:.51s}.ma-eco-benefits li{animation-duration:.5s}.ma-eco-benefits li:first-child{animation-delay:.45s}.ma-eco-benefits li:nth-child(2){animation-delay:.51s}.ma-eco-benefits li:nth-child(3){animation-delay:.57s}.ma-eco-benefits li:nth-child(4){animation-delay:.63s}.ma-eco-benefits li:nth-child(5){animation-delay:.69s}.ma-eco-benefits li:nth-child(6){animation-delay:.75s}.ma-eco-benefits li{transition:transform .3s var(--ma-ease), border-color .3s var(--ma-ease);animation-name:maInUpFar}.ma-eco-benefits li:hover{border-color:#3fbf4a66;transform:translate(3px)}@keyframes maInUpFar{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.ma-press{transition:transform .25s var(--ma-ease)}.ma-press:hover{transform:scale(1.04)}.ma-press:active{transform:scale(.97)}.ma-in-hero-title{animation:maInHeroTitle .9s var(--ma-ease) .15s both}.ma-in-hero-actions{animation:maInHeroActions .8s var(--ma-ease) .35s both}.ma-in-hero-trust{animation:.8s .6s both maInFade}@keyframes maInHeroTitle{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes maInHeroActions{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes maInFade{0%{opacity:0}to{opacity:1}}.ma-neon-glow,.ma-neon-label{animation:5.9s ease-in-out infinite maNeonFlicker}@keyframes maNeonFlicker{0%{opacity:1}4.58%{opacity:.55}7.63%{opacity:1}10.68%{opacity:.75}38.14%{opacity:1}41.95%{opacity:.35}45.76%{opacity:1}to{opacity:1}}.ma-svc-dot,.ma-flow-dot,.ma-svc-orbit{animation-play-state:paused}[data-dots].is-running .ma-svc-dot,[data-dots].is-running .ma-flow-dot,[data-dots].is-running .ma-svc-orbit{animation-play-state:running}:root{--ma-dot-step:1.6s}.ma-svc-dot{animation-name:maSvcDotMove,maSvcDotFade;animation-duration:calc(var(--ma-dot-step) * 4);animation-timing-function:ease-in-out,linear;animation-iteration-count:infinite;animation-fill-mode:backwards}.ma-svc-grid .ma-svc-card:first-child .ma-svc-dot{animation-delay:0s}.ma-svc-grid .ma-svc-card:nth-child(2) .ma-svc-dot{animation-delay:calc(var(--ma-dot-step) * 1)}.ma-svc-grid .ma-svc-card:nth-child(3) .ma-svc-dot{animation-delay:calc(var(--ma-dot-step) * 2)}.ma-svc-grid .ma-svc-card:nth-child(4) .ma-svc-dot{animation-delay:calc(var(--ma-dot-step) * 3)}@keyframes maSvcDotMove{0%{left:2%}25%,to{left:98%}}@keyframes maSvcDotFade{0%{opacity:0}3%{opacity:1}21.25%{opacity:1}25%,to{opacity:0}}.ma-flow-dot{animation-name:maFlowDotMove,maFlowDotFade;animation-duration:calc(var(--ma-dot-step) * 3);animation-timing-function:ease-in-out,linear;animation-iteration-count:infinite;animation-fill-mode:backwards}.ma-flow .ma-flow-item:first-child .ma-flow-dot{animation-delay:0s}.ma-flow .ma-flow-item:nth-child(2) .ma-flow-dot{animation-delay:calc(var(--ma-dot-step) * 1)}.ma-flow .ma-flow-item:nth-child(3) .ma-flow-dot{animation-delay:calc(var(--ma-dot-step) * 2)}@keyframes maFlowDotMove{0%{left:4%}33.333%,to{left:88%}}@keyframes maFlowDotFade{0%{opacity:0}4%{opacity:1}28.33%{opacity:1}33.333%,to{opacity:0}}.ma-svc-orbit{animation:6s linear infinite maOrbit}@keyframes maOrbit{to{transform:rotate(360deg)}}.ma-reveal-ready .ma-svc-card[data-reveal]:not(.is-in){transform:translateY(22px)}.ma-svc-card{transition:transform .3s var(--ma-ease), border-color .3s var(--ma-ease), box-shadow .3s var(--ma-ease)}.ma-svc-card:hover{border-color:#3fbf4a73;transform:translateY(-4px);box-shadow:0 20px 60px #3fbf4a1f}.ma-flow-tile{transition:transform .25s var(--ma-ease), border-color .25s var(--ma-ease), box-shadow .25s var(--ma-ease)}.ma-flow-tile:hover{border-color:#3fbf4a8c;transform:translateY(-4px);box-shadow:0 18px 50px #3fbf4a29}.ma-svc-card{color:inherit;text-decoration:none}.ma-svp-hero{border-bottom:1px solid #ffffff0f;position:relative;overflow:hidden}.ma-svp-hero-inner{z-index:1;padding-bottom:72px;position:relative}.ma-svp-ghost{z-index:0;font-family:var(--ma-display);letter-spacing:-.04em;color:#ffffff07;pointer-events:none;user-select:none;font-size:clamp(180px,26vw,380px);font-weight:700;line-height:1;position:absolute;top:-.28em;right:2vw}.ma-svp-head{align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.ma-svp-tile{width:92px;height:92px;color:var(--ma-accent);background:radial-gradient(circle at 30% 25%,#3fbf4a24,#0c0e0ce6 70%);border:1px solid #3fbf4a40;border-radius:22px;flex:none;justify-content:center;align-items:center;display:flex;position:relative}.ma-svp-tile-ring{pointer-events:none;border:1px solid #3fbf4a80;border-radius:22px;animation:3.2s ease-out infinite maSvpRing;position:absolute;inset:-1px}@keyframes maSvpRing{0%{opacity:.7;transform:scale(1)}70%,to{opacity:0;transform:scale(1.14)}}.ma-svp-title{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(30px,3.2vw,46px);font-weight:700;line-height:1.05}.ma-svp-lead{max-width:46ch;color:var(--ma-fg);margin:0;font-size:18px;font-weight:600;line-height:1.5}.ma-svp-body{max-width:62ch;margin-bottom:8px;padding-left:116px}.ma-svp-body p{color:var(--ma-muted);margin:0 0 16px;font-size:15.5px;line-height:1.75}.ma-svp-item{padding-bottom:30px;position:relative}.ma-svp-item-rule{background:#ffffff14;height:1px;position:absolute;bottom:16px;left:20px;right:20px}.ma-svp-item-rule:before{content:"";background:var(--ma-accent);width:48px;height:2px;transition:width .35s var(--ma-ease);border-radius:2px;position:absolute;top:-1px;left:0}.ma-svp-item:hover .ma-svp-item-rule:before{width:96px}.ma-svp-flow{padding-left:26px;position:relative}.ma-svp-rail{background:linear-gradient(#0000,#3fbf4a59 12% 88%,#0000);border-radius:2px;width:2px;position:absolute;top:6px;bottom:6px;left:5px}.ma-svp-rail-dot{background:var(--ma-accent);border-radius:50%;width:8px;height:8px;margin-top:-4px;margin-left:-4px;animation:6s ease-in-out infinite paused maSvpRail;position:absolute;left:50%;box-shadow:0 0 12px 3px #3fbf4a99}[data-dots].is-running .ma-svp-rail-dot{animation-play-state:running}@keyframes maSvpRail{0%{opacity:0;top:0}12%{opacity:1}85%{opacity:1}to{opacity:0;top:100%}}.ma-svp-phases{gap:12px;margin:0;padding:0;list-style:none;display:grid}.ma-svp-phases li{border:1px solid var(--ma-line);transition:border-color .3s var(--ma-ease), background .3s var(--ma-ease);background:#ffffff05;border-left:2px solid #3fbf4a80;border-radius:0 16px 16px 0;align-items:flex-start;gap:16px;padding:18px 20px;display:flex;position:relative}.ma-svp-phases li:hover{background:#ffffff09;border-color:#3fbf4a52}.ma-svp-phase-num{font-family:var(--ma-mono);letter-spacing:.08em;color:var(--ma-accent);flex:none;padding-top:2px;font-size:13px;font-weight:600}.ma-svp-phases strong{margin-bottom:5px;font-size:15.5px;font-weight:600;display:block}.ma-svp-phases p{color:var(--ma-dim);margin:0;font-size:13.5px;line-height:1.6}.ma-svp-cta{background:linear-gradient(150deg,#111511e6,#0a0c0ae6);border:1px solid #3fbf4a38;border-radius:20px;justify-content:space-between;align-items:center;gap:28px;margin:40px 0 8px;padding:32px 34px;display:flex;position:relative;overflow:hidden}.ma-svp-cta-glow{pointer-events:none;background:radial-gradient(520px 260px at 85% 120%,#3fbf4a29,#0000 65%);position:absolute;inset:0}.ma-svp-cta-text{z-index:1;position:relative}.ma-svp-cta strong{letter-spacing:-.01em;margin-bottom:6px;font-size:19px;font-weight:600;display:block}.ma-svp-cta p{max-width:46ch;color:var(--ma-dim);margin:0;font-size:14px;line-height:1.6}.ma-svp-cta .ma-cta-primary{z-index:1;flex:none;position:relative}.ma-svp-others{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.ma-svp-other{border:1px solid var(--ma-line);color:inherit;transition:transform .3s var(--ma-ease), border-color .3s var(--ma-ease);background:linear-gradient(150deg,#111511b3,#0a0c0ab3);border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:20px;text-decoration:none;display:grid}.ma-svp-other:hover{border-color:#3fbf4a73;transform:translateY(-4px)}.ma-svp-other-ico{width:46px;height:46px;color:var(--ma-accent);background:#3fbf4a14;border:1px solid #3fbf4a40;border-radius:14px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ma-svp-other-ico svg{width:22px;height:22px}.ma-svp-other-num{font-family:var(--ma-mono);letter-spacing:.14em;color:var(--ma-accent);margin-bottom:3px;font-size:11px;display:block}.ma-svp-other strong{margin-bottom:4px;font-size:15px;font-weight:600;display:block}.ma-svp-other em{color:var(--ma-dim);font-size:12.5px;font-style:normal;line-height:1.5;display:block}.ma-sound{z-index:120;backdrop-filter:blur(8px);color:var(--ma-dim);font-family:var(--ma-mono);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:#0a0c0a99;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:10px;padding:10px 16px;font-size:11.5px;transition:color .25s,border-color .25s;display:inline-flex;position:fixed;bottom:26px;left:26px}.ma-sound:hover{color:var(--ma-fg);border-color:#ffffff4d}.ma-sound.is-on{color:var(--ma-accent);border-color:#3fbf4a73}.ma-sound-ico{align-items:flex-end;gap:2px;height:13px;display:inline-flex}.ma-sound-wave{background:currentColor;border-radius:1px;width:2px;height:4px}.ma-sound.is-on .ma-sound-wave{animation:.9s ease-in-out infinite maSoundWave}.ma-sound.is-on .ma-sound-wave:nth-child(2){animation-delay:.15s}.ma-sound.is-on .ma-sound-wave:nth-child(3){animation-delay:.3s}@keyframes maSoundWave{0%,to{height:4px}50%{height:13px}}.ma-hp{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.ma-form-note{color:var(--ma-accent);margin:14px 0 0;font-size:13.5px;line-height:1.55}.ma-form-note.is-warn{color:#e8c46a}.ma-about-p-first{margin:0 0 18px}.ma-contact-promises .ma-in-left-xs{animation:maInLeftXs .5s var(--ma-ease) both}.ma-contact-promises .ma-in-left-xs:first-child{animation-delay:.1s}.ma-contact-promises .ma-in-left-xs:nth-child(2){animation-delay:.18s}.ma-contact-promises .ma-in-left-xs:nth-child(3){animation-delay:.26s}.ma-contact-promises .ma-in-left-xs:nth-child(4){animation-delay:.34s}.ma-contact-promises .ma-in-left-xs:nth-child(n+5){animation-delay:.42s}@keyframes maInLeftXs{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}.ma-contact-channel{transition:transform .25s var(--ma-ease)}a.ma-contact-channel:hover{transform:translate(3px)}.ma-intro-pending .ma-site,.ma-intro-pending .ma-mascot{visibility:hidden}.ma-intro-pending body{background:#060806}astro-island{display:contents}.ma-shop{margin-top:104px}.ma-shop-cards .ma-card{transition:transform .3s var(--ma-ease), border-color .3s var(--ma-ease), box-shadow .3s var(--ma-ease)}.ma-shop-cards .ma-card:hover{border-color:#3fbf4a73;transform:translateY(-6px);box-shadow:0 24px 60px #3fbf4a24}.ma-pdp-mod{transition:transform .3s var(--ma-ease), border-color .3s var(--ma-ease), box-shadow .3s var(--ma-ease)}.ma-pdp-mod:hover{border-color:#3fbf4a73;transform:translateY(-4px);box-shadow:0 18px 44px #3fbf4a1a}.ma-pdp-hl{transition:transform .3s var(--ma-ease), border-color .3s var(--ma-ease)}.ma-pdp-hl:hover{border-color:#3fbf4a73;transform:translateY(-4px)}.ma-nav-page .ma-brand img{height:64px}img.is-missing{display:none}@media (prefers-reduced-motion:reduce){.ma-chat-typing span,.ma-sound-wave,.ma-svp-tile-ring,.ma-svp-rail-dot,.ma-hotspot-dot:after,.ma-ghost-thumb,.ma-saver-dot,.ma-pdp-soon{animation:none!important}.ma-in-down,.ma-in-down-sm,.ma-in-left,.ma-in-left-sm,.ma-in-right,.ma-in-up,.ma-in-up-sm,.ma-in-scale{opacity:1;transform:none;animation:none!important}.ma-reveal-ready [data-reveal]{opacity:1!important;transition:none!important;transform:none!important}.ma-in-hero-title,.ma-in-hero-actions,.ma-in-hero-trust,.ma-contact-promises .ma-in-left-xs{opacity:1;transform:none;animation:none!important}a.ma-contact-channel:hover{transform:none}.ma-neon-glow,.ma-neon-label,.ma-svc-orbit{animation:none!important}.ma-svc-dot,.ma-flow-dot{opacity:0;animation:none!important}.ma-press:hover,.ma-press:active,.ma-eco-benefits li:hover,.ma-shop-cards .ma-card:hover,.ma-pdp-mod:hover,.ma-pdp-hl:hover,.ma-svc-card:hover,.ma-flow-tile:hover,.ma-svp-other:hover{transform:none}}@media (width<=900px){.ma-island-brand img{height:30px}.ma-menu{z-index:44;backdrop-filter:blur(10px);background:#060806f5;flex-direction:column;gap:8px;padding:88px 24px 32px;display:flex;position:fixed;inset:0}.ma-menu a{color:var(--ma-fg);font-family:var(--ma-mono);letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #ffffff14;padding:16px 4px;font-size:14px;text-decoration:none}.ma-menu-actions{flex-direction:column;gap:12px;margin-top:24px;display:flex}.ma-menu-actions .ma-btn-ghost,.ma-menu-actions .ma-btn-solid,.ma-menu-actions .ma-btn-eco{justify-content:center;width:100%;padding:14px 18px}.ma-menu-actions .ma-btn-eco{border:1px solid #3fbf4a59;border-radius:999px}.ma-menu-close{width:42px;height:42px;color:var(--ma-fg);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff24;border-radius:12px;font-size:18px;position:absolute;top:18px;right:18px}.ma-hero-inner{flex-direction:column;justify-content:center;min-height:calc(100svh - 90px);padding:78px 20px 0;display:flex}.ma-hero h1{max-width:14ch;font-size:clamp(30px,8.5vw,44px)}.ma-hero-actions{gap:10px;margin-top:26px}.ma-hero-actions .ma-cta-primary,.ma-hero-actions .ma-cta-secondary,.ma-hero-actions .ma-neon{flex:auto;justify-content:center;padding:14px 20px;font-size:14px}.ma-hero-actions .ma-neon{flex-basis:100%}.ma-trust-label{letter-spacing:.18em;margin-top:26px;font-size:10px}.ma-logos{gap:18px 22px;margin-top:16px}.ma-logos span{font-size:15px!important}.ma-hero-canvas{opacity:.75;mask-image:radial-gradient(140% 80% at 50% 45%,#000 40%,#0000 85%)}.ma-stats-wrap{margin-top:90px;padding:0 20px 48px}.ma-stats{gap:26px 32px;padding-top:28px}.ma-stat{flex:40%}.ma-stat-num{font-size:26px}.ma-stat-label{font-size:10.5px}.ma-stats-bg{--neo-h:230px;--neo-box:150px}.ma-mascot{width:104px;bottom:12px;right:10px}.ma-mascot-badge{width:26px;height:26px;font-size:12px}.ma-chat-scrim{z-index:61;backdrop-filter:blur(16px)saturate(1.1);background:#060806b8;display:block;position:fixed;inset:0}.ma-chat{z-index:62;transform-origin:top;width:auto;max-width:460px;max-height:calc(100vh - 116px);margin:0 auto;inset:88px 12px auto}.ma-chat-body{flex:1;padding:16px;overflow-y:auto}.ma-chat-channels{padding:12px 16px 0}.ma-chat-bubble{font-size:14px}body.ma-chat-open{overflow:hidden}.ma-container{padding:64px 20px}.ma-h2,.ma-about h2{font-size:clamp(26px,7vw,34px)}.ma-eyebrow{font-size:11px}.ma-svc-head{grid-template-columns:1fr;gap:18px;margin-bottom:36px}.ma-svc-head .ma-h2{max-width:none}.ma-svc-sub{max-width:none;font-size:15px}.ma-svc-emblem{justify-self:center;width:128px;height:128px}.ma-svc-emblem-ring{width:84px;height:84px}.ma-svc-grid{grid-template-columns:1fr;gap:16px}.ma-svc-card{border-radius:16px;grid-template-columns:auto 1fr;gap:16px;padding:22px 20px 34px}.ma-svc-tile{border-radius:16px;width:62px;height:62px}.ma-svc-tile svg{width:26px;height:26px}.ma-svc-num{margin-bottom:4px;font-size:14px}.ma-svc-text h3{margin-bottom:6px;font-size:17px}.ma-svc-text p{max-width:none;font-size:13.5px}.ma-svc-arrow{display:none}.ma-svc-rule{bottom:16px;left:20px;right:20px}.ma-svc-rule-lead{width:44px}.ma-svc-marks{border-radius:16px;grid-template-columns:1fr 1fr;gap:18px 12px;padding:20px}.ma-svc-mark{border-left:0;gap:10px;padding:0;font-size:12.5px}.ma-phone-stage{max-width:300px;margin:56px auto 0;position:relative}.ma-phone-clip{width:100%;height:0;padding-bottom:157.5%;position:relative;overflow:hidden}.ma-phone-frame{transform-origin:50% 100%;will-change:transform, opacity;position:absolute;inset:0}.ma-phone-device{width:100%;height:auto;display:block}.ma-phone-screen{background:radial-gradient(120% 100% at 50% 0,#0d1730,#05070c 70%);border-radius:8%/4%;width:89%;height:95.5%;position:absolute;top:2.3%;left:5.5%;overflow:hidden}.ma-phone-content{will-change:opacity;justify-content:center;align-items:center;padding-bottom:25%;display:flex;position:absolute;inset:0}.ma-phone-screen .ma-mac-logo{--ol:1.5px;width:78%}.ma-mac-caption{text-align:center;align-items:center;gap:4px;margin-top:20px;position:static}.ma-mac-title{font-size:17px}.ma-mac-tagline{font-size:13px}.ma-mac-cta{margin-top:12px;padding:11px 22px}.ma-sound{gap:0;padding:10px 12px;bottom:18px;left:16px}.ma-sound-label{display:none}.ma-svp-hero-inner{padding-bottom:40px}.ma-svp-ghost{font-size:34vw;top:-.18em;right:-2vw}.ma-svp-flow{padding-left:20px}.ma-svp-cta{border-radius:16px;flex-direction:column;align-items:flex-start;gap:20px;padding:24px 22px}.ma-svp-cta p{max-width:none}.ma-svp-head{flex-direction:column;gap:16px;margin-bottom:22px}.ma-svp-tile{border-radius:18px;width:66px;height:66px}.ma-svp-tile svg{width:28px;height:28px}.ma-svp-lead{max-width:none;font-size:16px}.ma-svp-body{max-width:none;padding-left:0}.ma-svp-body p{font-size:14.5px}.ma-svp-phases li{gap:12px;padding:16px}.ma-svp-cta{margin:26px 0 4px}.ma-svp-cta .ma-cta-primary{justify-content:center;width:100%}.ma-svp-others{grid-template-columns:1fr}.ma-svp-other .ma-svc-arrow{display:none}.ma-hotspot{padding:10px}.ma-hotspot.is-open .ma-hotspot-dot{background:#5ef06a;box-shadow:0 0 0 6px #3fbf4a38,0 0 18px 4px #3fbf4ab3}.ma-room-panel{z-index:4;backdrop-filter:blur(10px);background:#0a0c0af5;border:1px solid #3fbf4a59;border-radius:14px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex;position:absolute;inset:10px 10px auto;box-shadow:0 18px 40px #00000080}.ma-room-panel strong{font-size:14.5px;font-weight:600;display:block}.ma-room-panel em{color:var(--ma-dim);margin-top:4px;font-size:13px;font-style:normal;line-height:1.5;display:block}.ma-room-panel .ma-hotspot-cta{margin-top:10px;padding:6px 0;font-size:12px;display:inline-block}.ma-room-panel-close{width:28px;height:28px;color:var(--ma-fg);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;flex:none;margin-left:auto;font-size:12px}.ma-eco-page{grid-template-columns:1fr;gap:24px;height:auto;min-height:0;padding:28px 20px 48px}.ma-eco-stage{height:62vh}.ma-eco-copy{max-width:none}.ma-eco-lead{font-size:16px}.ma-eco-body{max-width:none;font-size:14.5px}.ma-eco-stats{gap:22px;margin:20px 0 22px}.ma-eco-stat strong{font-size:22px}.ma-eco-benefits{grid-template-columns:1fr}.ma-eco-actions .ma-cta-primary,.ma-eco-actions .ma-cta-secondary{flex:auto;justify-content:center}.ma-header-desktop-only{display:none}.ma-shop{margin-top:0}.ma-header-solid+*{margin-top:72px}.ma-nav-page{grid-template-columns:auto 1fr auto;gap:10px;padding:10px 14px}.ma-nav-page .ma-brand{justify-content:center;gap:8px}.ma-nav-page .ma-brand img{height:44px}.ma-nav-page .ma-brand-text{letter-spacing:.1em;font-size:11px}.ma-back{letter-spacing:.08em;gap:5px;font-size:10.5px}.ma-nav-page .ma-btn-solid{letter-spacing:.06em;padding:9px 14px;font-size:10.5px}.ma-shop-head{margin-bottom:20px}.ma-shop-head p{max-width:none;font-size:15px}.ma-shop-search-solo{margin-bottom:10px;display:flex}.ma-shop .ma-container{padding-top:88px}.ma-shop-sticky{grid-template-columns:auto 1fr;gap:8px;padding:4px 0 8px;display:grid}.ma-shop-filter-btn{color:var(--ma-fg);font-family:var(--ma-sans);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13.5px;font-weight:600;display:inline-flex}.ma-shop-filter-btn.is-on{border-color:var(--ma-accent);color:var(--ma-accent)}.ma-shop-filter-btn svg{width:17px;height:17px}.ma-shop-badge{background:var(--ma-accent);min-width:19px;height:19px;color:var(--ma-on-accent);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.ma-shop-sticky .ma-select{width:100%}.ma-shop-sticky .ma-select-btn{width:100%;min-width:0;padding:10px 12px 10px 16px;font-size:13px}.ma-select-list{left:0;right:0}.ma-shop-chips{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin:10px -20px 16px;padding:0 20px 4px;overflow-x:auto}.ma-shop-chips::-webkit-scrollbar{display:none}.ma-chip{flex:none;padding:8px 14px;font-size:12.5px}.ma-shop-grid{min-height:340px}.ma-shop-ghosts{grid-template-columns:1fr 1fr;gap:10px}.ma-ghost{border-radius:14px;padding:12px}.ma-ghost-thumb{height:76px}.ma-ghost-badge{width:34px;height:34px;margin-top:-14px}.ma-shop-empty{flex-direction:column;gap:16px;display:flex}.ma-shop-empty-copy{text-align:center;background:linear-gradient(150deg,#111511e6,#0a0c0ae6);border:1px solid #3fbf4a40;border-radius:16px;order:-1;align-items:stretch;gap:8px;padding:22px 18px;position:static}.ma-shop-empty-copy h3{font-size:18px}.ma-shop-empty-copy p{margin:0 auto 6px;font-size:13.5px}.ma-shop-empty-copy .ma-cta-primary{align-self:center;width:auto;padding:12px 26px;font-size:14px}.ma-drawer-scrim{z-index:48;backdrop-filter:blur(3px);background:#040604b8;position:fixed;inset:0}.ma-drawer{z-index:49;background:linear-gradient(160deg,#101310,#0a0c0a 70%);border-left:1px solid #ffffff1a;flex-direction:column;width:min(340px,88vw);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-20px 0 60px #0009}.ma-drawer-head{border-bottom:1px solid var(--ma-line);justify-content:space-between;align-items:center;gap:12px;padding:18px 18px 14px;display:flex}.ma-drawer-head strong{font-size:16px}.ma-drawer-head-actions{align-items:center;gap:8px;display:flex}.ma-drawer-clear{color:var(--ma-muted);font-family:var(--ma-sans);cursor:pointer;background:#ffffff0f;border:0;border-radius:999px;padding:6px 10px;font-size:12.5px}.ma-drawer-close{width:32px;height:32px;color:var(--ma-fg);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:50%;font-size:13px}.ma-drawer-body{flex-direction:column;flex:1;gap:26px;padding:20px 18px;display:flex;overflow-y:auto}.ma-drawer-foot{border-top:1px solid var(--ma-line);padding:14px 18px 20px}.ma-drawer-foot .ma-cta-primary{cursor:pointer;width:100%;font-family:var(--ma-sans);border:0;justify-content:center}.ma-process-sub{max-width:none;font-size:15px}.ma-process-chip-row{margin:32px 0 4px}.ma-process-chip{padding:10px 18px;font-size:13px}.ma-flow{grid-template-columns:1fr;gap:0;margin-top:28px}.ma-flow-item{text-align:left;grid-template-columns:auto 1fr;align-items:start;gap:18px;padding-bottom:34px;display:grid}.ma-flow-head{padding-top:0}.ma-flow-tile{border-radius:18px;width:68px;height:68px}.ma-flow-tile svg{width:26px;height:26px}.ma-flow-badge{width:22px;height:22px;font-size:11px;top:-6px;left:-6px;transform:none}.ma-flow-body{margin-top:0}.ma-flow-body h3{font-size:17px}.ma-flow-body p{font-size:13.5px}.ma-step-num{margin-bottom:6px;font-size:11.5px}.ma-flow-link{background:linear-gradient(#3fbf4a66,#3fbf4a0d);width:2px;height:auto;inset:68px auto -34px 33px;transform:none}.ma-flow-arrow{display:none}.ma-flow-dot{margin-left:-4px;top:auto;left:50%!important}.ma-process-hint{text-align:center;margin-top:24px;font-size:12.5px}.ma-globe{opacity:.5;width:460px;height:460px;top:18%;left:-32%;right:auto}.ma-about{grid-template-columns:1fr;gap:34px}.ma-about p{max-width:none;font-size:15px}.ma-about-rule{width:120px;margin-bottom:24px}.ma-facts{grid-template-columns:1fr;gap:12px}.ma-fact{border-radius:14px;gap:14px;padding:20px 18px}.ma-fact-icon{width:44px;height:44px}.ma-fact-icon svg{width:22px;height:22px}.ma-fact-num{font-size:26px}.ma-fact-label{font-size:11px}.ma-fact-note{margin-top:8px;font-size:13px}.ma-contact-inner{padding:80px 20px}.ma-contact-grid{grid-template-columns:1fr;gap:40px}.ma-contact h2{max-width:none;font-size:clamp(28px,8vw,38px)}.ma-contact p{max-width:none;font-size:15.5px}.ma-contact-promises{margin:24px 0 26px}.ma-contact-promises li{font-size:14px}.ma-contact-field{opacity:.4}.ma-form{border-radius:16px;padding:24px 20px}.ma-form-send{width:100%}.ma-footer-inner{flex-direction:column;align-items:flex-start;gap:10px;padding:26px 20px}.ma-video-wrap video{object-fit:cover}.ma-skip{padding:10px 16px;bottom:20px;right:16px}.ma-saver-content img{height:64px}.ma-saver-mark{font-size:16px}.ma-saver-hint{padding:10px 16px}.ma-saver-hint span:last-child{letter-spacing:.1em;font-size:10.5px}}@media (width<=480px){.ma-svc-marks{grid-template-columns:1fr}.ma-stat{flex:100%}.ma-facts{grid-template-columns:1fr}.ma-phone-stage{max-width:260px}.ma-shop-ghosts{grid-template-columns:1fr}.ma-shop-grid{min-height:300px}.ma-nav-page .ma-brand-text{display:none}}@media (width<=900px){.ma-shop-cards{grid-template-columns:repeat(2,1fr);gap:12px}.ma-card-thumb{height:110px;padding:14px}.ma-card-thumb img{max-height:62px}.ma-card-status{padding:4px 8px;font-size:9px;top:8px;right:8px}.ma-card-body{padding:14px 14px 6px}.ma-card-body h3{font-size:17px}.ma-card-body p{font-size:12.5px}.ma-card-tags{display:none}.ma-card-foot{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px 14px}.ma-shop-count{margin-bottom:10px}.ma-pdp-top{grid-template-columns:1fr;gap:28px}.ma-pdp-crumbs{margin-bottom:18px;font-size:10.5px}.ma-pdp-stage{aspect-ratio:1;border-radius:18px}.ma-pdp-slide{padding:22px}.ma-pdp-shot.is-icon{border-radius:28px;width:66%;max-width:280px}.ma-pdp-nav{display:none}.ma-pdp-thumbs{gap:8px}.ma-pdp-title{font-size:34px}.ma-pdp-tagline{font-size:16px}.ma-pdp-summary{max-width:none;font-size:15px}.ma-pdp-price{margin-top:20px;padding:14px 16px}.ma-pdp-price strong{font-size:26px}.ma-pdp-actions{flex-direction:column;margin-top:22px}.ma-pdp-actions .ma-cta-primary,.ma-pdp-actions .ma-cta-secondary{justify-content:center;width:100%}.ma-pdp-highlights{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:44px}.ma-pdp-hl{padding:16px}.ma-pdp-hl strong{font-size:15px}.ma-pdp-detail{grid-template-columns:1fr;gap:34px;margin-top:44px}.ma-pdp-about p{font-size:15px}.ma-pdp-specs dd{font-size:13.5px}.ma-pdp-metrics{grid-template-columns:repeat(2,1fr);gap:22px 12px;margin-top:44px;padding:24px 0}.ma-pdp-metric strong{font-size:30px}.ma-pdp-metric span{letter-spacing:.1em;font-size:10px}.ma-pdp-block{margin-top:44px}.ma-pdp-flow{grid-template-columns:1fr;gap:0}.ma-pdp-step{grid-template-columns:52px 1fr;column-gap:16px;display:grid}.ma-pdp-step-head{flex-direction:column;align-self:stretch}.ma-pdp-step-link{flex:1;width:2px;height:auto;min-height:30px;margin:8px 0 0}.ma-pdp-step-dot{margin-left:-4px;left:50%}.ma-pdp-step-body{margin-top:0;padding-bottom:22px}.ma-pdp-modules{grid-template-columns:1fr;gap:10px;margin-top:20px}.ma-pdp-mod{gap:12px;padding:15px 16px}.ma-pdp-mod-ico{width:38px;height:38px}.ma-pdp-mod strong{font-size:15px}.ma-pdp-more{margin-top:54px}.ma-pdp-404{padding:30px 0}}@media (width<=480px){.ma-shop-cards{grid-template-columns:1fr}.ma-card-thumb{height:140px}.ma-card-thumb img{max-height:80px}.ma-card-tags{display:flex}.ma-card-foot{flex-direction:row;align-items:flex-end}.ma-pdp-highlights{grid-template-columns:1fr}}@media (width>=901px){.ma-island,.ma-menu{display:none!important}}@media (width<=900px),(pointer:coarse){.ma-cursor{display:none!important}body.ma-cursor-on,body.ma-cursor-on *{cursor:auto!important}}
