/* HIMART REUSE — confidence conversion + purchase journey composition.
   Shared typography, color, spacing and table foundations remain owned by the design system.
   Supporting copy always consumes --hm-description-color from tokens.css. */

/* 02.1 — uncertainty → visible proof. */
html body.reuse-current .reuse-trust-table-v2{
  position:relative;
  --hm-table-columns:minmax(0,1fr) 40px minmax(0,1fr);
  overflow:hidden;
}
html body.reuse-current .reuse-trust-table-v2 .hm-ds-table__row{
  grid-template-columns:var(--hm-table-columns)!important;
  min-height:100px;
  border-bottom:1px solid var(--hm-line-faint)!important;
}
html body.reuse-current .reuse-trust-table-v2 .hm-ds-table__bridge{
  width:40px;
  min-width:40px;
  padding:0;
  background:#000;
}
html body.reuse-current .reuse-trust-table__master-arrow{
  position:absolute;
  z-index:3;
  top:0;
  bottom:0;
  left:50%;
  width:40px;
  transform:translateX(-50%);
  pointer-events:none;
}
html body.reuse-current .reuse-trust-table__master-arrow svg{
  display:block;
  width:40px;
  height:100%;
  overflow:visible;
}
html body.reuse-current .reuse-trust-table__master-arrow path{
  fill:var(--hm-blue);
  stroke:var(--hm-blue);
  stroke-width:1;
  vector-effect:non-scaling-stroke;
}
html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--anxiety{
  padding:var(--hm-space-14) var(--hm-space-32) var(--hm-space-14) 0;
}
html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--solution{
  padding:var(--hm-space-14) var(--hm-space-32);
  background:var(--hm-blue);
}
html body.reuse-current .reuse-trust-table-v2 .hm-ds-table__title{
  font-size:28px!important;
}
html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--anxiety .hm-ds-table__title{
  color:rgba(255,255,255,.58);
}
html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--anxiety .hm-ds-table__body,
html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--solution .hm-ds-table__body{
  margin-top:4px!important;
  color:var(--hm-description-color)!important;
}
html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--solution .hm-ds-table__title{
  color:#fff;
  font-weight:300;
}

@property --reuse-confidence-title-color{
  syntax:"<color>";
  inherits:false;
  initial-value:#fff;
}
@property --reuse-confidence-desc-color{
  syntax:"<color>";
  inherits:false;
  initial-value:rgba(255,255,255,.60);
}
@property --reuse-confidence-number-color{
  syntax:"<color>";
  inherits:false;
  initial-value:#777;
}

