/* AC33 — Product Signature pass. Visual only: no routing, factual IDs or backend authority changes. */
:root{
  --acx-sand:#efe4d4;
  --acx-brass:#9c7044;
  --acx-brass-soft:#c7a779;
  --acx-shadow:0 18px 55px rgba(16,25,27,.08);
}

/* ---------- framing / atmosphere ---------- */
.acx-product{
  background:
    radial-gradient(circle at 61% 11%,rgba(181,138,88,.105),transparent 28%),
    linear-gradient(90deg,rgba(12,29,32,.018) 1px,transparent 1px),
    linear-gradient(180deg,#fcfaf6 0%,#f7f1e7 100%);
  background-size:auto,96px 100%,auto;
}
.acx-frame{grid-template-columns:270px minmax(0,1fr);box-shadow:0 0 0 1px rgba(12,29,32,.025)}
.acx-stage{background:linear-gradient(180deg,rgba(255,253,249,.86),rgba(250,246,238,.83))}
.acx-workspace{position:relative}
.acx-workspace:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 0,transparent 72%,rgba(181,138,88,.018) 72%,rgba(181,138,88,.018) 72.2%,transparent 72.2%)}

/* ---------- live case rail ---------- */
.acx-case-rail{padding:38px 30px 28px;background:
  radial-gradient(circle at 34% 91%,rgba(181,138,88,.10),transparent 24%),
  linear-gradient(160deg,#0d181a 0%,#122124 64%,#0d1719 100%)}
.acx-case-rail:before{right:-110px;bottom:-100px;height:330px;border-color:rgba(199,167,121,.24)}
.acx-case-rail:after{left:-80px;bottom:88px;width:250px;height:250px;border-color:rgba(255,255,255,.035)}
.acx-rail-back{margin-bottom:48px;font-size:10px;letter-spacing:.055em}
.acx-rail-eyebrow{display:flex;align-items:center;gap:10px;font-size:8px;letter-spacing:.22em;color:#d4b586}
.acx-rail-eyebrow:before{content:"";width:18px;height:1px;background:#c39a65}
.acx-case-rail h1{font-size:35px;line-height:1.01;max-width:210px}
.acx-rail-lead{font-size:11px;line-height:1.62;max-width:205px;margin:14px 0 24px;color:rgba(255,255,255,.63)}
.acx-rail-rule{margin-bottom:18px;width:28px;background:#c29a66}
.acx-live-file{gap:0;margin-top:0}
.acx-live-file-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.14);margin-bottom:1px}
.acx-live-file-header span{font-size:7px;text-transform:uppercase;letter-spacing:.19em;color:rgba(255,255,255,.43)}
.acx-live-file-header strong{font-family:var(--acx-serif);font-size:12px;font-weight:500;color:#d2b17f}
.acx-live-row{position:relative;grid-template-columns:64px 1fr;gap:10px;padding:10px 0 9px;border-bottom:1px solid rgba(255,255,255,.07);transition:background .22s ease,padding .22s ease}
.acx-live-row:before{content:"";position:absolute;left:-8px;top:50%;width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.16);transform:translateY(-50%)}
.acx-live-row.is-latest{background:linear-gradient(90deg,rgba(181,138,88,.12),transparent);padding-left:7px}
.acx-live-row.is-latest:before{background:#d7b784;box-shadow:0 0 0 4px rgba(181,138,88,.10)}
.acx-live-row dt{font-size:7px;letter-spacing:.17em}
.acx-live-row dd{font-size:10px;line-height:1.35}
.acx-live-row:not(.is-empty) dd{color:rgba(255,255,255,.90)}
.acx-rail-trust{font-size:9px;line-height:1.5;padding-top:22px}

/* ---------- AC matter map, not a generic stepper ---------- */
.acx-journey{display:block;padding:16px 38px 14px;background:rgba(255,253,249,.66)}
.acx-journey-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}
.acx-journey-meta span{font-size:7px;text-transform:uppercase;letter-spacing:.22em;color:#7f898b;font-weight:700}
.acx-journey-meta strong{font-family:var(--acx-serif);font-size:11px;font-weight:500;color:var(--acx-brass);letter-spacing:.04em}
.acx-journey-track{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.acx-journey-track:before{content:"";position:absolute;left:5px;right:5px;top:5px;height:1px;background:rgba(12,29,32,.14)}
.acx-journey-item{position:relative;padding:17px 8px 0 0;color:#9aa1a2;font-size:8px;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}
.acx-journey-item:before{content:"";position:absolute;left:0;top:0;width:11px;height:11px;border-radius:50%;border:1px solid rgba(12,29,32,.20);background:#fbf8f2;box-sizing:border-box;z-index:1}
.acx-journey-item:after{content:attr(data-step);position:absolute;left:18px;top:-1px;font-family:var(--acx-serif);font-size:8px;color:#a4abad;letter-spacing:0}
.acx-journey-item.is-active{color:var(--acx-ink);font-weight:700}
.acx-journey-item.is-active:before{border-color:var(--acx-brass);box-shadow:0 0 0 4px rgba(181,138,88,.11);background:var(--acx-brass)}
.acx-journey-item.is-active:after{color:var(--acx-brass)}
.acx-journey-item.is-done{color:#75614a}
.acx-journey-item.is-done:before{border-color:var(--acx-brass);background:#fbf8f2;box-shadow:inset 0 0 0 3px var(--acx-brass)}

/* ---------- question stage ---------- */
.acx-question-layout{grid-template-columns:minmax(0,1fr) 286px;gap:48px;padding:48px 46px 54px;min-height:625px}
.acx-main-question{max-width:760px}
.acx-stage-mark{margin-bottom:15px;font-size:8px;letter-spacing:.21em;color:var(--acx-brass)}
.acx-stage-mark:before{width:26px}
.acx-main-question h2{font-size:50px;line-height:.99;max-width:735px;margin-bottom:15px}
.acx-question-intro{font-size:13px;line-height:1.68;margin-bottom:27px;max-width:625px;color:#657174}
.acx-decision-caption{display:flex;justify-content:space-between;align-items:center;padding:0 2px 8px;border-bottom:1px solid rgba(12,29,32,.28);font-size:7px;text-transform:uppercase;letter-spacing:.16em;color:#8a9496}
.acx-decision-caption strong{font-weight:600;color:var(--acx-brass);letter-spacing:.13em}
.acx-choice-list{border-bottom:1px solid rgba(12,29,32,.28)}
.acx-choice{position:relative;grid-template-columns:38px minmax(0,1fr) 31px;gap:11px;padding:15px 2px 15px 0;border-top:1px solid rgba(12,29,32,.19);overflow:hidden;isolation:isolate}
.acx-choice:before{content:"";position:absolute;z-index:-1;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,rgba(181,138,88,.14),rgba(181,138,88,.035) 72%,transparent);transition:width .24s cubic-bezier(.2,.7,.2,1)}
.acx-choice:after{content:"";position:absolute;left:0;top:50%;height:1px;width:0;background:var(--acx-brass);transition:width .24s cubic-bezier(.2,.7,.2,1)}
.acx-choice:hover,.acx-choice:focus-visible{background:transparent;padding-left:8px}
.acx-choice:hover:before,.acx-choice:focus-visible:before{width:100%}
.acx-choice:hover:after,.acx-choice:focus-visible:after{width:18px}
.acx-choice.is-selected{color:#fffaf0;background:var(--acx-ink);padding-left:12px}
.acx-choice.is-selected:before{width:100%;background:linear-gradient(90deg,rgba(181,138,88,.20),transparent)}
.acx-choice.is-selected .acx-choice-index,.acx-choice.is-selected .acx-choice-arrow{color:#d9b682}
.acx-choice-index{position:relative;font-size:11px;color:var(--acx-brass);font-variant-numeric:tabular-nums}
.acx-choice-index:after{content:"";position:absolute;left:19px;top:50%;width:4px;height:4px;border:1px solid rgba(156,112,68,.6);border-radius:50%;transform:translateY(-50%)}
.acx-choice-label{font-size:17px;line-height:1.27}
.acx-choice-arrow{display:grid;place-items:center;width:24px;height:24px;border:1px solid rgba(156,112,68,.28);border-radius:50%;font-size:12px;color:var(--acx-brass);transition:transform .2s,border-color .2s}
.acx-choice:hover .acx-choice-arrow{transform:translateX(3px);border-color:rgba(156,112,68,.65)}
.acx-nav{margin-top:18px}
.acx-nav button{font-size:9px;letter-spacing:.02em}

/* ---------- contextual counsel panel ---------- */
.acx-context{position:relative;border-left:1px solid rgba(12,29,32,.18);padding:0 0 0 27px}
.acx-context:before{content:"";position:absolute;left:-1px;top:0;width:1px;height:64px;background:linear-gradient(180deg,var(--acx-brass),rgba(156,112,68,0))}
.acx-context-kicker{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:7px;letter-spacing:.19em;color:var(--acx-brass)}
.acx-context-kicker b{font-family:var(--acx-serif);font-size:18px;font-weight:500;letter-spacing:-.02em;color:rgba(156,112,68,.66)}
.acx-context h3{font-size:27px;line-height:1.08;margin-bottom:13px}
.acx-context p{font-size:11px;line-height:1.72;margin-bottom:20px}
.acx-context-note{position:relative;padding:17px 0 0 18px;border-top:1px solid rgba(12,29,32,.14);font-size:10px;line-height:1.58}
.acx-context-note:before{content:"";position:absolute;left:0;top:22px;width:6px;height:6px;transform:rotate(45deg);border:1px solid var(--acx-brass)}
.acx-context-note strong{font-size:8px;letter-spacing:.15em}
.acx-signature{position:relative;margin-top:32px;padding-top:16px;font-size:13px;color:#7b6248}
.acx-signature:before{content:"AC";position:absolute;right:4px;top:5px;font-family:var(--acx-serif);font-size:30px;font-style:normal;color:rgba(156,112,68,.09)}

/* ---------- document aperture ---------- */
.acx-document-aperture{position:relative;grid-template-columns:150px 1fr;gap:28px;margin:2px 0 24px;padding:20px 0 21px;border-color:rgba(12,29,32,.19);overflow:hidden}
.acx-document-aperture:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(181,138,88,.22),transparent);pointer-events:none}
.acx-doc-visual{position:relative;width:128px;height:126px;display:grid;place-items:center}
.acx-doc-stack{width:86px;height:108px;margin:0}
.acx-doc-stack span{border-color:rgba(12,29,32,.18);box-shadow:0 14px 32px rgba(18,28,30,.07)}
.acx-doc-stack span:nth-child(1){transform:rotate(-7deg) translate(-8px,3px);background:#e9ddcc}
.acx-doc-stack span:nth-child(2){transform:rotate(4deg) translate(8px,-3px);background:#fbf6ed}
.acx-doc-stack span:nth-child(3){font-size:8px;line-height:1.5;letter-spacing:.14em}
.acx-doc-corners{position:absolute;inset:4px;pointer-events:none;background:
  linear-gradient(var(--acx-brass),var(--acx-brass)) left top/20px 1px no-repeat,
  linear-gradient(var(--acx-brass),var(--acx-brass)) left top/1px 20px no-repeat,
  linear-gradient(var(--acx-brass),var(--acx-brass)) right bottom/20px 1px no-repeat,
  linear-gradient(var(--acx-brass),var(--acx-brass)) right bottom/1px 20px no-repeat;opacity:.58}
.acx-doc-copy strong{font-size:20px;line-height:1.15;margin-bottom:7px}
.acx-doc-copy>span{font-size:11px;line-height:1.58;max-width:500px}
.acx-doc-targets{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}
.acx-doc-targets span{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(12,29,32,.13);font:600 7px var(--acx-sans);text-transform:uppercase;letter-spacing:.10em;color:#6d7779;background:rgba(255,253,249,.72)}
.acx-doc-targets span:before{content:"";width:4px;height:4px;border-radius:50%;background:#b58a58}

/* ---------- result = professional matter sheet ---------- */
.acx-result-layout{padding:42px 46px 48px}
.acx-result-head{grid-template-columns:minmax(0,1fr) 248px;gap:44px;padding-bottom:27px}
.acx-result-head>div:first-child{position:relative}
.acx-result-head>div:first-child:after{content:"AC";position:absolute;right:8px;top:-24px;font-family:var(--acx-serif);font-size:96px;color:rgba(12,29,32,.025);pointer-events:none}
.acx-status{font-size:8px;letter-spacing:.18em;margin-bottom:12px}
.acx-status:before{width:6px;height:6px;box-shadow:0 0 0 4px rgba(181,138,88,.09)}
.acx-result-head h2{font-size:45px;line-height:1.015;max-width:735px}
.acx-result-head p{font-size:12px;line-height:1.68}
.acx-result-seal{position:relative;padding:19px 0 19px 24px;border-left:1px solid rgba(12,29,32,.17);font-size:10px;line-height:1.58}
.acx-result-seal:before{content:"LIMITĂ PROFESIONALĂ";display:block;font-size:7px;letter-spacing:.16em;color:var(--acx-brass);margin-bottom:10px;font-weight:700}
.acx-result-seal strong{font-size:17px}
.acx-result-route{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid rgba(12,29,32,.17);background:rgba(255,253,249,.52)}
.acx-result-route span{position:relative;padding:12px 15px 12px 30px;border-right:1px solid rgba(12,29,32,.10);font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#596669}
.acx-result-route span:last-child{border-right:0}
.acx-result-route span:before{content:"✓";position:absolute;left:13px;top:11px;color:var(--acx-brass);font-size:10px}
.acx-result-body{border-bottom:1px solid rgba(12,29,32,.18)}
.acx-ledger,.acx-next{padding-top:27px;padding-bottom:27px}
.acx-result-body h3{display:flex;align-items:center;justify-content:space-between;font-size:8px;letter-spacing:.19em;margin-bottom:13px}
.acx-result-body h3:after{content:"";width:24px;height:1px;background:var(--acx-brass)}
.acx-ledger-row{position:relative;grid-template-columns:100px 1fr;gap:15px;padding:9px 0 9px 24px}
.acx-ledger-row:before{content:attr(data-row);position:absolute;left:0;top:10px;font-family:var(--acx-serif);font-size:8px;color:var(--acx-brass)}
.acx-ledger dt{font-size:8px;text-transform:uppercase;letter-spacing:.07em}
.acx-ledger dd{font-size:13px}
.acx-next-columns{gap:24px}
.acx-next-columns>div{position:relative;padding-left:14px}
.acx-next-columns>div:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:1px;background:linear-gradient(180deg,var(--acx-brass),rgba(181,138,88,.12))}
.acx-next-columns strong{display:block;font:500 16px var(--acx-serif);margin-bottom:7px;color:var(--acx-ink)}
.acx-next li{font-size:10px;line-height:1.48;padding:6px 0 6px 14px}
.acx-next li:before{top:12px;width:5px}
.acx-result-cta{position:relative;padding:24px 0 0;border-top:0}
.acx-result-cta:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,var(--acx-brass),rgba(12,29,32,.14) 22%,rgba(12,29,32,.14))}
.acx-result-cta-copy strong{font-size:20px}
.acx-result-cta-copy span{font-size:10px}
.acx-primary{padding:12px 19px;border-radius:0;box-shadow:0 8px 24px rgba(12,29,32,.10);transition:transform .18s ease,box-shadow .18s ease}
.acx-primary:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(12,29,32,.14)}
.acx-boundary{font-size:8px;line-height:1.5;margin-top:15px}

/* ---------- system strip ---------- */
.acx-system-strip{background:#fdfaf4;border-color:rgba(12,29,32,.13)}
.acx-system-strip div{position:relative;padding:16px 20px 16px 36px}
.acx-system-strip div:before{content:"";position:absolute;left:20px;top:20px;width:6px;height:6px;border:1px solid var(--acx-brass);transform:rotate(45deg)}
.acx-system-strip strong{font-size:9px}
.acx-system-strip span{font-size:9px;line-height:1.42}

/* ---------- tablet ---------- */
@media(max-width:1100px){
  .acx-frame{grid-template-columns:224px minmax(0,1fr)}
  .acx-case-rail{padding:30px 23px}.acx-case-rail h1{font-size:30px}.acx-rail-back{margin-bottom:38px}
  .acx-journey{padding:15px 28px 13px}
  .acx-question-layout{grid-template-columns:minmax(0,1fr) 224px;gap:29px;padding:40px 28px 47px}
  .acx-main-question h2{font-size:40px}.acx-choice-label{font-size:15px}.acx-context{padding-left:20px}.acx-context h3{font-size:22px}
  .acx-result-layout{padding:36px 28px 42px}.acx-result-head{grid-template-columns:1fr 205px;gap:28px}.acx-result-head h2{font-size:36px}.acx-result-route span{font-size:7px;padding-left:26px}
}

/* ---------- mobile: compact case strip, question enters first viewport ---------- */
@media(max-width:820px){
  .acx-case-rail{padding:18px 22px 15px;min-height:0}
  .acx-case-rail:before{height:170px;right:-70px;bottom:-90px}.acx-case-rail:after{display:none}
  .acx-rail-back{margin:0 0 12px;font-size:8px}.acx-rail-eyebrow{font-size:7px;margin-bottom:6px}.acx-case-rail h1{font-size:23px;max-width:none}.acx-rail-lead{display:none}.acx-rail-rule{display:none}
  .acx-live-file{display:flex;gap:14px;overflow:hidden;margin-top:12px;border-top:1px solid rgba(255,255,255,.10);padding-top:8px}
  .acx-live-file-header{min-width:78px;border:0;margin:0;padding:0 8px 0 0;display:block}.acx-live-file-header span{display:block;font-size:6px;line-height:1.35}.acx-live-file-header strong{display:block;margin-top:4px;font-size:12px}
  .acx-live-row{display:none!important;min-width:128px;border:0;padding:0!important;background:none!important}.acx-live-row:not(.is-empty){display:block!important}.acx-live-row dt{font-size:6px;margin-bottom:3px}.acx-live-row dd{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acx-live-row:before{display:none}
  .acx-journey{padding:10px 20px 11px;overflow:visible}.acx-journey-meta{margin-bottom:7px}.acx-journey-meta span{font-size:6px}.acx-journey-meta strong{font-size:10px}.acx-journey-track{height:13px}.acx-journey-track:before{top:4px}.acx-journey-item{font-size:0;padding:0}.acx-journey-item:before{width:9px;height:9px}.acx-journey-item:after{display:none}
  .acx-question-layout{display:block;padding:30px 22px 38px}.acx-main-question h2{font-size:38px}.acx-question-intro{font-size:12px;margin-bottom:23px}.acx-decision-caption{font-size:6px}
  .acx-choice{grid-template-columns:34px 1fr 28px;padding:14px 0}.acx-choice-label{font-size:15px}.acx-choice-index:after{display:none}
  .acx-context{margin-top:30px;padding:23px 0 0;border-left:0;border-top:1px solid rgba(12,29,32,.16);display:grid;grid-template-columns:1fr 1fr;gap:24px}.acx-context:before{left:0;top:-1px;width:58px;height:1px;background:var(--acx-brass)}.acx-context-kicker b{font-size:15px}.acx-context .acx-signature{display:none}
  .acx-document-aperture{grid-template-columns:118px 1fr}.acx-doc-visual{width:104px}.acx-doc-copy strong{font-size:18px}
  .acx-result-layout{padding:30px 22px 38px}.acx-result-head{display:block}.acx-result-seal{margin-top:20px;padding:17px 0 0;border-left:0;border-top:1px solid rgba(12,29,32,.15)}.acx-result-route{grid-template-columns:1fr}.acx-result-route span{border-right:0;border-bottom:1px solid rgba(12,29,32,.08)}.acx-result-route span:last-child{border-bottom:0}
  .acx-result-body{display:block}.acx-next{border-left:0;border-top:1px solid rgba(12,29,32,.15);padding-left:0}.acx-result-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:520px){
  body.acx-product-page .site-header__inner{min-height:66px}
  .acx-case-rail{padding:14px 18px 12px}.acx-rail-back{margin-bottom:9px}.acx-rail-eyebrow{margin-bottom:5px}.acx-case-rail h1{font-size:21px}
  .acx-live-file{margin-top:9px;padding-top:7px;gap:10px}.acx-live-file-header{min-width:70px}.acx-live-row{min-width:118px}
  .acx-journey{padding:9px 18px 9px}
  .acx-question-layout{padding:26px 18px 34px}.acx-stage-mark{font-size:7px;margin-bottom:13px}.acx-main-question h2{font-size:34px;line-height:1.01}.acx-question-intro{font-size:11px;line-height:1.62;margin-bottom:21px}
  .acx-choice{grid-template-columns:30px 1fr 26px;gap:8px;padding:13px 0}.acx-choice-label{font-size:14.5px}.acx-choice-arrow{width:22px;height:22px}.acx-nav{margin-top:15px}.acx-nav button{font-size:8px}
  .acx-context{display:block;padding-top:20px;margin-top:26px}.acx-context>div+div{margin-top:18px}.acx-context h3{font-size:22px}.acx-context p{font-size:10px}.acx-context-note{font-size:9px}
  .acx-document-aperture{grid-template-columns:92px 1fr;gap:17px;padding:16px 0}.acx-doc-visual{width:84px;height:104px}.acx-doc-stack{width:62px;height:82px}.acx-doc-copy strong{font-size:16px}.acx-doc-copy>span{font-size:9px}.acx-doc-targets{gap:4px}.acx-doc-targets span{font-size:6px;padding:4px 6px}
  .acx-result-layout{padding:26px 18px 34px}.acx-result-head h2{font-size:32px}.acx-result-head p{font-size:10px}.acx-ledger-row{grid-template-columns:86px 1fr;padding-left:20px}.acx-next-columns{grid-template-columns:1fr}.acx-primary{width:100%;justify-content:center}
  .acx-system-strip div{padding:14px 18px 14px 34px}.acx-system-strip div:before{left:18px;top:18px}.acx-system-strip span{font-size:8px}
}
@media(prefers-reduced-motion:reduce){.acx-choice:before,.acx-choice:after,.acx-primary{transition:none}}

/* AC33 QA corrections */
.acx-main-question h2:focus,.acx-result-head h2:focus{outline:none!important;box-shadow:none!important}
@media(max-width:1100px){
  body.acx-product-page .site-nav,body.acx-product-page .site-header__cta{display:none!important}
  body.acx-product-page .site-menu-toggle{display:flex!important;margin-left:auto}
  body.acx-product-page .site-footer__grid{grid-template-columns:1.25fr .82fr .82fr .72fr!important;gap:24px!important}
  body.acx-product-page .site-footer__grid>nav:last-child{grid-column:auto!important}
}
@media(max-width:720px){
  body.acx-product-page .site-footer{padding:28px 0 18px!important}
  body.acx-product-page .site-footer__grid{grid-template-columns:1fr 1fr!important;gap:22px 18px!important}
  body.acx-product-page .site-footer__identity{grid-column:1/-1!important}
  body.acx-product-page .site-footer__grid>nav:last-child{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important;column-gap:18px!important}
  body.acx-product-page .site-footer__grid>nav:last-child h2{grid-column:1/-1}
  body.acx-product-page .site-footer nav a{margin:4px 0!important;font-size:10px!important}
  body.acx-product-page .site-footer nav h2{font-size:9px!important;margin-bottom:7px!important}
  body.acx-product-page .site-footer p,body.acx-product-page .site-footer a{font-size:10px!important}
  body.acx-product-page .site-footer__legal{margin-top:22px!important;padding-top:14px!important;font-size:9px!important}
}
@media(max-width:520px){
  .acx-system-strip{grid-template-columns:1fr 1fr!important}
  .acx-system-strip div{border-right:1px solid var(--acx-line)!important;border-bottom:1px solid var(--acx-line)!important}
  .acx-system-strip div:nth-child(2n){border-right:0!important}
  .acx-system-strip div:nth-last-child(-n+2){border-bottom:0!important}
}
