:root {
  --mst-ink: #06100c;
  --mst-ink-2: #0a1812;
  --mst-ink-3: #10241a;
  --mst-paper: #f2f5ef;
  --mst-paper-2: #fbfcf8;
  --mst-line: #cbd5cd;
  --mst-muted: #65726a;
  --mst-green: #0a8455;
  --mst-green-2: #16a66d;
  --mst-mint: #a6f0cb;
  --mst-white: #fff;
  --mst-gold: #d9b76e;
  --mst-shadow: 0 25px 70px rgba(5, 20, 12, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mst-page { margin: 0; overflow-x: hidden; background: var(--mst-paper); color: var(--mst-ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.mst-lock { overflow: hidden; }
.mst-page a { color: inherit; text-decoration: none; }
.mst-page button, .mst-page input, .mst-page select, .mst-page textarea { font: inherit; }
.mst-page button, .mst-page summary, .mst-page select { cursor: pointer; }
.mst-page img { display: block; max-width: 100%; }
.mst-page [hidden] { display: none !important; }

.mst-announcement { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 clamp(20px, 5vw, 80px); background: #020805; color: #cdd8d1; font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mst-announcement span { display: inline-flex; align-items: center; gap: 9px; }
.mst-announcement i { width: 6px; height: 6px; border-radius: 50%; background: #4be09d; box-shadow: 0 0 0 4px rgba(75,224,157,.11); }
.mst-announcement a { color: var(--mst-mint); font-weight: 700; }
.mst-announcement b { margin-left: 5px; }

.mst-header { position: relative; z-index: 50; display: grid; min-height: 84px; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 0 clamp(20px, 5vw, 80px); border-bottom: 1px solid rgba(168,190,177,.16); background: var(--mst-ink); color: #eaf1ec; }
.mst-brand { display: flex; width: 126px; height: 58px; align-items: center; }
.mst-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.mst-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.mst-nav a { position: relative; padding: 31px 0 28px; color: #aebbb3; font-size: 12px; font-weight: 700; }
.mst-nav a:hover, .mst-nav a.is-active { color: #fff; }
.mst-nav a.is-active::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--mst-green-2); content: ""; }
.mst-cart-trigger { display: inline-flex; min-height: 43px; align-items: center; gap: 11px; padding: 0 7px 0 17px; border: 1px solid #284235; border-radius: 4px; background: #0a1711; color: #edf5f0; font-size: 11px; font-weight: 800; }
.mst-cart-trigger b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 2px; background: var(--mst-green); color: #fff; }
.mst-mobile-menu { display: none; }

.mst-hero { position: relative; display: grid; min-height: 650px; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); align-items: center; gap: clamp(50px, 7vw, 115px); overflow: hidden; padding: clamp(78px, 10vw, 145px) clamp(24px, 7vw, 105px); background: var(--mst-ink); color: #fff; isolation: isolate; }
.mst-hero-grid { position: absolute; z-index: -3; inset: 0; opacity: .13; background-image: linear-gradient(rgba(129,193,158,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(129,193,158,.22) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.mst-hero::after { position: absolute; z-index: -2; right: -12%; bottom: -52%; width: 70vw; height: 70vw; border: 1px solid rgba(119,219,165,.12); border-radius: 50%; box-shadow: inset 0 0 0 90px rgba(19,147,91,.018), inset 0 0 0 190px rgba(19,147,91,.014); content: ""; }
.mst-hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(80px); }
.mst-glow-one { right: 5%; bottom: 5%; width: 380px; height: 320px; background: rgba(13,149,91,.18); }
.mst-glow-two { top: -15%; left: 22%; width: 300px; height: 260px; background: rgba(209,175,100,.07); }
.mst-hero-copy { position: relative; z-index: 2; max-width: 830px; }
.mst-kicker, .mst-section-index { display: inline-flex; align-items: center; gap: 11px; color: var(--mst-green); font-family: "Courier New", monospace; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.mst-kicker { color: var(--mst-mint); }
.mst-kicker span { width: 28px; height: 1px; background: currentColor; }
.mst-hero h1 { max-width: 800px; margin: 25px 0 25px; font-size: clamp(50px, 6.2vw, 94px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.mst-hero h1 em { color: #69d9a0; font-style: normal; font-weight: 500; }
.mst-hero-copy > p { max-width: 680px; margin: 0; color: #aebeb5; font-size: clamp(14px, 1.35vw, 18px); line-height: 1.75; }
.mst-hero-actions { display: flex; align-items: center; gap: 15px; margin-top: 37px; }
.mst-primary, .mst-ghost { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 18px; border-radius: 3px; font-size: 11px; font-weight: 850; letter-spacing: .02em; }
.mst-primary { padding: 0 21px; border: 1px solid var(--mst-green); background: var(--mst-green); color: #fff !important; box-shadow: 0 14px 35px rgba(10,132,85,.18); }
.mst-primary:hover { border-color: #0a6d48; background: #0a6d48; transform: translateY(-1px); }
.mst-ghost { padding: 0 18px; border: 1px solid #2b4035; color: #c9d5ce; }
.mst-ghost:hover { border-color: #577162; color: #fff; }
.mst-hero-trust { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 45px; color: #819088; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.mst-hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.mst-hero-trust b { color: #4fbc83; }

.mst-hero-console { position: relative; min-height: 430px; overflow: hidden; border: 1px solid rgba(117,172,141,.28); border-radius: 5px; background: linear-gradient(145deg, rgba(18,42,30,.91), rgba(4,13,8,.96)); box-shadow: 0 40px 95px rgba(0,0,0,.38); }
.mst-hero-console::before { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(116,187,151,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(116,187,151,.15) 1px, transparent 1px); background-size: 28px 28px; content: ""; }
.mst-console-head, .mst-console-foot { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid rgba(142,189,164,.14); color: #7e9789; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .12em; }
.mst-console-head b { display: inline-flex; align-items: center; gap: 7px; color: #7fe2ae; }
.mst-console-head i { width: 6px; height: 6px; border-radius: 50%; background: #50dd94; box-shadow: 0 0 12px #50dd94; }
.mst-console-core { position: relative; display: grid; min-height: 225px; place-content: center; text-align: center; }
.mst-console-core small { color: #5d7769; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .16em; }
.mst-console-core strong { margin: 14px 0 9px; color: #eaf5ef; font-family: "Courier New", monospace; font-size: clamp(52px, 6vw, 84px); font-weight: 400; letter-spacing: -.1em; }
.mst-console-core strong i { color: #41c688; font-style: normal; }
.mst-console-core span { color: #7c9185; font-size: 11px; }
.mst-console-options { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(142,189,164,.14); }
.mst-console-options span { display: grid; gap: 5px; padding: 18px 15px; border-right: 1px solid rgba(142,189,164,.14); color: #b7c5bd; font-size: 10px; text-align: center; }
.mst-console-options span:last-child { border: 0; }
.mst-console-options i { color: #48c98c; font-family: "Courier New", monospace; font-size: 8px; font-style: normal; }
.mst-console-foot { border: 0; }
.mst-console-foot b { color: #f2f7f4; font-size: 15px; letter-spacing: -.02em; }

.mst-benefits { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--mst-line); background: var(--mst-paper-2); }
.mst-benefits article { display: flex; min-height: 106px; align-items: center; gap: 17px; padding: 20px clamp(20px, 3vw, 42px); border-right: 1px solid var(--mst-line); }
.mst-benefits article:last-child { border-right: 0; }
.mst-benefits article > span { color: var(--mst-green); font-family: "Courier New", monospace; font-size: 10px; }
.mst-benefits div { display: grid; gap: 5px; }
.mst-benefits strong { font-size: 13px; }
.mst-benefits small { color: var(--mst-muted); font-size: 10px; line-height: 1.45; }

.mst-shop { position: relative; overflow: hidden; padding: clamp(85px, 10vw, 145px) clamp(20px, 5vw, 80px); background: radial-gradient(circle at 12% 10%, rgba(42, 166, 105, .08), transparent 25rem), radial-gradient(circle at 91% 34%, rgba(217, 183, 110, .09), transparent 24rem), linear-gradient(180deg, #f6f8f4 0%, #eef3ed 100%); }
.mst-shop::before { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(6, 16, 12, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 16, 12, .035) 1px, transparent 1px); background-size: 48px 48px; content: ""; pointer-events: none; }
.mst-shop > * { position: relative; z-index: 1; }
.mst-section-heading { display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.mst-section-heading h2 { margin: 20px 0 0; font-size: clamp(46px, 6vw, 86px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.mst-section-heading h2 em { color: var(--mst-green); font-style: normal; }
.mst-section-heading > p { margin: 0 0 8px; color: var(--mst-muted); font-size: 13px; line-height: 1.8; }
.mst-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 38px; padding: 12px; border: 1px solid rgba(158, 176, 164, .58); border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 18px 48px rgba(5,20,12,.07), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(14px); }
.mst-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.mst-filters button { min-height: 43px; padding: 0 17px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #526159; font-size: 11px; font-weight: 800; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.mst-filters button:hover { border-color: #aab8af; }
.mst-filters button.is-active { border-color: var(--mst-ink); background: linear-gradient(135deg, #06100c, #133323); color: #fff; box-shadow: 0 10px 25px rgba(6,16,12,.18); transform: translateY(-1px); }
.mst-search { display: flex; min-width: 245px; height: 43px; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid #cad4cc; border-radius: 10px; background: #fff; box-shadow: inset 0 1px 3px rgba(6,16,12,.035); }
.mst-search span { color: var(--mst-green); font-size: 19px; }
.mst-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--mst-ink); font-size: 12px; }
.mst-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 2.2vw, 32px); }
.mst-product-card { position: relative; display: flex; overflow: hidden; flex-direction: column; border: 1px solid rgba(156, 174, 162, .56); border-radius: 24px; background: rgba(253,254,251,.96); box-shadow: 0 18px 44px rgba(5,20,12,.075), 0 2px 8px rgba(5,20,12,.035), inset 0 1px 0 #fff; transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.75,.2,1); }
.mst-product-card::before { position: absolute; z-index: 9; top: 0; right: 12%; left: 12%; height: 1px; background: linear-gradient(90deg, transparent, rgba(166,240,203,.7), transparent); content: ""; pointer-events: none; }
.mst-product-card:hover { border-color: rgba(62, 132, 91, .65); box-shadow: 0 28px 75px rgba(5,20,12,.15), 0 7px 20px rgba(10,132,85,.08); transform: translateY(-8px); }
.mst-product-card.is-featured { border-color: rgba(185, 147, 74, .7); box-shadow: 0 22px 58px rgba(93,69,19,.12), 0 4px 18px rgba(9,92,58,.08); }
.mst-product-card.is-featured::before { right: 0; left: 0; height: 3px; background: linear-gradient(90deg, #8d6b2c, #f0d89a 50%, #8d6b2c); }
.mst-product-card.is-hidden { display: none; }
.mst-product-gallery, .mst-detail-gallery { min-width: 0; background: #07110d; }
.mst-product-visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: radial-gradient(circle at 72% 30%, #173527, #07110d 64%); }
.mst-product-visual .mst-gallery-main { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .55s ease, filter .3s ease; }
.mst-product-card:hover .mst-product-visual .mst-gallery-main { filter: saturate(1) contrast(1.06); transform: scale(1.018); }
.mst-zoom-stage { cursor: zoom-in; }
.mst-zoom-lens { position: absolute; z-index: 6; width: 142px; height: 142px; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background-color: #07110d; background-repeat: no-repeat; box-shadow: 0 18px 42px rgba(0,0,0,.36), inset 0 0 0 5px rgba(41,240,138,.18); opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.86); transition: opacity .16s ease, transform .16s ease; }
.mst-zoom-stage.is-zooming .mst-zoom-lens { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.mst-zoom-open { position: absolute; z-index: 7; right: 18px; bottom: 18px; display: inline-flex; min-height: 36px; align-items: center; gap: 7px; padding: 0 11px; border: 1px solid rgba(205,232,218,.28); border-radius: 3px; background: rgba(4,14,8,.8); color: #ecf7f0; font-size: 9px; font-weight: 800; letter-spacing: .05em; backdrop-filter: blur(9px); }
.mst-zoom-open:hover, .mst-zoom-open:focus-visible { border-color: var(--mst-green-2); background: var(--mst-green); color: #fff; }
.mst-zoom-open span { font-size: 16px; line-height: 1; }
.mst-gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 10px 12px 12px; border-top: 1px solid rgba(166,205,184,.16); background: linear-gradient(180deg, #0a1711, #07120d); scrollbar-color: #28553e transparent; }
.mst-gallery-thumbs button { position: relative; flex: 0 0 62px; width: 62px; aspect-ratio: 1 / 1; overflow: hidden; padding: 2px; border: 1px solid #315040; border-radius: 3px; background: #07110d; opacity: .64; transition: border-color .2s ease, opacity .2s ease, transform .2s ease; }
.mst-gallery-thumbs button:hover, .mst-gallery-thumbs button.is-active { border-color: var(--mst-green-2); opacity: 1; transform: translateY(-1px); }
.mst-gallery-thumbs button.is-active::after { position: absolute; right: 3px; bottom: 3px; width: 7px; height: 7px; border: 1px solid #07110d; border-radius: 50%; background: var(--mst-green-2); content: ""; }
.mst-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.mst-product-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(4,14,8,.36), transparent 42%, rgba(4,14,8,.22)); pointer-events: none; }
.mst-product-topline { position: absolute; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; color: #bac9c0; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.mst-product-topline b { color: #68d99d; font-weight: 700; }
.mst-stock-badge { position: absolute; bottom: 18px; left: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(180,215,194,.22); border-radius: 2px; background: rgba(4,14,8,.78); backdrop-filter: blur(9px); color: #d9e6de; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.mst-stock-badge i { width: 6px; height: 6px; border-radius: 50%; background: #50dd94; box-shadow: 0 0 10px rgba(80,221,148,.8); }
.mst-stock-badge.status-limited i { background: #e5c16f; box-shadow: 0 0 10px rgba(229,193,111,.7); }
.mst-stock-badge.status-preorder i { background: #8cc8ff; box-shadow: 0 0 10px rgba(140,200,255,.7); }
.mst-stock-badge.status-soldout i { background: #ff8181; box-shadow: 0 0 10px rgba(255,129,129,.7); }
.mst-product-body { display: flex; height: 100%; flex-direction: column; padding: 25px 24px 26px; }
.mst-product-category { align-self: flex-start; min-height: 25px; padding: 6px 9px 5px; border: 1px solid rgba(10,132,85,.18); border-radius: 999px; background: rgba(10,132,85,.07); color: var(--mst-green); font-family: "Courier New", monospace; font-size: 8px; font-weight: 700; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.mst-product-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 13px; }
.mst-product-title h3 { margin: 0; font-size: clamp(24px, 2vw, 31px); font-weight: 590; letter-spacing: -.045em; line-height: 1.08; }
.mst-product-title a { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid #bfcbc3; border-radius: 50%; background: rgba(255,255,255,.7); color: var(--mst-green); box-shadow: 0 7px 18px rgba(5,20,12,.06); transition: background .2s ease, color .2s ease, transform .2s ease; }
.mst-product-title a:hover { background: var(--mst-green); color: #fff; transform: rotate(8deg); }
.mst-product-body > p { min-height: 65px; margin: 16px 0 0; color: var(--mst-muted); font-size: 12px; line-height: 1.72; }
.mst-features { display: grid; grid-template-columns: 1fr; gap: 9px; margin: 20px 0; padding: 20px 0; border-block: 1px solid #e0e6e1; list-style: none; }
.mst-features li { display: flex; align-items: flex-start; gap: 10px; color: #526159; font-size: 11px; line-height: 1.5; }
.mst-features span { color: var(--mst-green); font-size: 14px; font-weight: 900; }
.mst-choice-panel { margin-top: auto; padding: 15px; border: 1px solid #d2ddd5; border-radius: 13px; background: linear-gradient(145deg, #f7faf6, #eef4ef); box-shadow: inset 0 1px 0 #fff; }
.mst-choice-panel label { display: grid; gap: 8px; }
.mst-choice-panel label > span { color: #59675f; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mst-variant-select { width: 100%; min-height: 45px; padding: 0 36px 0 13px; border: 1px solid #bdc9c0; border-radius: 9px; outline: 0; background: #fff; color: var(--mst-ink); font-size: 10px; font-weight: 700; }
.mst-variant-select:focus { border-color: var(--mst-green); box-shadow: 0 0 0 3px rgba(10,132,85,.1); }
.mst-choice-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.mst-choice-meta span { display: grid; gap: 4px; color: #7b877f; font-size: 9px; text-transform: uppercase; }
.mst-choice-meta b { overflow: hidden; color: #334139; font-family: "Courier New", monospace; font-size: 9px; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.mst-product-buy { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.mst-product-buy > div { display: grid; gap: 4px; }
.mst-product-buy small { color: #7e8b83; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.mst-product-buy strong { font-size: clamp(23px, 2.8vw, 34px); font-weight: 560; letter-spacing: -.04em; }
.mst-product-buy button { display: inline-flex; min-height: 47px; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid var(--mst-ink); border-radius: 11px; background: linear-gradient(135deg, #06100c, #123123); color: #fff; box-shadow: 0 12px 28px rgba(6,16,12,.18); font-size: 10px; font-weight: 850; }
.mst-product-buy button:hover { border-color: var(--mst-green); background: var(--mst-green); }
.mst-product-buy button:disabled { cursor: not-allowed; border-color: #aeb7b1; background: #aeb7b1; }
.mst-product-buy button span { color: var(--mst-mint); font-size: 15px; }
.mst-empty, .mst-no-results { grid-column: 1 / -1; padding: 70px 30px; border: 1px dashed #aebdb3; text-align: center; }
.mst-empty span { color: var(--mst-green); font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .12em; }
.mst-empty h3 { margin: 17px 0 8px; font-size: 28px; }
.mst-empty p, .mst-no-results { color: var(--mst-muted); }

.mst-pagination { display: grid; justify-items: center; gap: 17px; margin-top: clamp(38px, 5vw, 66px); padding-top: 28px; border-top: 1px solid rgba(143, 162, 150, .36); }
.mst-pagination > p { margin: 0; color: #68766d; font-family: "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mst-pagination-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; padding: 9px; border: 1px solid rgba(154, 173, 160, .55); border-radius: 16px; background: rgba(255,255,255,.76); box-shadow: 0 16px 45px rgba(5,20,12,.08), inset 0 1px 0 #fff; backdrop-filter: blur(12px); }
.mst-pagination-list button { min-width: 44px; min-height: 44px; padding: 0 13px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #526159; font-size: 11px; font-weight: 800; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.mst-pagination-list button:hover:not(:disabled) { border-color: #a6b8ac; background: #f1f6f2; color: var(--mst-green); transform: translateY(-1px); }
.mst-pagination-list button[aria-current="page"] { border-color: var(--mst-green); background: linear-gradient(135deg, #0a8455, #14a36b); color: #fff; box-shadow: 0 9px 22px rgba(10,132,85,.24); }
.mst-pagination-list button:disabled { cursor: not-allowed; opacity: .38; }
.mst-pagination-list .mst-page-direction, .mst-pagination-list .mst-page-last { padding-inline: 16px; }
.mst-pagination-list .mst-page-last { border-color: rgba(153, 124, 65, .26); color: #7a6130; }

.mst-service-note { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 105px); background: var(--mst-ink); color: #fff; }
.mst-section-index.light { color: var(--mst-mint); }
.mst-service-note h2 { margin: 22px 0 24px; font-size: clamp(42px, 5vw, 70px); font-weight: 520; letter-spacing: -.055em; line-height: 1; }
.mst-service-note h2 em { color: #60d398; font-style: normal; }
.mst-service-note > div > p { max-width: 580px; margin: 0; color: #9badA2; font-size: 13px; line-height: 1.8; }
.mst-service-grid { display: grid; gap: 1px; background: #294036; }
.mst-service-grid article { padding: 30px; background: #0b1912; }
.mst-service-grid b { color: #4bc487; font-family: "Courier New", monospace; font-size: 9px; }
.mst-service-grid h3 { margin: 11px 0 8px; font-size: 21px; font-weight: 540; }
.mst-service-grid p { margin: 0; color: #82948a; font-size: 11px; line-height: 1.7; }

.mst-footer { display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: center; gap: 35px; padding: 48px clamp(22px, 5vw, 80px) 28px; border-top: 1px solid #22372d; background: #030a06; color: #9bada3; }
.mst-footer-brand { display: grid; justify-items: start; gap: 8px; }
.mst-footer-brand img { width: 126px; height: 58px; object-fit: contain; object-position: left center; }
.mst-footer-brand p { margin: 0; color: #6f8076; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.mst-footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 10px; }
.mst-footer-links a:hover, .mst-footer-contact a:hover { color: #fff; }
.mst-footer-contact { display: grid; justify-items: end; gap: 7px; font-size: 10px; }
.mst-footer > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #16241d; color: #5e7066; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .08em; }

.mst-cart-backdrop { position: fixed; z-index: 190; inset: 0; background: rgba(1,7,3,.68); backdrop-filter: blur(4px); }
.mst-cart { position: fixed; z-index: 200; top: 0; right: 0; display: flex; width: min(470px, 100vw); height: 100dvh; flex-direction: column; padding: 0; background: #f7f9f5; box-shadow: -30px 0 80px rgba(0,0,0,.25); transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.75,.2,1); }
.mst-cart.is-open { transform: translateX(0); }
.mst-cart > header { display: flex; align-items: center; justify-content: space-between; padding: 26px; border-bottom: 1px solid #d8e0da; }
.mst-cart > header span { color: var(--mst-green); font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .12em; }
.mst-cart > header h2 { margin: 7px 0 0; font-size: 30px; font-weight: 540; letter-spacing: -.04em; }
.mst-cart > header button, .mst-checkout-close { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #c7d2ca; border-radius: 50%; background: transparent; color: #213129; font-size: 23px; }
.mst-cart-lines { flex: 1; overflow-y: auto; padding: 10px 25px; }
.mst-cart-line { display: grid; grid-template-columns: 70px 1fr auto; gap: 13px; align-items: center; padding: 17px 0; border-bottom: 1px solid #dce3de; }
.mst-cart-line-image { width: 70px; height: 66px; border-radius: 3px; object-fit: cover; background: var(--mst-ink); }
.mst-cart-line-copy { min-width: 0; }
.mst-cart-line-copy span { color: var(--mst-green); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.mst-cart-line-copy h3 { overflow: hidden; margin: 4px 0; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.mst-cart-line-copy p { overflow: hidden; margin: 0 0 5px; color: #718078; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.mst-cart-line-copy strong { font-size: 12px; }
.mst-cart-line-controls { display: grid; grid-template-columns: 26px 22px 26px; align-items: center; justify-items: center; gap: 2px; }
.mst-cart-line-controls button { width: 26px; height: 26px; border: 1px solid #ccd6cf; background: #fff; font-size: 12px; }
.mst-cart-line-controls span { font-size: 10px; }
.mst-cart-line-controls .mst-cart-remove { grid-column: 1 / -1; margin-top: 4px; border: 0; background: transparent; color: #9a5a5a; }
.mst-cart-empty { display: grid; flex: 1; place-content: center; padding: 40px; text-align: center; }
.mst-cart-empty > span { color: #a3b2a9; font-size: 45px; }
.mst-cart-empty h3 { margin: 13px 0 7px; font-size: 23px; }
.mst-cart-empty p { max-width: 250px; margin: 0; color: var(--mst-muted); font-size: 11px; line-height: 1.6; }
.mst-cart-summary { padding: 24px 26px 28px; border-top: 1px solid #d2dcd5; background: #fff; }
.mst-cart-summary > div { display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.mst-cart-summary > div span { color: #6c7a72; font-size: 10px; text-transform: uppercase; }
.mst-cart-summary > div strong { font-size: 25px; letter-spacing: -.04em; }
.mst-cart-summary p { margin: 12px 0 17px; color: #7c8981; font-size: 9px; line-height: 1.6; }
.mst-cart-summary .mst-primary { width: 100%; }
.mst-cart-clear { display: block; margin: 13px auto 0; border: 0; background: transparent; color: #7b8981; font-size: 9px; text-decoration: underline; }

.mst-checkout { position: fixed; z-index: 230; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 24px; background: rgba(1,7,3,.78); backdrop-filter: blur(7px); }
.mst-checkout-panel { position: relative; width: min(720px, 100%); padding: clamp(30px, 5vw, 54px); border: 1px solid #cbd6ce; border-radius: 6px; background: var(--mst-paper-2); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.mst-checkout-close { position: absolute; top: 22px; right: 22px; }
.mst-checkout-panel h2 { margin: 16px 0 10px; font-size: clamp(34px, 5vw, 50px); font-weight: 540; letter-spacing: -.055em; }
.mst-checkout-panel > p { max-width: 610px; margin: 0 0 25px; color: var(--mst-muted); font-size: 12px; line-height: 1.7; }
.mst-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.mst-form-grid label { display: grid; gap: 7px; color: #536159; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mst-form-grid input, .mst-form-grid textarea { width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid #c6d1c9; border-radius: 3px; outline: 0; background: #fff; color: var(--mst-ink); font-size: 12px; text-transform: none; }
.mst-form-grid textarea { min-height: 100px; resize: vertical; }
.mst-form-grid input:focus, .mst-form-grid textarea:focus { border-color: var(--mst-green); box-shadow: 0 0 0 3px rgba(10,132,85,.1); }
.mst-field-full { grid-column: 1 / -1; }
.mst-submit { width: 100%; margin-top: 17px; }
.mst-form-status { min-height: 18px; margin-top: 10px; color: var(--mst-green); font-size: 10px; }
.mst-form-status.is-error { color: #a53c3c; }
.mst-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.mst-toast { position: fixed; z-index: 250; right: 25px; bottom: 25px; max-width: 350px; padding: 14px 17px; border: 1px solid #267851; border-radius: 3px; background: #07130d; color: #e8f3ec; box-shadow: 0 18px 50px rgba(0,0,0,.25); font-size: 10px; line-height: 1.5; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease; }
.mst-toast.is-visible { opacity: 1; transform: translateY(0); }

.mst-lightbox { position: fixed; z-index: 400; inset: 0; display: grid; grid-template-columns: minmax(48px, 1fr) minmax(0, 12fr) minmax(48px, 1fr); align-items: center; gap: 18px; padding: 30px; background: rgba(1,7,3,.95); backdrop-filter: blur(12px); color: #fff; }
.mst-lightbox figure { display: grid; max-width: min(1200px, 100%); max-height: 90vh; justify-self: center; gap: 12px; margin: 0; }
.mst-lightbox figure img { width: 100%; max-height: 84vh; object-fit: contain; }
.mst-lightbox figcaption { color: #9eb0a6; font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .12em; text-align: center; }
.mst-lightbox-close, .mst-lightbox-nav { display: grid; place-items: center; border: 1px solid rgba(209,232,219,.28); border-radius: 50%; background: rgba(9,25,17,.8); color: #eaf4ee; }
.mst-lightbox-close { position: absolute; z-index: 2; top: 24px; right: 24px; width: 46px; height: 46px; font-size: 25px; }
.mst-lightbox-nav { width: 48px; height: 48px; justify-self: center; font-size: 20px; }
.mst-lightbox-close:hover, .mst-lightbox-nav:hover, .mst-lightbox-close:focus-visible, .mst-lightbox-nav:focus-visible { border-color: var(--mst-green-2); background: var(--mst-green); }
.mst-lightbox-nav:disabled { visibility: hidden; }

.mst-detail-page { background: var(--mst-paper); }
.mst-detail-header { position: sticky; top: 0; }
.mst-detail { min-height: 80vh; padding: 50px clamp(20px, 5vw, 80px) 100px; }
.mst-back { display: inline-flex; margin-bottom: 28px; color: #68766d; font-size: 11px; font-weight: 700; }
.mst-detail-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); overflow: hidden; border: 1px solid var(--mst-line); border-radius: 6px; background: var(--mst-paper-2); box-shadow: var(--mst-shadow); }
.mst-detail-visual { position: relative; min-height: 720px; overflow: hidden; background: var(--mst-ink); }
.mst-detail-visual > .mst-gallery-main { width: 100%; height: 100%; object-fit: cover; }
.mst-detail-visual::after { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(4,14,8,.3), transparent 40%, rgba(4,14,8,.25)); content: ""; }
.mst-detail-visual-head { position: absolute; z-index: 5; top: 0; right: 0; left: 0; display: flex; justify-content: space-between; padding: 25px; color: #c6d3cb; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .12em; }
.mst-detail-gallery .mst-stock-badge { z-index: 5; }
.mst-detail-thumbs { padding: 13px; }
.mst-detail-visual-head b { color: var(--mst-mint); }
.mst-detail-copy { padding: clamp(35px, 5vw, 70px); }
.mst-detail-copy h1 { margin: 17px 0 20px; font-size: clamp(42px, 5.4vw, 72px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.mst-detail-intro { margin: 0; color: #5d6c63; font-size: 14px; line-height: 1.75; }
.mst-detail-rich { margin-top: 23px; color: #66736b; font-size: 12px; line-height: 1.75; }
.mst-detail-features { grid-template-columns: 1fr; }
.mst-detail-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 20px; background: #d2ddd5; }
.mst-detail-assurance span { display: grid; gap: 6px; padding: 15px; background: #f4f7f3; color: #78857d; font-size: 9px; text-transform: uppercase; }
.mst-detail-assurance b { color: #344239; font-size: 10px; text-transform: none; }
.mst-detail-buy { padding-top: 3px; }
.mst-detail-footer { grid-template-columns: 1fr auto; }

@media (max-width: 1120px) {
  .mst-header { gap: 18px; padding-inline: 30px; }
  .mst-nav { gap: 20px; }
  .mst-hero { grid-template-columns: 1fr .82fr; gap: 50px; padding-inline: 55px; }
  .mst-product-body { padding: 25px; }
  .mst-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mst-detail-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .mst-header { grid-template-columns: 1fr auto auto; }
  .mst-nav { display: none; }
  .mst-mobile-menu { position: relative; display: block; order: 3; }
  .mst-mobile-menu summary { display: inline-flex; min-height: 43px; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid #2b4437; border-radius: 3px; color: #dfe8e2; font-size: 10px; list-style: none; }
  .mst-mobile-menu summary::-webkit-details-marker { display: none; }
  .mst-mobile-menu[open] summary span { transform: rotate(45deg); }
  .mst-mobile-menu nav { position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: 220px; overflow: hidden; border: 1px solid #294436; border-radius: 4px; background: #07130d; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .mst-mobile-menu nav a { padding: 15px 17px; border-bottom: 1px solid #1c3025; color: #c8d5cd; font-size: 11px; }
  .mst-hero { grid-template-columns: 1fr; }
  .mst-hero-console { width: min(620px, 100%); min-height: 390px; }
  .mst-benefits { grid-template-columns: repeat(2, 1fr); }
  .mst-benefits article:nth-child(2) { border-right: 0; }
  .mst-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--mst-line); }
  .mst-section-heading { grid-template-columns: 1fr; gap: 25px; }
  .mst-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mst-product-card { display: flex; }
  .mst-product-gallery { display: block; height: auto; }
  .mst-product-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .mst-service-note { grid-template-columns: 1fr; }
  .mst-footer { grid-template-columns: 1fr 1fr; }
  .mst-footer-contact { justify-items: start; }
  .mst-footer-links { justify-content: end; }
  .mst-detail-grid { grid-template-columns: 1fr; }
  .mst-detail-visual { min-height: auto; aspect-ratio: 16 / 10; }
}

@media (max-width: 700px) {
  .mst-announcement { min-height: 38px; padding-inline: 15px; }
  .mst-announcement span { max-width: 80%; font-size: 8px; line-height: 1.4; }
  .mst-announcement a { font-size: 0; }
  .mst-announcement a b { font-size: 13px; }
  .mst-header { min-height: 72px; grid-template-columns: 1fr auto auto; gap: 8px; padding-inline: 16px; }
  .mst-brand { width: 104px; height: 50px; }
  .mst-cart-trigger { min-height: 39px; padding-left: 10px; }
  .mst-cart-trigger > span { display: none; }
  .mst-mobile-menu { grid-column: auto; }
  .mst-mobile-menu summary { position: static; min-height: 39px; padding-inline: 11px; font-size: 0; }
  .mst-mobile-menu summary span { font-size: 15px; }
  .mst-mobile-menu nav { top: calc(100% + 9px); right: 0; }
  .mst-hero { min-height: auto; gap: 55px; padding: 75px 20px 80px; }
  .mst-hero h1 { margin-top: 21px; font-size: clamp(48px, 16vw, 68px); line-height: .98; }
  .mst-hero-copy > p { font-size: 13px; }
  .mst-hero-actions { align-items: stretch; flex-direction: column; }
  .mst-hero-actions a { width: 100%; }
  .mst-hero-trust { gap: 12px; }
  .mst-hero-console { min-height: 355px; }
  .mst-console-options span { padding-inline: 8px; font-size: 8px; }
  .mst-benefits { grid-template-columns: 1fr; }
  .mst-benefits article, .mst-benefits article:nth-child(2) { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--mst-line); }
  .mst-benefits article:last-child { border-bottom: 0; }
  .mst-shop { padding: 80px 18px; }
  .mst-section-heading h2 { font-size: clamp(45px, 14vw, 62px); }
  .mst-toolbar { align-items: stretch; flex-direction: column; }
  .mst-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .mst-filters button { min-height: 46px; padding-inline: 8px; }
  .mst-search { min-width: 0; width: 100%; }
  .mst-product-grid { grid-template-columns: 1fr; }
  .mst-product-card { display: block; }
  .mst-product-gallery { display: block; height: auto; }
  .mst-product-visual { min-height: 0; aspect-ratio: 16 / 10; }
  .mst-product-visual .mst-gallery-main { object-fit: contain; }
  .mst-zoom-lens { display: none; }
  .mst-zoom-open { right: 12px; bottom: 12px; min-height: 34px; }
  .mst-gallery-thumbs { padding: 8px; }
  .mst-gallery-thumbs button { flex-basis: 56px; width: 56px; }
  .mst-product-body { padding: 24px 20px 25px; }
  .mst-product-title { align-items: flex-start; }
  .mst-product-title h3 { font-size: 31px; }
  .mst-product-body > p { min-height: 0; }
  .mst-features { grid-template-columns: 1fr; }
  .mst-choice-meta { grid-template-columns: 1fr; }
  .mst-product-buy { align-items: stretch; flex-direction: column; }
  .mst-product-buy button { justify-content: center; }
  .mst-pagination-list { width: 100%; gap: 6px; padding: 8px; }
  .mst-pagination-list button { min-width: 41px; min-height: 41px; padding-inline: 10px; }
  .mst-pagination-list .mst-page-direction { flex: 1 1 42%; }
  .mst-pagination-list .mst-page-last { flex: 1 1 100%; }
  .mst-service-note { padding: 80px 20px; }
  .mst-footer { grid-template-columns: 1fr; padding-inline: 20px; }
  .mst-footer-links { justify-content: flex-start; }
  .mst-cart-line { grid-template-columns: 60px 1fr auto; }
  .mst-cart-line-image { width: 60px; height: 60px; }
  .mst-checkout { align-items: start; padding: 12px; }
  .mst-checkout-panel { margin-block: 18px; padding: 34px 20px 24px; }
  .mst-checkout-close { top: 14px; right: 14px; }
  .mst-form-grid { grid-template-columns: 1fr; }
  .mst-field-full { grid-column: auto; }
  .mst-toast { right: 15px; bottom: 15px; left: 15px; max-width: none; }
  .mst-detail { padding: 25px 16px 70px; }
  .mst-detail-grid { display: block; }
  .mst-detail-visual { aspect-ratio: 16 / 10; }
  .mst-detail-visual > .mst-gallery-main { object-fit: contain; }
  .mst-detail-copy { padding: 32px 20px; }
  .mst-detail-copy h1 { font-size: 45px; }
  .mst-detail-assurance { grid-template-columns: 1fr; }
  .mst-lightbox { grid-template-columns: 1fr 1fr; gap: 12px; padding: 70px 14px 20px; }
  .mst-lightbox figure { grid-column: 1 / -1; grid-row: 1; }
  .mst-lightbox-prev { grid-column: 1; grid-row: 2; justify-self: end; }
  .mst-lightbox-next { grid-column: 2; grid-row: 2; justify-self: start; }
  .mst-lightbox-close { top: 14px; right: 14px; }
}

@media (max-width: 430px) {
  .mst-hero { padding-top: 62px; }
  .mst-console-core strong { font-size: 54px; }
  .mst-product-topline { padding: 16px; font-size: 8px; }
  .mst-stock-badge { bottom: 14px; left: 15px; }
  .mst-filters { grid-template-columns: 1fr; }
  .mst-product-title h3 { font-size: 28px; }
  .mst-product-buy strong { font-size: 27px; }
  .mst-cart-line { grid-template-columns: 52px 1fr; }
  .mst-cart-line-image { width: 52px; height: 52px; }
  .mst-cart-line-controls { grid-column: 2; grid-template-columns: 26px 22px 26px 30px; justify-content: start; }
  .mst-cart-line-controls .mst-cart-remove { grid-column: auto; margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* =========================================================
   MAS SMART TOKO 1.4 — PROFESSIONAL PRODUCT EXPERIENCE
   ========================================================= */
.mst-shop{padding-top:clamp(64px,8vw,108px);padding-bottom:clamp(70px,9vw,120px)}
.mst-section-heading h2{font-size:clamp(40px,5vw,72px);letter-spacing:-.055em}
.mst-toolbar{position:sticky;top:0;z-index:20;backdrop-filter:blur(16px);background:rgba(255,255,255,.82);box-shadow:0 10px 28px rgba(6,16,12,.05)}
.mst-product-grid{align-items:stretch;grid-auto-rows:1fr}
.mst-product-card{border-radius:20px;box-shadow:0 12px 35px rgba(5,20,12,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.mst-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(5,20,12,.12)}
.mst-product-visual{aspect-ratio:16/10;background:#06100c}
.mst-product-visual .mst-gallery-main{object-fit:cover}
.mst-product-body{padding:24px 24px 22px}
.mst-product-title h3{font-size:clamp(23px,2vw,30px);line-height:1.04;letter-spacing:-.04em}
.mst-product-body>p{min-height:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.mst-choice-panel{border-radius:14px;background:#f4f7f3;border:1px solid #d8e2db}
.mst-product-buy{margin-top:auto;padding-top:20px}
.mst-product-buy strong{font-size:clamp(25px,2.2vw,34px);letter-spacing:-.045em}
.mst-product-buy button{min-height:46px;border-radius:12px}

/* Detail page */
.mst-detail{max-width:1500px;margin:0 auto;padding:32px clamp(16px,4vw,56px) 90px}
.mst-detail-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);border-radius:24px;box-shadow:0 28px 80px rgba(5,20,12,.10);background:#fff}
.mst-detail-gallery{display:flex;flex-direction:column;min-height:0;background:#06100c}
.mst-detail-visual{min-height:0;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 30%,#173527 0,#07110d 66%)}
.mst-detail-visual>.mst-gallery-main{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:22px}
.mst-detail-visual::after{z-index:2;pointer-events:none;background:linear-gradient(to bottom,rgba(4,14,8,.22),transparent 30%,rgba(4,14,8,.18));}
.mst-detail-visual-head,.mst-detail-gallery .mst-stock-badge,.mst-detail-visual .mst-zoom-open{z-index:6}
.mst-detail-thumbs{padding:14px 16px 16px;gap:10px}
.mst-detail-thumbs button{flex:0 0 74px;width:74px;border-radius:10px}
.mst-detail-copy{padding:clamp(34px,5vw,68px)}
.mst-detail-copy h1{font-size:clamp(38px,4.4vw,68px);line-height:.98}
.mst-detail-intro{font-size:14px;line-height:1.8;color:#66756c}
.mst-detail-rich{margin-top:28px;font-size:14px;line-height:1.85;color:#526158}
.mst-detail-rich>h1:first-child{display:none}
.mst-detail-rich>h2{margin:38px 0 15px;font-size:26px;line-height:1.15;letter-spacing:-.025em;color:#0a1812}
.mst-detail-rich>h3{margin:26px 0 10px;font-size:18px;color:#0a1812}
.mst-detail-rich>hr{margin:28px 0;border:0;border-top:1px solid #d8e2db}
.mst-detail-rich>table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #d8e2db;border-radius:12px}
.mst-detail-rich>table th,.mst-detail-rich>table td{padding:11px 13px;border-bottom:1px solid #e0e7e2;text-align:left}
.mst-detail-rich>table th{background:#f2f6f2;font-size:12px}
.mst-detail-rich>table tr:last-child td{border-bottom:0}
.mst-detail-assurance{border-radius:14px;overflow:hidden;background:#d8e2db}
.mst-detail-assurance span{padding:16px;background:#f4f7f3}
.mst-detail-buy{position:sticky;bottom:14px;z-index:8;margin-top:20px;padding:16px;border:1px solid #d8e2db;border-radius:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 14px 35px rgba(5,20,12,.10)}
.mst-detail-buy button{border-radius:12px}

/* Mobile-first safety */
@media(max-width:1100px){.mst-detail-grid{grid-template-columns:1fr}.mst-detail-visual{aspect-ratio:16/10}.mst-detail-copy{padding:36px}}
@media(max-width:700px){.mst-header{grid-template-columns:auto auto;justify-content:space-between;padding:0 16px}.mst-nav{display:none}.mst-mobile-menu{display:block}.mst-brand{width:108px}.mst-cart-trigger span{display:none}.mst-cart-trigger{padding-left:8px}.mst-hero{grid-template-columns:1fr;min-height:auto;padding:72px 20px 56px}.mst-hero-console{min-height:330px}.mst-benefits{grid-template-columns:1fr 1fr}.mst-benefits article{min-height:88px;padding:15px}.mst-section-heading{grid-template-columns:1fr;gap:20px}.mst-toolbar{position:static;flex-direction:column;align-items:stretch}.mst-filters{overflow-x:auto}.mst-search{width:100%}.mst-product-grid{grid-template-columns:1fr}.mst-product-visual{aspect-ratio:16/10}.mst-detail{padding:18px 12px 60px}.mst-detail-grid{border-radius:18px}.mst-detail-visual{aspect-ratio:1/1}.mst-detail-visual>.mst-gallery-main{padding:12px}.mst-detail-copy{padding:28px 20px}.mst-detail-copy h1{font-size:42px}.mst-detail-buy{position:static;display:grid;gap:14px}.mst-detail-buy button{width:100%}.mst-detail-thumbs button{flex-basis:62px;width:62px}}
@media(max-width:430px){.mst-benefits{grid-template-columns:1fr}.mst-hero h1{font-size:48px}.mst-detail-copy h1{font-size:38px}}

/* =========================================================
   MAS SMART TOKO 1.5 — PRODUCT DOCUMENTS & VIDEO
   ========================================================= */
.mst-product-media{grid-column:1 / -1;margin:28px auto 0;max-width:1420px;padding:30px 34px;border:1px solid #dbe5de;border-radius:24px;background:linear-gradient(135deg,#f8fbf9,#fff);box-shadow:0 16px 40px rgba(6,25,15,.06)}
.mst-product-media-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:20px}.mst-product-media-head h2{margin:5px 0 6px;font-size:clamp(28px,3vw,42px);letter-spacing:-.035em;color:#0a1812}.mst-product-media-head p{margin:0;max-width:720px;color:#65746c;line-height:1.7}.mst-product-media-line{width:120px;height:3px;border-radius:99px;background:linear-gradient(90deg,#087b4e,#b8dfc8)}
.mst-product-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mst-media-card{min-width:0;border:1px solid #d9e4dc;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(5,20,12,.05);overflow:hidden}.mst-pdf-card{display:flex;align-items:center;gap:16px;padding:20px;text-decoration:none;color:#0a1812;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mst-pdf-card:hover{transform:translateY(-2px);border-color:#8dc3a5;box-shadow:0 18px 38px rgba(5,20,12,.10)}.mst-media-card-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:15px;background:#0b1812;color:#fff;font:800 13px/1 Arial,sans-serif;letter-spacing:.08em}.mst-media-card-copy{display:grid;gap:4px;min-width:0}.mst-media-card-copy small,.mst-video-copy small{font:700 10px/1.2 "Courier New",monospace;letter-spacing:.14em;color:#087b4e}.mst-media-card-copy strong{font-size:17px;line-height:1.3}.mst-media-card-copy em,.mst-video-copy em{font-style:normal;color:#6a786f;font-size:12px}.mst-media-card-arrow{margin-left:auto;font-size:24px;color:#087b4e}.mst-video-card{background:#07110d;color:#fff}.mst-video-frame{aspect-ratio:16/9;background:#020605}.mst-video-frame video{display:block;width:100%;height:100%;object-fit:cover}.mst-video-copy{display:grid;gap:5px;padding:17px 19px}.mst-video-copy small{color:#9ee7bf}.mst-video-copy strong{font-size:18px}.mst-video-copy em{color:#afc1b7}
@media(max-width:800px){.mst-product-media{padding:22px 18px;border-radius:18px}.mst-product-media-head{align-items:flex-start;flex-direction:column;gap:12px}.mst-product-media-line{width:80px}.mst-product-media-grid{grid-template-columns:1fr}}
@media(max-width:520px){.mst-pdf-card{padding:15px}.mst-media-card-icon{flex-basis:50px;width:50px;height:50px}.mst-media-card-copy strong{font-size:15px}.mst-product-media-head h2{font-size:29px}}