/* 02.2 — Reuse purchase journey with confidence moments inserted into the ordinary flow. */
html body.reuse-current .reuse-confidence-flow{
  display:grid;
  gap:var(--hm-space-40);
  width:100%;
}
html body.reuse-current .reuse-confidence-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 30.8px minmax(0,1fr) 30.8px minmax(0,1fr) 30.8px minmax(0,1fr);
  align-items:center;
  gap:0;
  width:100%;
}
html body.reuse-current .reuse-confidence-node{
  display:flex;
  aspect-ratio:1/1;
  min-width:0;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:clamp(20px,2.2vw,30px);
  border:1px solid var(--hm-line-default);
  border-radius:50%;
  background:#000;
  text-align:center;
  box-sizing:border-box;
  container-type:inline-size;
}
html body.reuse-current .reuse-confidence-flow .reuse-confidence-node{
  width:90%;
  margin-inline:auto;
}
html body.reuse-current .reuse-confidence-node>span{
  --reuse-confidence-number-color:var(--hm-text-tertiary);
  color:var(--reuse-confidence-number-color)!important;
  font:300 11px/1 var(--hm-font-en);
  font-weight:300;
  font-variation-settings:"wght" 300;
  letter-spacing:var(--hm-track-note);
}
html body.reuse-current .reuse-confidence-node h4{
  margin:clamp(12px,6cqi,18px) 0 0;
  --reuse-confidence-title-color:#fff;
  color:var(--reuse-confidence-title-color)!important;
  font-family:var(--hm-font-ko);
  font-size:clamp(18px,10cqi,26px);
  font-weight:300!important;
  font-variation-settings:"wght" 300;
  line-height:1.22;
  letter-spacing:var(--hm-track-group);
  word-break:keep-all;
}
html body.reuse-current .reuse-confidence-node p{
  max-width:17ch!important;
  margin:clamp(9px,5cqi,14px) 0 0!important;
  --reuse-confidence-desc-color:var(--hm-description-color);
  color:var(--reuse-confidence-desc-color)!important;
  font:300 clamp(11px,6cqi,14px)/1.45 var(--hm-font-ko)!important;
  font-variation-settings:"wght" 300;
  letter-spacing:var(--hm-track-body)!important;
  word-break:keep-all!important;
}
html body.reuse-current .reuse-confidence-node.is-trust{
  border-color:var(--hm-line-default);
  background:#000;
}
html body.reuse-current .reuse-confidence-node.is-trust>span{
  color:var(--hm-text-tertiary);
}
html body.reuse-current .reuse-confidence-node.is-trust h4{
  --reuse-confidence-title-color:#fff;
  color:var(--reuse-confidence-title-color)!important;
}
html body.reuse-current .reuse-confidence-node.is-trust p{
  --reuse-confidence-desc-color:var(--hm-description-color);
  color:var(--reuse-confidence-desc-color)!important;
}
html body.reuse-current .reuse-confidence-copy-group{
  display:flex;
  width:100%;
  flex-direction:column;
  align-items:center;
  gap:clamp(9px,5cqi,14px);
  margin-top:clamp(12px,6cqi,18px);
}
html body.reuse-current .reuse-confidence-title-mask,
html body.reuse-current .reuse-confidence-desc-mask{
  position:relative;
  display:grid;
  width:100%;
  height:auto;
  overflow:hidden;
}
html body.reuse-current .reuse-confidence-title,
html body.reuse-current .reuse-confidence-desc{
  position:relative;
  inset:auto;
  grid-area:1/1;
  display:flex;
  width:100%;
  align-items:center;
  justify-content:center;
  will-change:transform,opacity;
  transition:transform 1.7s ease-in-out,opacity 1.7s ease-in-out;
}
html body.reuse-current .reuse-confidence-title h4,
html body.reuse-current .reuse-confidence-desc p{
  margin:0!important;
}
html body.reuse-current .reuse-confidence-title--base,
html body.reuse-current .reuse-confidence-desc--base{
  transform:translateY(0);
  opacity:1;
}
html body.reuse-current .reuse-confidence-title--trust,
html body.reuse-current .reuse-confidence-desc--trust{
  transform:translateY(-104%);
  opacity:.18;
}
html body.reuse-current .reuse-confidence-node.is-copy-trust-active .reuse-confidence-title--base,
html body.reuse-current .reuse-confidence-node.is-copy-trust-active .reuse-confidence-desc--base{
  transform:translateY(104%);
  opacity:0;
}
html body.reuse-current .reuse-confidence-node.is-copy-trust-active .reuse-confidence-title--trust,
html body.reuse-current .reuse-confidence-node.is-copy-trust-active .reuse-confidence-desc--trust{
  transform:translateY(0);
  opacity:1;
}
html body.reuse-current .reuse-confidence-arrow{
  color:rgba(255,255,255,.48);
  font:100 34.65px/1 var(--hm-font-en);
  text-align:center;
}
html body.reuse-current .reuse-confidence-row .reuse-confidence-node.is-trust + .reuse-confidence-arrow{
  color:rgba(255,255,255,.48);
}

@media(max-width:980px){
  html body.reuse-current .reuse-confidence-row{
    grid-template-columns:minmax(0,1fr) 24.2px minmax(0,1fr) 24.2px minmax(0,1fr) 24.2px minmax(0,1fr);
  }
}

@media(max-width:780px){
  html body.reuse-current .reuse-trust-table-v2{
    overflow:visible;
  }
  html body.reuse-current .reuse-trust-table-v2 .hm-ds-table__row{
    display:grid;
    grid-template-columns:1fr!important;
    min-height:0;
    padding:0;
  }
  html body.reuse-current .reuse-trust-table-v2 .hm-ds-table__bridge,
  html body.reuse-current .reuse-trust-table__master-arrow{
    display:none;
  }
  html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--anxiety{
    padding:var(--hm-space-24) 0;
  }
  html body.reuse-current .reuse-trust-table-v2 .reuse-trust-table__cell--solution{
    padding:var(--hm-space-24) 18px;
  }
  html body.reuse-current .reuse-trust-table-v2 .hm-ds-table__title{
    font-size:var(--hm-type-group-mobile)!important;
  }

  html body.reuse-current .reuse-confidence-flow{gap:var(--hm-space-24)}
  html body.reuse-current .reuse-confidence-row{
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  html body.reuse-current .reuse-confidence-node{
    width:var(--hm-mobile-circle-size);
    height:var(--hm-mobile-circle-size);
    aspect-ratio:1/1;
    padding:22px;
  }
  html body.reuse-current .reuse-confidence-flow .reuse-confidence-node{
    width:calc(var(--hm-mobile-circle-size) * .9);
    height:calc(var(--hm-mobile-circle-size) * .9);
  }
  html body.reuse-current .reuse-confidence-node h4{font-size:var(--hm-type-group-mobile)}
  html body.reuse-current .reuse-confidence-node p{font-size:13px!important}
  html body.reuse-current .reuse-confidence-arrow{
    transform:rotate(90deg);
    font-size:28.6px;
    color:rgba(255,255,255,.48);
  }
  html body.reuse-current .reuse-confidence-title-mask,
  html body.reuse-current .reuse-confidence-desc-mask{
    height:auto;
  }
}

/* 02.1 circular proof map v4 — unframed groups, responsive type, proportional arrow. */
html body.reuse-current .reuse-proof-map{
  display:flex;
  width:100%;
  flex-direction:column;
  align-items:center;
}
html body.reuse-current .reuse-proof-band{
  width:100%;
  box-sizing:border-box;
}
html body.reuse-current .reuse-proof-band__label{
  display:none;
}
html body.reuse-current .reuse-proof-band__nodes{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
  width:100%;
  align-items:center;
}
html body.reuse-current .reuse-proof-map__node{
  width:100%;
  min-width:0;
}
html body.reuse-current .reuse-proof-map__node h4{
  max-width:16ch;
  margin:0;
  font-size:clamp(18px,10cqi,24px)!important;
}
html body.reuse-current .reuse-proof-map__node--anxiety{
  opacity:1;
}
html body.reuse-current .reuse-proof-map__node--anxiety h4{
  color:rgba(255,255,255,.60)!important;
  font-family:var(--hm-font-ko)!important;
  font-weight:100!important;
  line-height:1.22;
}
html body.reuse-current .reuse-proof-map__node--solution{
  opacity:1;
  border-color:var(--hm-blue);
  background:#000;
}
html body.reuse-current .reuse-proof-map__node--solution h4{
  color:var(--reuse-proof-copy-color)!important;
  font-family:var(--hm-font-ko)!important;
  font-weight:300!important;
  line-height:1.22;
}
html body.reuse-current .reuse-proof-map__arrow{
  display:flex;
  width:100%;
  height:120px;
  flex:0 0 120px;
  align-items:center;
  justify-content:center;
}
html body.reuse-current .reuse-proof-map__arrow svg{
  display:block;
  width:20%;
  height:48px;
  max-width:none;
  overflow:visible;
}
html body.reuse-current .reuse-proof-map__arrow polyline{
  fill:none;
  stroke:rgba(255,255,255,.30);
  stroke-width:1;
  vector-effect:non-scaling-stroke;
  stroke-linecap:square;
  stroke-linejoin:miter;
}
@media(max-width:980px){
  html body.reuse-current .reuse-proof-band__nodes{gap:20px}
}
@media(max-width:780px){
  html body.reuse-current .reuse-proof-band__nodes{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  html body.reuse-current .reuse-proof-map__node{
    width:100%;
    height:auto;
    aspect-ratio:1/1;
    padding:18px;
  }
  html body.reuse-current .reuse-proof-map__node h4{
    font-size:clamp(18px,10cqi,24px)!important;
  }
  html body.reuse-current .reuse-proof-map__arrow svg{
    width:20%;
    height:48px;
  }
}

/* 02.2 — focus-driven sequential confidence pulse. */
@keyframes reuse-confidence-line-pulse{
  0%{border-color:var(--hm-line-default)}
  50%{border-color:rgba(255,255,255,.60)}
  100%{border-color:var(--hm-line-default)}
}
@keyframes reuse-confidence-trust-pulse{
  0%{
    border-color:var(--hm-line-default);
    background-color:rgba(0,166,237,0);
  }
  50%,100%{
    border-color:var(--hm-blue);
    background-color:rgba(0,166,237,1);
  }
}
@keyframes reuse-confidence-trust-number-pulse{
  0%{--reuse-confidence-number-color:var(--hm-text-tertiary)}
  22%{--reuse-confidence-number-color:#000}
  100%{--reuse-confidence-number-color:#000}
}
@keyframes reuse-confidence-trust-title-pulse{
  0%{--reuse-confidence-title-color:#fff}
  22%{--reuse-confidence-title-color:#000}
  100%{--reuse-confidence-title-color:#000}
}
@keyframes reuse-confidence-trust-base-title-pulse{
  0%{--reuse-confidence-title-color:#fff}
  22%{--reuse-confidence-title-color:#000}
  100%{--reuse-confidence-title-color:#000}
}
@keyframes reuse-confidence-trust-desc-pulse{
  0%{--reuse-confidence-desc-color:var(--hm-description-color)}
  22%{--reuse-confidence-desc-color:rgba(0,0,0,.60)}
  100%{--reuse-confidence-desc-color:rgba(0,0,0,.60)}
}
@keyframes reuse-confidence-trust-base-desc-pulse{
  0%{--reuse-confidence-desc-color:var(--hm-description-color)}
  22%{--reuse-confidence-desc-color:rgba(0,0,0,.60)}
  100%{--reuse-confidence-desc-color:rgba(0,0,0,.60)}
}
@keyframes reuse-confidence-copy-base-return{
  0%{transform:translateY(-104%);opacity:.18}
  100%{transform:translateY(0);opacity:1}
}
@keyframes reuse-confidence-copy-trust-exit{
  0%{transform:translateY(0);opacity:1}
  100%{transform:translateY(104%);opacity:0}
}
html body.reuse-current .reuse-confidence-node.is-flow-pulse-standard{
  animation:reuse-confidence-line-pulse 1.7s ease-in-out 1;
}
html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust{
  animation:reuse-confidence-trust-pulse 1.7s ease-in-out 1 forwards;
}
html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust>span{
  animation:reuse-confidence-trust-number-pulse 1.7s ease-in-out 1 forwards;
}
html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust .reuse-confidence-title--trust h4,
html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust .reuse-confidence-title--base h4{
  animation:reuse-confidence-trust-title-pulse 1.7s ease-in-out 1 forwards;
  font-weight:400!important;
  font-variation-settings:"wght" 400;
}
html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust .reuse-confidence-desc--trust p,
html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust .reuse-confidence-desc--base p{
  animation:reuse-confidence-trust-desc-pulse 1.7s ease-in-out 1 forwards;
  font-weight:300!important;
  font-variation-settings:"wght" 300;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-held{
  border-color:var(--hm-blue)!important;
  background-color:rgba(0,166,237,1)!important;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-held>span{
  --reuse-confidence-number-color:#000;
  color:#000!important;
  font-weight:300!important;
  font-variation-settings:"wght" 300;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-held .reuse-confidence-title--trust h4,
html body.reuse-current .reuse-confidence-node.is-flow-trust-held .reuse-confidence-title--base h4{
  color:#000!important;
  font-weight:400!important;
  font-variation-settings:"wght" 400;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-held .reuse-confidence-desc--trust p,
html body.reuse-current .reuse-confidence-node.is-flow-trust-held .reuse-confidence-desc--base p{
  color:rgba(0,0,0,.60)!important;
  font-weight:300!important;
  font-variation-settings:"wght" 300;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting{
  border-color:var(--hm-line-default)!important;
  background-color:rgba(0,166,237,0)!important;
  transition:border-color 1.7s ease-in-out,background-color 1.7s ease-in-out!important;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting>span{
  color:var(--hm-text-tertiary)!important;
  transition:color 1.7s ease-in-out!important;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-title--trust h4,
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-title--base h4{
  color:#fff!important;
  font-weight:300!important;
  transition:color 1.7s ease-in-out!important;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-desc--trust p,
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-desc--base p{
  color:var(--hm-description-color)!important;
  font-weight:300!important;
  transition:color 1.7s ease-in-out!important;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-title--base,
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-desc--base{
  animation:reuse-confidence-copy-base-return 1.7s ease-in-out both;
}
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-title--trust,
html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-desc--trust{
  animation:reuse-confidence-copy-trust-exit 1.7s ease-in-out both;
}
@media(prefers-reduced-motion:reduce){
  html body.reuse-current .reuse-confidence-node.is-flow-pulse-standard,
  html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust,
  html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust>span,
  html body.reuse-current .reuse-confidence-node.is-flow-pulse-trust .reuse-confidence-title--trust h4,
  html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-title--base,
  html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-desc--base,
  html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-title--trust,
  html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-desc--trust{
    animation:none!important;
  }
  html body.reuse-current .reuse-confidence-title,
  html body.reuse-current .reuse-confidence-desc,
  html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting,
  html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting>span,
  html body.reuse-current .reuse-confidence-node.is-flow-trust-resetting .reuse-confidence-title--trust h4{
    transition:none!important;
  }
}