/*
  Machinery page (consulting/machinery.php)
  - 6 sections: Hero / Pain / Benefit / Case / Strategy / CTA
  - Each section: 100vh unit for readability
  - Watermark: unified bottom-right fixed feel (PC right:170px / Mobile right:18px)
  - Slider: balanced frame feel (mfg style)
*/

/* ---------- Base ---------- */
.eqp-page{
  position: relative;
  background:#fff;
  color:#0f172a;
  font-family: Pretendard, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16.5px;
}

/* Anchor offsets under fixed header */
.eqp-page .eqp-section{
  scroll-margin-top: var(--nb-header-h, 72px);
  min-height: calc(100vh - var(--nb-header-h, 72px));
  padding: clamp(56px, 7.5vh, 128px) 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px){
  .eqp-page .eqp-section{
    align-items: flex-start;
    padding: clamp(44px, 7vh, 96px) 0;
  }
}

.eqp-page .mfg-wrap{
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

@media (max-width: 600px){
  .eqp-page .mfg-wrap{
    width: min(1240px, calc(100% - 28px));
  }
}

.eqp-page .mfg-head{
  margin-bottom: clamp(14px, 2vh, 26px);
}

/* ---------- Watermark (unified) ---------- */
.eqp-page .mfg-wm-layer{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.eqp-page .mfg-watermark.is-fixed{
  position: absolute;
  right: 18px;
  bottom: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  opacity: 0.07;
  font-size: clamp(72px, 10vw, 156px);
  line-height: 1;
  transform: translateZ(0);
  user-select: none;
  white-space: nowrap;
  filter: blur(0.2px);
}

@media (min-width: 1025px){
  .eqp-page .mfg-watermark.is-fixed{ right: 170px; }
}

/* ---------- Split layout (텍스트 카드 + 미디어 카드) ---------- */
.eqp-page .eqp-split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.6vw, 34px);
  align-items: center;
}

@media (max-width: 980px){
  .eqp-page .eqp-split{ grid-template-columns: 1fr; }
}

.eqp-page .eqp-textcard{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.84);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
  padding: clamp(16px, 2.2vw, 26px);
}

.eqp-page .eqp-textcard h3{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.eqp-page .eqp-textcard p{
  margin: 0 0 10px;
  line-height: 1.65;
  font-size: 16.5px;
  color: rgba(15, 23, 42, 0.86);
  opacity: 1;
}


/* Readability helpers */
.eqp-subtitle{
  margin: 14px 0 10px;
  font-weight: 850;
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(15,23,42,.72);
}

.eqp-flow-title{
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 12px;
  color: rgba(15,23,42,.85);
}

/* Pain section: clearer bullets + callout */
.eqp-check{
  margin-top: 10px;
}

.eqp-block-title{
  margin: 6px 0 12px;
  font-weight: 900;
  font-size: 15.5px;
  color: rgba(15,23,42,.9);
}

.eqp-bullets{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 64ch;
}

.eqp-bullets li{
  position: relative;
  padding: 10px 12px 10px 34px;
  border-radius: 14px;
  background: rgba(15,23,42,.03);
  border: 1px solid rgba(2,6,23,.08);
  line-height: 1.65;
  font-size: 16px;
  color: rgba(15, 23, 42, 0.86);
}

.eqp-bullets li:before{
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(var(--eqp-brand-rgb), .95);
  box-shadow: 0 0 0 3px rgba(var(--eqp-brand-rgb), .16);
}

.eqp-bullets strong{
  font-weight: 900;
}

/* --- Benefit/summary blocks (used in multiple sections) --- */
.eqp-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(var(--eqp-brand-rgb), .10);
  border: 1px solid rgba(var(--eqp-brand-rgb), .22);
  color: rgba(15, 23, 42, 0.92);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.eqp-stack{
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.eqp-mini{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(2,6,23,.08);
  border-radius: 16px;
  padding: 14px 14px;
}

.eqp-mini-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 15.5px;
  letter-spacing: -0.01em;
}

.eqp-mini-head .eqp-n{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 12.5px;
  background: rgba(15,23,42,.06);
  border: 1px solid rgba(2,6,23,.10);
}

.eqp-mini p{
  margin: 0 0 10px;
  font-size: 15.8px;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.86);
}

ul.eqp-bul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

ul.eqp-bul li{
  position: relative;
  padding-left: 22px;
  line-height: 1.85;
  font-size: 15.8px;
  color: rgba(15, 23, 42, 0.86);
}

ul.eqp-bul li:before{
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(var(--eqp-brand-rgb), .95);
  box-shadow: 0 0 0 3px rgba(var(--eqp-brand-rgb), .16);
}

.eqp-callout{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(var(--eqp-brand-rgb), .08);
  border: 1px solid rgba(var(--eqp-brand-rgb), .25);
  max-width: 64ch;
}

.eqp-callout-title{
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 6px;
}

.eqp-callout-text{
  line-height: 1.65;
}

.eqp-callout-sub{
  margin-top: 8px;
  color: rgba(15,23,42,.75);
  line-height: 1.7;
}

.eqp-page .eqp-textcard ul:not(.eqp-bullets):not(.eqp-bul){
  margin: 10px 0 0;
  padding-left: 18px;
  line-height: 1.65;
  font-size: 16px;
  color: rgba(15, 23, 42, 0.86);
}

/* 미디어 슬라이더: 제조혁신 프레임 느낌(이미지가 꽉 차도록) */
.eqp-page .eqp-media-slider{
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: rgba(15, 23, 42, 0.92);
  box-shadow: 0 18px 44px rgba(0,0,0,0.14);
  height: min(58vh, 560px);
}

@media (max-width: 980px){
  .eqp-page .eqp-media-slider{ height: min(44vh, 520px); }
}

@media (max-width: 560px){
  .eqp-page .eqp-media-slider{ height: min(42vh, 460px); }
}

.eqp-page .eqp-media-slider .mfg-slider-inner{
  position: relative;
  width: 100%;
  height: 100%;
}

.eqp-page .eqp-media-slider .mfg-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.eqp-page .eqp-media-slider .mfg-slide.is-active{
  opacity: 1;
  pointer-events: auto;
}

/* 사진 슬라이드(혜택): 여백 없이 꽉 채움 */
.eqp-page .eqp-photo-slider .mfg-slide{ padding: 0; display: block; }
.eqp-page .eqp-photo-slider picture,
.eqp-page .eqp-photo-slider img{ width: 100%; height: 100%; }
.eqp-page .eqp-photo-slider img{ display: block; object-fit: cover; }

/* 카드/모자이크 슬라이드(사례): 프레임 안에서 균형 배치 */
.eqp-page .eqp-card-slider .mfg-slide{
  padding: clamp(14px, 2vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eqp-page .eqp-card-slider .eqp-mosaic{ width: 100%; }
.eqp-page .eqp-card-slider .eqp-notice-box{ width: 100%; }

.eqp-page .eqp-media-slider .mfg-navbtn,
.eqp-page .eqp-media-slider .mfg-dots{
  z-index: 6;
}


/* ---------- Split grid + 사례 콘텐츠(가독성/여백 최적화) ---------- */
.eqp-page .eqp-split-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.6vw, 34px);
  align-items: center;
}

@media (max-width: 980px){
  .eqp-page .eqp-split-grid{ grid-template-columns: 1fr; }
}

.eqp-page .eqp-case-list{
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.eqp-page .eqp-case{
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.eqp-page .eqp-case h4{
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.25;
}

.eqp-page .eqp-case p{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.92;
}

.eqp-page .eqp-textcard .eqp-panel-note{
  font-size: 13px;
  opacity: 0.72;
  margin-top: 10px;
}

/* 이미지+캡션(사례 슬라이드): 캡션을 오버레이로 처리해 빈 공간 제거 */
.eqp-page .eqp-media-figure{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(13,17,23,0.88);
}

.eqp-page .eqp-media-figure picture,
.eqp-page .eqp-media-figure img{
  width: 100%;
  height: 100%;
  display: block;
}

.eqp-page .eqp-media-figure img{ object-fit: cover; }

.eqp-page .eqp-media-figure figcaption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0));
  color: #fff;
}

.eqp-page .eqp-media-figure figcaption strong{
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.eqp-page .eqp-media-figure figcaption span{
  display: block;
  font-size: 13px;
  opacity: 0.92;
  margin-top: 4px;
}



/* Tight section spacing (used for proof/logo strip) */
.eqp-page .eqp-section.is-tight{ padding: clamp(36px, 5.5vh, 80px) 0; min-height: auto; }

/* ---------- Pain section: 2-column balance ---------- */
.eqp-page .eqp-pain-grid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

@media (max-width: 980px){
  .eqp-page .eqp-pain-grid{ grid-template-columns: 1fr; }
}

.eqp-page .eqp-pain-card{
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  padding: 20px 20px 18px;
}

.eqp-page .eqp-pain-card h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
}

.eqp-page .eqp-pain-card .muted{
  opacity: 0.9;
  margin: 0 0 12px;
}

.eqp-page .eqp-steps{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eqp-page .eqp-steps li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.eqp-page .eqp-steps li b{ flex: 0 0 auto; }
.eqp-page .eqp-steps li span{ opacity: 0.92; }

.eqp-page .eqp-metrics{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 520px){
  .eqp-page .eqp-metrics{ grid-template-columns: 1fr; }
}

.eqp-page .eqp-metrics .m{
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
  padding: 12px 12px 10px;
}

.eqp-page .eqp-metrics .m b{
  display: block;
  margin-bottom: 6px;
}

.eqp-page .eqp-metrics .m span{ opacity: 0.92; }

/* ---------- Compact bullet list (strategy/case) ---------- */
.eqp-page .eqp-mini{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eqp-page .eqp-mini li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  opacity: 0.95;
}

.eqp-page .eqp-mini li b{ flex: 0 0 auto; }

/* Strategy 카드 내 문장 구분 강화 */
#strategy .eqp-benefit .eqp-mini{
  margin-top: 14px;
  padding: 12px 12px 10px;
  border-radius: 16px;
  background: rgba(15,23,42,0.02);
  border: 1px solid rgba(15,23,42,0.10);
}

#strategy .eqp-benefit .eqp-mini li{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  padding: 9px 0;
  opacity: 1;
}

#strategy .eqp-benefit .eqp-mini li + li{
  border-top: 1px dashed rgba(15,23,42,0.14);
}

#strategy .eqp-benefit .eqp-mini li b{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(15,23,42,0.12);
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
  font-size: 12.5px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

#strategy .eqp-benefit p{ line-height: 1.65; }

@media (max-width: 560px){
  #strategy .eqp-benefit .eqp-mini li{ grid-template-columns: 1fr; }
  #strategy .eqp-benefit .eqp-mini li b{ justify-content: flex-start; width: fit-content; }
}

/* ---------- Strategy: 3 cards (확장된 내용에 맞춰 가독성 확보) ---------- */
.eqp-page .eqp-benefit-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
}

@media (max-width: 980px){
  .eqp-page .eqp-benefit-grid{ grid-template-columns: 1fr; }
}

.eqp-page .eqp-benefit{
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 14px 34px rgba(0,0,0,0.10);
  padding: 20px 20px 18px;
}

.eqp-page .eqp-benefit .ico{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(15, 23, 42, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.eqp-page .eqp-benefit h3{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.eqp-page .eqp-benefit p{ margin: 0 0 10px; line-height: 1.6; opacity: 0.95; }

/* ---------- Mosaic (case slide) ---------- */
.eqp-page .eqp-mosaic{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 900px){
  .eqp-page .eqp-mosaic{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.eqp-page .eqp-mosaic picture,
.eqp-page .eqp-mosaic img{
  width: 100%;
  height: 100%;
}

.eqp-page .eqp-mosaic img{
  display: block;
  border-radius: 18px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* ---------- Notice box (case slide) ---------- */
.eqp-page .eqp-notice-box{
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
  padding: 16px 16px 14px;
  overflow: hidden;
}

.eqp-page .eqp-notice-list{
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eqp-page .eqp-notice-item a{
  display: block;
  font-weight: 650;
  text-decoration: none;
  color: inherit;
  line-height: 1.35;
}

.eqp-page .eqp-notice-item a:hover{ text-decoration: underline; }

.eqp-page .eqp-notice-item .meta{
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  opacity: 0.92;
}

.eqp-page .eqp-notice-item .tag{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
}

/* ---------- Strategy flow ---------- */
.eqp-page .eqp-strategy-bottom{
  margin-top: clamp(14px, 2.2vh, 24px);
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.78);
  padding: 16px 16px 14px;
}

.eqp-page .eqp-flow{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 980px){
  .eqp-page .eqp-flow{ grid-template-columns: repeat(2, 1fr); }
}

.eqp-page .eqp-flow .s{
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.eqp-page .eqp-flow .s b{ font-size: 14px; opacity: 0.9; }
.eqp-page .eqp-flow .s span{ font-weight: 650; }
.eqp-page .eqp-flow .s small{ opacity: 0.9; }

.eqp-page .eqp-flow-note{
  margin-top: 10px;
  opacity: 0.95;
}

/* ---------- CTA section ---------- */
.eqp-page #apply .eqp-form{ margin-top: 0; }

/* ---------- Apply form (CTA) ---------- */
.eqp-page .eqp-form{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  padding: clamp(16px, 2.2vw, 26px);
}

.eqp-page .eqp-form-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 980px){
  .eqp-page .eqp-form-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px){
  .eqp-page .eqp-form-grid{ grid-template-columns: 1fr; }
}

.eqp-page .eqp-field.full{ grid-column: 1 / -1; }

.eqp-page .eqp-field span{
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  color: rgba(15, 23, 42, 0.80);
}

.eqp-page .eqp-input,
.eqp-page .eqp-textarea,
.eqp-page select.eqp-input{
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255,255,255,0.92);
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.25;
  outline: none;
}

.eqp-page .eqp-input:focus,
.eqp-page .eqp-textarea:focus{
  border-color: rgba(var(--eqp-brand-rgb), 0.45);
  box-shadow: 0 0 0 4px rgba(var(--eqp-brand-rgb), 0.12);
}

.eqp-page .eqp-textarea{
  min-height: 120px;
  resize: vertical;
}

.eqp-page .eqp-actions{
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.eqp-page .eqp-privacy{
  font-size: 13px;
  opacity: 0.92;
}

.eqp-page .eqp-submit{
  border-radius: 999px;
  border: 1px solid rgba(var(--eqp-brand-rgb), 0.22);
  background: linear-gradient(135deg, var(--eqp-brand), #1D4ED8);
  color: #fff;
  font-weight: 800;
  padding: 12px 18px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(var(--eqp-brand-rgb), 0.20);
  transition: transform 120ms ease, filter 120ms ease;
}

.eqp-page .eqp-submit:hover{ filter: brightness(1.03); transform: translateY(-1px); }
.eqp-page .eqp-submit:active{ transform: translateY(0); }

.eqp-page .eqp-form-status{
  margin-top: 10px;
  font-weight: 650;
}


/* readability patch v7 */
.eqp-page .eqp-subtitle{
  margin-top:14px;
  margin-bottom:10px;
  font-weight:850;
  font-size:13px;
  color:rgba(15,23,42,.75);
  letter-spacing:.02em;
}
.eqp-page .eqp-block-title{
  margin:6px 0 12px;
  font-weight:900;
  font-size:16.5px;
  color:rgba(15,23,42,.9);
}
.eqp-page .eqp-bullets{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:62ch;
}
.eqp-page .eqp-bullets li{
  position:relative;
  padding:10px 12px 10px 32px;
  background:rgba(15,23,42,.03);
  border:1px solid rgba(2,6,23,.08);
  border-radius:14px;
  font-size:16px;
  line-height:1.85;
  color: rgba(15, 23, 42, 0.86);
}
.eqp-page .eqp-bullets li:before{
  content:'';
  position:absolute;
  left:12px;
  top:16px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(var(--eqp-brand-rgb), .95);
  box-shadow:0 0 0 3px rgba(var(--eqp-brand-rgb), .16);
}
.eqp-page .eqp-bullets strong{
  font-weight:900;
}
.eqp-page .eqp-callout{
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(var(--eqp-brand-rgb), .08);
  border:1px solid rgba(var(--eqp-brand-rgb), .25);
  max-width:62ch;
}
.eqp-page .eqp-callout-title{
  font-weight:900;
  font-size:14px;
  margin-bottom:6px;
}
.eqp-page .eqp-callout-text{
  font-size:15px;
  line-height:1.7;
}
.eqp-page .eqp-callout-sub{
  margin-top:8px;
  font-size:14.5px;
  color:rgba(15,23,42,.75);
  line-height:1.65;
}
.eqp-page .eqp-flow-title{
  font-weight:900;
  font-size:15px;
  color:rgba(15,23,42,.85);
  margin-bottom:12px;
}


/* =========================================================
   Readability + Motion hotfix (2026-01-03)
   - 목적: 2번째 섹션부터 과한 빈공간(100vh/중앙정렬) 체감 개선
   - 목적: 스크롤 등장(페이드+슬라이드) + 카드 호버 + 슬라이드 미세 모션
   - 주의: 기존 디자인(섹션 구성/콘텐츠)은 유지하고 "가독성"만 개선
========================================================= */

/* 1) HERO를 제외한 섹션은 100vh/중앙정렬 해제 → 위에서부터 자연스럽게 읽히게 */
.eqp-page .eqp-section:not(.mfg-hero){
  min-height: auto;
  display: block;
  padding: clamp(26px, 4vh, 56px) 0;
}

/* 2) 본문 대비(선명도) 소폭 상향 */
.eqp-page{ font-size: 17px; }
.eqp-page .mfg-desc,
.eqp-page .eqp-textcard p,
.eqp-page .eqp-bullets li,
.eqp-page ul.eqp-bul li,
.eqp-page .eqp-callout-sub{
  color: rgba(15, 23, 42, 0.92);
}

/* 3) 반투명 카드 → 불투명(흰색)으로(텍스트 선명도 최우선) */
.eqp-page .eqp-textcard,
.eqp-page .eqp-pain-card,
.eqp-page .eqp-benefit,
.eqp-page .eqp-form,
.eqp-page .eqp-strategy-bottom,
.eqp-page .eqp-mini{
  background: #fff;
}

/* 4) 카드 그림자/테두리 약간 정리(번짐 체감 감소) */
.eqp-page .eqp-textcard,
.eqp-page .eqp-pain-card,
.eqp-page .eqp-benefit,
.eqp-page .eqp-form,
.eqp-page .eqp-strategy-bottom{
  border-color: rgba(2, 6, 23, 0.10);
  box-shadow: 0 14px 34px rgba(0,0,0,0.10);
}

/* 5) 불릿 카드 패딩/간격 살짝 축소(정보 밀도 ↑) */
.eqp-page .eqp-bullets{ gap: 8px; }
.eqp-page .eqp-bullets li{ padding: 10px 12px 10px 30px; }

/* 6) 카드 호버(techfin 계열에서 흔한 '살짝 떠오름' UX) */
@media (hover:hover){
  .eqp-page .eqp-textcard:hover,
  .eqp-page .eqp-pain-card:hover,
  .eqp-page .eqp-benefit:hover,
  .eqp-page .eqp-mini:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(0,0,0,0.12);
  }
  .eqp-page .eqp-textcard,
  .eqp-page .eqp-pain-card,
  .eqp-page .eqp-benefit,
  .eqp-page .eqp-mini{
    transition: transform 220ms ease, box-shadow 220ms ease;
  }
}

/* 7) 스크롤 등장 애니메이션(페이지 범위에서만 강화) */
.eqp-page .mfg-reveal{
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 560ms ease,
    transform 860ms cubic-bezier(.2,.9,.2,1);
  transition-delay: var(--nb-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.eqp-page .mfg-reveal[data-anim="left"]{ transform: translateX(-18px); }
.eqp-page .mfg-reveal[data-anim="right"]{ transform: translateX(18px); }
.eqp-page .mfg-reveal[data-anim="zoom"]{ transform: scale(0.985); }
.eqp-page .mfg-reveal.is-in{
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce){
  .eqp-page .mfg-reveal{
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* 8) 슬라이드 전환 미세 모션(페이드 + 살짝 줌) */
.eqp-page .eqp-media-slider .mfg-slide{
  transform: scale(1.02);
  transition: opacity 420ms ease, transform 820ms cubic-bezier(.2,.9,.2,1);
}
.eqp-page .eqp-media-slider .mfg-slide.is-active{
  transform: scale(1);
}


/* =========================================================
   Readability alignment fix (2026-01-03-02)
   - 문제: 텍스트가 테두리에 가까워 보임(패딩 부족 체감)
   - 문제: 실행 플로우 타이틀이 그리드 내부에 들어가 정렬이 깨짐
   - 문제: 텍스트 카드 transform(hover/scroll)로 폰트가 흐려 보이는 현상(일부 환경)
========================================================= */

/* 전체 box sizing 고정 */
.eqp-page, .eqp-page *{ box-sizing: border-box; }

/* 텍스트 가독성: 기본 줄간격/자간 안정화 */
.eqp-page .mfg-desc,
.eqp-page .eqp-textcard p,
.eqp-page .eqp-pain-card p,
.eqp-page .eqp-mini p,
.eqp-page .eqp-bullets li,
.eqp-page ul.eqp-bul li{
  letter-spacing: 0;
  line-height: 1.65;
}

/* 카드 내부 패딩 약간 확장(테두리와 글자 간격 확보) */
.eqp-page .eqp-textcard{ padding: clamp(18px, 2.4vw, 30px); }
.eqp-page .eqp-mini{ padding: 16px 16px; }

/* 불릿: 좌측 도트와 텍스트 간격 확보(겹침/답답함 방지) */
.eqp-page .eqp-bullets li{ padding: 11px 14px 11px 38px; }
.eqp-page .eqp-bullets li:before{ left: 14px; top: 18px; }

.eqp-page ul.eqp-bul li{ padding-left: 24px; }
.eqp-page ul.eqp-bul li:before{ left: 7px; top: 12px; }

/* BENEFIT 섹션: 텍스트/이미지 카드 상단 정렬 */
.eqp-page #benefit .eqp-split{ align-items: start; }

/* 실행 플로우: 타이틀이 그리드 한 줄 전체를 차지하게 */
.eqp-page .eqp-flow-title{
  grid-column: 1 / -1;
  margin: 0 0 10px;
}

/* hover에서 transform 제거(일부 환경에서 폰트가 '겹쳐 보이는' 현상 방지) */
@media (hover:hover){
  .eqp-page .eqp-textcard:hover,
  .eqp-page .eqp-pain-card:hover,
  .eqp-page .eqp-benefit:hover,
  .eqp-page .eqp-mini:hover{
    transform: none;
    box-shadow: 0 18px 44px rgba(0,0,0,0.12);
  }
  .eqp-page .eqp-textcard,
  .eqp-page .eqp-pain-card,
  .eqp-page .eqp-benefit,
  .eqp-page .eqp-mini{
    transition: box-shadow 220ms ease, border-color 220ms ease;
  }
}

/* 스크롤 등장: 텍스트 블록은 fade 중심(이동 transform 최소화) */
.eqp-page .mfg-reveal{
  transform: none;
  will-change: opacity;
}
.eqp-page .eqp-media-slider.mfg-reveal,
.eqp-page .mfg-slider.mfg-reveal{
  transform: translateY(14px);
  will-change: opacity, transform;
}
.eqp-page .eqp-media-slider.mfg-reveal.is-in,
.eqp-page .mfg-slider.mfg-reveal.is-in{
  transform: none;
}


/* =========================================================
   Readability hotfix v2 (2026-01-03)
   - 목적: "글씨가 테두리에 겹쳐 보임"(서브픽셀/변형 렌더링) 체감 제거
   - 목적: 실행 플로우(4단계) 타이틀이 그리드에 끼어 정렬 깨지는 문제 해결
   - 원칙: 텍스트가 많은 카드에는 transform 애니메이션/호버 이동을 쓰지 않음
========================================================= */

/* 페이지 범위 box-sizing 통일 */
.eqp-page, .eqp-page *{ box-sizing: border-box; }

/* 텍스트 카드/미니 카드 패딩을 약간 늘려 "테두리 겹침" 체감 완화 */
.eqp-page .eqp-textcard{
  padding: clamp(18px, 2.4vw, 30px);
}
.eqp-page .eqp-mini{ padding: 16px 16px; }

/* 불릿/체크리스트: 점/따옴표가 글자와 붙어 보이는 현상 완화 */
.eqp-page .eqp-bullets li{ padding: 11px 14px 11px 36px; }
.eqp-page .eqp-bullets li:before{ left: 14px; top: 18px; }

ul.eqp-bul li{ padding-left: 24px; }
ul.eqp-bul li:before{ left: 7px; top: 12px; }

/* Benefit 섹션: 상단 기준 정렬(좌 텍스트 / 우 이미지 라인업) */
.eqp-page #benefit .eqp-split{ align-items: start; }

/* 실행 플로우: 타이틀이 그리드 첫칸을 먹어 정렬 깨지는 문제 해결 */
.eqp-page .eqp-flow-title{
  grid-column: 1 / -1;
  margin: 0 0 10px;
}

/* 호버: 텍스트 카드 이동(transform) 제거 → 글자 번짐/겹침 체감 감소 */
@media (hover:hover){
  .eqp-page .eqp-textcard:hover,
  .eqp-page .eqp-pain-card:hover,
  .eqp-page .eqp-benefit:hover,
  .eqp-page .eqp-mini:hover{
    transform: none;
    box-shadow: 0 18px 44px rgba(0,0,0,0.12);
    border-color: rgba(2, 6, 23, 0.14);
  }
  .eqp-page .eqp-textcard,
  .eqp-page .eqp-pain-card,
  .eqp-page .eqp-benefit,
  .eqp-page .eqp-mini{
    transition: box-shadow 220ms ease, border-color 220ms ease;
  }
}

/* 스크롤 등장: 텍스트 블록은 opacity 중심(변형 최소화) */
.eqp-page .mfg-reveal{
  opacity: 0;
  transform: none;
  transition: opacity 520ms ease;
  will-change: opacity;
}
.eqp-page .mfg-reveal.is-in{ opacity: 1; }

/* 이미지/슬라이더 같은 "비텍스트"에만 변형 애니메이션을 적용 */
.eqp-page .eqp-media-slider.mfg-reveal,
.eqp-page .mfg-slider.mfg-reveal{
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 820ms cubic-bezier(.2,.9,.2,1);
  will-change: opacity, transform;
}
.eqp-page .eqp-media-slider.mfg-reveal.is-in,
.eqp-page .mfg-slider.mfg-reveal.is-in{ transform: none; }


/* =========================================================
   Premium UI/UX upgrade (2026-01-03)
   - 목적: 히어로 전문성/규모감, 버튼 위계, 전략/사례/폼 디테일 강화
   - 원칙: 컬러 1(브랜드) + 포인트 1(보조) + 무채색 톤
========================================================= */

.eqp-page{
  --eqp-brand: #1E3A8A;     /* Deep Blue */
  --eqp-point: #F97316;     /* Accent Orange */
  --eqp-brand-rgb: 30, 58, 138;
  --eqp-point-rgb: 249, 115, 22;
  --eqp-ink: #0f172a;
  --eqp-muted: rgba(15,23,42,.72);
  --eqp-border: rgba(2,6,23,.10);
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  letter-spacing: -0.02em;
}

/* 1) HERO: 위계/배경/미디어 확장 */
.eqp-page .mfg-hero{
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 62%);
}
.eqp-page .mfg-hero:before{
  inset: -240px -180px auto -180px;
  height: 520px;
  background:
    radial-gradient(540px 280px at 20% 20%, rgba(37,99,235,.12), transparent 62%),
    radial-gradient(520px 260px at 78% 80%, rgba(var(--eqp-brand-rgb), .10), transparent 60%),
    linear-gradient(120deg, rgba(15,23,42,.06), rgba(15,23,42,0));
}

.eqp-page .mfg-title{
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.eqp-page .mfg-sub{
  font-size: 17px;
  color: rgba(15,23,42,.78);
}

/* HERO 버튼 위계: primary만 강한 컬러, 나머지는 ghost */
.eqp-page .mfg-hero .mfg-btn{ border-radius: 14px; }
.eqp-page .mfg-hero .mfg-btn.primary{
  background: linear-gradient(135deg, var(--eqp-brand), #1D4ED8);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(var(--eqp-brand-rgb), .28);
}
.eqp-page .mfg-hero .mfg-btn.primary:hover{ filter: brightness(1.02) saturate(1.02); }

.eqp-page .mfg-hero .mfg-btn.ghost,
.eqp-page .mfg-hero .mfg-btn:not(.primary){
  background: transparent;
  border: 1px solid rgba(15,23,42,.18);
  box-shadow: none;
}
.eqp-page .mfg-hero .mfg-btn.ghost:hover,
.eqp-page .mfg-hero .mfg-btn:not(.primary):hover{
  background: rgba(15,23,42,.03);
  transform: translateY(-1px);
}

/* 히어로 미디어: 프레임 답답함 완화(우측으로 살짝 확장) */
@media (min-width: 1025px){
  .eqp-page .mfg-hero .mfg-media{
    margin-right: -6vw;
  }
}
.eqp-page .mfg-hero .mfg-slider{
  padding: 0;
  background: transparent;
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(2,6,23,.18);
}
.eqp-page .mfg-hero .mfg-slider-inner{
  border-radius: 28px;
  aspect-ratio: 16 / 11;
}
.eqp-page .mfg-hero .mfg-slider-grad{ opacity: .85; }


/* 2) 콘텐츠: 카드 여백(내/외) 1.5x, 정보 '격리' */
.eqp-page .eqp-benefit-grid{ gap: clamp(18px, 2.6vw, 32px); }
.eqp-page .eqp-benefit{
  border-radius: 28px;
  padding: 28px 28px 24px;
}
.eqp-page .eqp-textcard,
.eqp-page .eqp-pain-card,
.eqp-page .eqp-form,
.eqp-page .eqp-strategy-bottom{
  border-radius: 28px;
}


/* 3) 전략 섹션 디테일: 넘버링 + 하이라이트 + 아이콘 고급화 */
.eqp-page .eqp-num{
  font-weight: 1000;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(15,23,42,.10);
  margin-bottom: 6px;
}

.eqp-page .eqp-hl{
  color: var(--eqp-point);
  font-weight: 950;
  position: relative;
  text-decoration: none;
}
.eqp-page .eqp-hl:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 999px;
  background: rgba(37,99,235,.35);
}

.eqp-page .eqp-benefit .ico.eqp-ico{
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(2,6,23,.10);
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(var(--eqp-brand-rgb), .10));
  color: rgba(15,23,42,.86);
  box-shadow: 0 12px 26px rgba(2,6,23,.08);
}
.eqp-page .eqp-benefit .ico.eqp-ico svg{ width: 22px; height: 22px; }

/* 핵심 액션(Box in box) 대비 강화 */
#strategy .eqp-benefit .eqp-mini{
  position: relative;
  margin-top: 16px;
  padding: 14px 14px 12px;
  background: #F1F5F9;
  border: 0;
  box-shadow: 0 12px 26px rgba(2,6,23,.06);
}
#strategy .eqp-benefit .eqp-mini:before{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--eqp-point), var(--eqp-brand));
  opacity: .9;
}
#strategy .eqp-benefit .eqp-mini li{ padding-left: 6px; }


/* 4) Success Case: 숫자 우선 + Before/After 대비 */
.eqp-page .eqp-case-list{ gap: 16px; }
.eqp-page .eqp-case{
  background: #fff;
  border: 1px solid rgba(2,6,23,.10);
  border-radius: 22px;
  padding: 18px 18px 16px;
}
.eqp-page .eqp-case-top{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
}
.eqp-page .eqp-case-top .badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  border: 1px solid rgba(2,6,23,.10);
  background: rgba(15,23,42,.03);
}
.eqp-page .eqp-case-top h4{
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.eqp-page .eqp-kpi{
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.eqp-page .eqp-kpi .k{
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,.10);
  background: linear-gradient(180deg, rgba(15,23,42,.02), rgba(15,23,42,0));
  min-width: 150px;
}
.eqp-page .eqp-kpi .label{
  font-size: 12px;
  font-weight: 850;
  color: rgba(15,23,42,.70);
}
.eqp-page .eqp-kpi .num{
  font-size: 24px;
  font-weight: 1000;
  letter-spacing: -0.04em;
  color: var(--eqp-ink);
}
.eqp-page .eqp-case-one{
  margin: 12px 0 0;
  color: rgba(15,23,42,.86);
  line-height: 1.7;
}
.eqp-page .eqp-ba{
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 720px){
  .eqp-page .eqp-ba{ grid-template-columns: 1fr; }
}
.eqp-page .eqp-ba .ba{
  border-radius: 18px;
  border: 1px solid rgba(2,6,23,.10);
  background: rgba(15,23,42,.02);
  padding: 12px 12px 10px;
}
.eqp-page .eqp-ba .tag{
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(2,6,23,.10);
  background: #fff;
}
.eqp-page .eqp-ba p{ margin: 8px 0 0; line-height: 1.7; }
.eqp-page .eqp-evidence{
  margin-top: 12px;
  border-radius: 18px;
  border: 1px dashed rgba(2,6,23,.16);
  padding: 12px 12px 10px;
  background: rgba(37,99,235,.03);
}
.eqp-page .eqp-evidence .ttl{
  font-weight: 950;
  font-size: 13px;
  color: rgba(15,23,42,.86);
  margin-bottom: 8px;
}
.eqp-page .eqp-evidence-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.82);
  line-height: 1.7;
}


/* 5) Inquiry Form: 필드/안심 문구 */
.eqp-page .eqp-input,
.eqp-page .eqp-textarea,
.eqp-page select.eqp-input{
  background: #fff;
  border-color: rgba(2,6,23,.14);
}
.eqp-page .eqp-actions{
  align-items: flex-end;
}
.eqp-page .eqp-trust{
  display: grid;
  gap: 4px;
  color: rgba(15,23,42,.78);
  font-size: 13px;
}
.eqp-page .eqp-trust b{ font-weight: 950; }
@media (max-width: 560px){
  .eqp-page .eqp-actions{ flex-direction: column; align-items: stretch; }
  .eqp-page .eqp-submit,
  .eqp-page .mfg-btn.primary{ width: 100%; justify-content: center; }
}


/* =========================================================
   Premium UI polish v4 (2026-01-03)
   - 요청 반영: 히어로 타이틀 최적화/텍스트 컬러 위계/글래스모피즘 강화
              성공사례 섀도우, 리빌 0.8s/20px, KPI 카운팅, 파트너 로고, 플로팅 버튼,
              프로세스 인포그래픽(연결선)
   ========================================================= */

.eqp-page{
  --eqp-title: #1E293B;  /* title: dark navy */
  --eqp-body:  #475569;  /* body: slate */
  --eqp-sub:   #94A3B8;  /* secondary */
}

/* 컬러 위계 */
.eqp-page .mfg-h2,
.eqp-page .mfg-title,
.eqp-page .eqp-panel-title,
.eqp-page .eqp-case h4,
.eqp-page .eqp-benefit h3{
  color: var(--eqp-title);
}

.eqp-page .mfg-desc,
.eqp-page .mfg-sub,
.eqp-page .eqp-benefit p,
.eqp-page .eqp-bullets li,
.eqp-page .eqp-ba .col li,
.eqp-page .eqp-flow-note{
  color: var(--eqp-body);
}

.eqp-page .eqp-subtitle,
.eqp-page .eqp-flow-title{
  color: var(--eqp-sub);
}

/* 1) HERO: 타이틀 크기/자간/간격 */
.eqp-page .mfg-title{
  font-size: clamp(40px, 4.2vw, 54px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.10;
}

.eqp-page .mfg-hero .mfg-sub{
  margin-top: 32px;
}

/* CTA 버튼: 은은한 그라데이션 + 모서리 12~16px(기존 14px 유지) */
.eqp-page .mfg-btn.primary{
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37,99,235,0.95), rgba(var(--eqp-brand-rgb), 0.92));
  box-shadow: 0 14px 34px rgba(37,99,235,.16), 0 10px 22px rgba(var(--eqp-brand-rgb), .12);
}

/* 2) 글래스모피즘: 3대 전략 카드 */
.eqp-page .eqp-benefit{
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(148,163,184,0.35);
  backdrop-filter: blur(15px) saturate(160%);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
}

/* 3) 성공 사례 카드 섀도우(더 넓고 부드럽게) */
.eqp-page .eqp-case{
  background: rgba(255,255,255,0.74);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.05);
}

/* 4) 스크롤 리빌: 아래→위 20px / 0.8s */
.eqp-page .mfg-reveal{
  transform: translateY(20px);
  transition:
    opacity 800ms ease,
    transform 800ms cubic-bezier(.2,.9,.2,1);
}

/* 리빌 방향 통일: left/right/zoom도 Y(+20px) 포함 */
.eqp-page .mfg-reveal[data-anim="left"]{ transform: translate(-18px, 20px); }
.eqp-page .mfg-reveal[data-anim="right"]{ transform: translate(18px, 20px); }
.eqp-page .mfg-reveal[data-anim="zoom"]{ transform: translateY(20px) scale(0.985); }

/* 5) 호버 인터랙션(조금 더 생동감) */
@media (hover:hover){
  .eqp-page .eqp-benefit:hover,
  .eqp-page .eqp-mini:hover{
    transform: translateY(-5px);
  }
  .eqp-page .mfg-btn.primary:hover{
    transform: translateY(-2px);
  }
}

/* 6) 입력 폼 마이크로 인터랙션 */
.eqp-page .eqp-input,
.eqp-page .eqp-textarea,
.eqp-page select.eqp-input{
  background: #fff;
  border: 1px solid rgba(148,163,184,0.35);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.eqp-page .eqp-input:focus,
.eqp-page .eqp-textarea:focus{
  border-color: rgba(var(--eqp-brand-rgb), 0.50);
  box-shadow: 0 0 0 4px rgba(var(--eqp-brand-rgb), 0.12);
}

/* 7) 파트너 로고 섹션 */
.eqp-page .eqp-logos{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.eqp-page .eqp-logos .logo{
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(148,163,184,0.30);
  box-shadow: 0 16px 36px rgba(0,0,0,0.06);
  padding: 10px;
}
.eqp-page .eqp-logos .logo svg{
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 980px){
  .eqp-page .eqp-logos{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* 8) 플로팅 상담 버튼 + 파동 애니메이션 */
.eqp-page /* Floating CTA (무료 상담 신청) */
.eqp-float-btn{
  position: fixed !important;
  right: 22px !important;
  bottom: 112px !important; /* 우측 하단 고정 버튼(카카오) 위로 */
  z-index: 10000 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(30, 64, 175, 0.98);
  color: #fff !important;
  font-weight: 850;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.eqp-float-btn:hover{ filter: brightness(0.96); }
.eqp-float-btn:active{ transform: translateY(1px); }
.eqp-float-ic{ display:inline-flex; opacity: .95; }
.eqp-float-btn svg{ display:block; }

@media (max-width: 520px){
  .eqp-float-btn{
    right: 14px !important;
    bottom: 92px !important;
    padding: 11px 14px;
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce){
  .eqp-float-btn{ transition: none !important; }
}

/* 9) 프로세스(4단계) 인포그래픽: 연결선/화살표 */
.eqp-page .eqp-flow{
  position: relative;
  gap: 12px;
}
.eqp-page .eqp-flow .s{
  position: relative;
}
@media (min-width: 901px){
  .eqp-page .eqp-flow .s:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 12px;
    height: 1px;
    background: rgba(148,163,184,0.65);
  }
  .eqp-page .eqp-flow .s:not(:last-child)::before{
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: -2px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid rgba(148,163,184,0.65);
  }
}


/* =========================================================
   Premium overhaul (2026-01-03-05)
   - partners 삭제, Problem/Solution/Benefit/Case/Flow 개편
   - 본문 Light(300) + 핵심만 Bold(700)
   - 그림자: 컬러 섞인 톤(그린)으로 깊이감
========================================================= */

/* Typography baseline */
.eqp-page{
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #0f172a;
}
.eqp-page b, .eqp-page strong{ font-weight: 700; }

/* Section spacing: 숨통(PC 120px+, Mobile 완화) */
.eqp-page .eqp-section{
  padding: clamp(92px, 10vh, 140px) 0;
}
@media (max-width: 900px){
  .eqp-page .eqp-section{
    padding: clamp(64px, 8vh, 110px) 0;
  }
}

/* Hero title sizing + spacing */
.eqp-page .mfg-hero .mfg-title{
  font-size: clamp(48px, 4.8vw, 54px);
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 720px){
  .eqp-page .mfg-hero .mfg-title{ font-size: clamp(34px, 9vw, 44px); }
}
.eqp-page .mfg-hero .mfg-sub{
  margin-top: 28px;
  color: rgba(71,85,105,.95);
  font-weight: 300;
  line-height: 1.65;
}

/* Hero emphasis (headline phrase only) */
.eqp-emph{
  color: var(--eqp-point, rgba(37,99,235,1));
  font-weight: inherit;
}

/* CTA hierarchy */
.eqp-page .mfg-btn{
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: background .18s ease, box-shadow .18s ease, filter .18s ease;
}
.eqp-page .mfg-btn:hover{ transform: none; box-shadow: 0 6px 16px rgba(0,0,0,0.10); }
.eqp-page .mfg-btn:active{ transform: none; }
.eqp-page .mfg-btn.primary{
  background: linear-gradient(135deg, rgba(var(--eqp-brand-rgb), .92), rgba(5,150,105,.92));
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.eqp-page .mfg-btn.primary:hover{ filter: brightness(.97); }
.eqp-page .mfg-btn.ghost{
  background: transparent;
  border: 1px solid rgba(15,23,42,.14);
  box-shadow: none;
}
.eqp-page .mfg-btn.ghost:hover{
  background: rgba(2,6,23,.04);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* 카드 그림자/테두리: 블랙 대신 그린 톤 */
.eqp-page .eqp-textcard,
.eqp-page .eqp-benefit,
.eqp-page .eqp-form,
.eqp-page .eqp-mini{
  box-shadow: 0 22px 45px rgba(var(--eqp-brand-rgb), .07);
  border-color: rgba(2, 6, 23, 0.10);
}

/* Soft / Dark section skins */
.eqp-page .eqp-section.is-soft{
  background: #F8FAFC;
}
.eqp-page .eqp-section.is-dark{
  background: #0F172A;
  color: #fff;
}
.eqp-page .mfg-h2--light{ color:#fff; }
.eqp-page .mfg-desc--light{ color: rgba(226,232,240,.84); }

/* -------------------------
   Problem & Solution cards
------------------------- */
.eqp-ps-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.6vw, 34px);
  align-items: stretch;
}
@media (max-width: 980px){
  .eqp-ps-grid{ grid-template-columns: 1fr; }
}

.eqp-ps-card{
  border-radius: 26px;
  padding: clamp(18px, 2.6vw, 30px);
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 26px 60px rgba(2,6,23,.10);
  position: relative;
  overflow: hidden;
}
.eqp-ps-card:before{
  content:"";
  position:absolute; inset:-80px -120px auto -120px;
  height:220px;
  background: radial-gradient(circle at 30% 40%, rgba(37,99,235,.18), transparent 62%);
  opacity:.9;
  pointer-events:none;
}
.eqp-problem:before{
  background: radial-gradient(circle at 25% 35%, rgba(37,99,235,.22), transparent 62%);
}
.eqp-ps-kicker{
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(148,163,184,.85);
  font-weight: 600;
  margin-bottom: 14px;
}
.eqp-quote{
  position: relative;
  padding-left: 40px;
}
.eqp-quote-mark{
  position:absolute;
  left: 0;
  top: -10px;
  font-size: 56px;
  line-height: 1;
  color: rgba(15,23,42,.10);
  font-weight: 700;
}
.eqp-quote-lines{ display:grid; gap: 8px; }
.eqp-quote-line{
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(15,23,42,.95);
}
.eqp-quote-line.is-thin{ font-weight: 300; }
.eqp-quote-line.is-bold{ font-weight: 800; }
.eqp-quote-sub{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(71,85,105,.80);
}

.eqp-solution-main{
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: rgba(30,41,59,.95);
  margin-bottom: 18px;
}
.eqp-accent, .eqp-emerald{
  color: var(--eqp-point);
text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.eqp-solution-list{
  display: grid;
  gap: 10px;
}
.eqp-solution-item{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15,23,42,.03);
  border: 1px solid rgba(2,6,23,.06);
  color: rgba(15,23,42,.88);
}
.eqp-bullet-ico{
  width: 22px;
  height: 22px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(var(--eqp-brand-rgb), .12);
  color: rgba(var(--eqp-brand-rgb), 1);
  flex: 0 0 auto;
}
.eqp-bullet-ico svg{ width: 16px; height: 16px; }
.eqp-ps-note{
  margin-top: 16px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(var(--eqp-brand-rgb), .10);
  border: 1px solid rgba(var(--eqp-brand-rgb), .22);
  color: rgba(15,23,42,.86);
}

/* -------------------------
   Benefit Highlight Tiles
------------------------- */
.eqp-tiles{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.4vw, 24px);
}
@media (max-width: 980px){
  .eqp-tiles{ grid-template-columns: 1fr; }
}
.eqp-tile{
  border-radius: 26px;
  padding: clamp(18px, 2.6vw, 28px);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 22px 46px rgba(var(--eqp-brand-rgb), .07);
  border: none;
  outline: 1px solid transparent;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  transition: transform 220ms ease, outline-color 220ms ease, box-shadow 220ms ease;
}
.eqp-tile:hover{
  transform: translateY(-3px);
  outline-color: color-mix(in srgb, var(--tile-accent, rgba(var(--eqp-brand-rgb), 1)) 55%, transparent);
  box-shadow: 0 28px 64px rgba(var(--eqp-brand-rgb), .12);
}
.eqp-tile-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.eqp-tile-tag{
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(30,41,59,.86);
}
.eqp-tile-ico{
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(2,6,23,.03);
  color: rgba(30,41,59,.75);
}
.eqp-tile-ico svg{ width: 22px; height: 22px; }
.eqp-tile-big{
  margin-top: 16px;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--tile-accent, rgba(var(--eqp-brand-rgb), 1));
}
.eqp-tile-big.is-text{
  font-size: 40px;
  letter-spacing: -0.02em;
  color: rgba(30,41,59,.92);
}
.eqp-tile-sub{
  margin-top: auto;
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(71,85,105,.92);
  font-weight: 300;
}

/* -------------------------
   Success Case: Proof Slider
------------------------- */
.eqp-proof-slider .mfg-slider-inner{ gap: 0; }
.eqp-proof{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(16px, 2.8vw, 34px);
  align-items: stretch;
}
@media (max-width: 980px){
  .eqp-proof{ grid-template-columns: 1fr; }
}
.eqp-proof-visual{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(2,6,23,.04);
  box-shadow: 0 26px 62px rgba(2,6,23,.12);
  min-height: 360px;
}
.eqp-proof-visual img{
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.04);
}
.eqp-stamp{
  position:absolute;
  top: 18px;
  left: 18px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,.28);
  border: 2px solid rgba(255,255,255,.65);
  color:#fff;
  font-weight: 950;
  letter-spacing: .06em;
  transform: rotate(-9deg);
  text-shadow: 0 6px 18px rgba(2,6,23,.35);
}
.eqp-visual-cap{
  position:absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(0,0,0,.32);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(15px) saturate(160%);
  font-weight: 650;
}

.eqp-proof-data{
  border-radius: 28px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 24px 56px rgba(var(--eqp-brand-rgb), .08);
  padding: clamp(18px, 2.6vw, 30px);
  display:flex;
  flex-direction: column;
  gap: 16px;
}

.eqp-industry{
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  color: rgba(71,85,105,.95);
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(2,6,23,.08);
}
.eqp-proof-title{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(30,41,59,.96);
}

.eqp-proof-kpis{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 520px){
  .eqp-proof-kpis{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.eqp-proof-kpis .k{
  border-radius: 18px;
  padding: 12px 12px;
  background: rgba(15,23,42,.03);
  border: 1px solid rgba(2,6,23,.06);
}
.eqp-proof-kpis .k.big{
  grid-column: span 2;
  background: rgba(var(--eqp-brand-rgb), .08);
  border-color: rgba(var(--eqp-brand-rgb), .18);
}
.eqp-proof-kpis .label{
  display:block;
  font-size: 12px;
  letter-spacing: .02em;
  color: rgba(71,85,105,.78);
  font-weight: 700;
  margin-bottom: 6px;
}
.eqp-proof-kpis .num{
  display:block;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 950;
  color: rgba(15,23,42,.94);
}
.eqp-proof-kpis .k.big .num{
  font-size: 42px;
  color: rgba(var(--eqp-brand-rgb), 1);
}

.eqp-proof-ba{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 720px){
  .eqp-proof-ba{ grid-template-columns: 1fr; }
  .eqp-ba-arrow{ display:none; }
}

.eqp-ba-arrow{
  align-self: center;
  justify-self: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: rgba(30,41,59,.78);
  background: rgba(2,6,23,.03);
  border: 1px dashed rgba(2,6,23,.10);
  font-weight: 900;
}
.eqp-proof-ba .ba{
  border-radius: 18px;
  padding: 14px 14px;
  border: 1px solid rgba(2,6,23,.08);
  background: #fff;
}
.eqp-proof-ba .tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
.eqp-proof-ba .tag.asis{
  background: rgba(37,99,235,.10);
  color: rgba(37,99,235,1);
  border: 1px solid rgba(37,99,235,.18);
}
.eqp-proof-ba .tag.tobe{
  background: rgba(var(--eqp-brand-rgb), .12);
  color: rgba(var(--eqp-brand-rgb), 1);
  border: 1px solid rgba(var(--eqp-brand-rgb), .18);
}
.eqp-proof-ba ul{ margin:0; padding-left: 18px; color: rgba(71,85,105,.95); line-height: 1.65; }
.eqp-proof-bullets .ttl{
  font-size: 13px;
  font-weight: 900;
  color: rgba(30,41,59,.86);
  letter-spacing: .02em;
  margin-bottom: 8px;
}
.eqp-proof-bullets ul{ margin:0; padding-left: 18px; color: rgba(71,85,105,.95); line-height: 1.65; }

/* -------------------------
   Flow: Interactive Step-line (Vertical)
------------------------- */
.eqp-timeline-wrap{
  margin-top: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 24px 56px rgba(var(--eqp-brand-rgb), .08);
  padding: clamp(18px, 2.6vw, 30px);
  position: relative;
  overflow: hidden;
}
.eqp-tl-head{ margin-bottom: 18px; }
.eqp-tl-title{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(30,41,59,.96);
}
.eqp-tl-sub{
  margin-top: 8px;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(71,85,105,.95);
  font-weight: 300;
}
.eqp-tl-rail{
  position:absolute;
  left: 34px;
  top: 86px;
  bottom: 28px;
  width: 2px;
  border-radius: 999px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(148,163,184,.45) 0 6px,
    transparent 6px 12px
  );
  overflow: hidden;
}
.eqp-tl-fill{
  width:100%;
  height: var(--tl-fill, 0%);
  background: linear-gradient(180deg, rgba(var(--eqp-brand-rgb), 1), rgba(5,150,105,1));
  border-radius: 999px;
  transition: height 240ms ease;
}
.eqp-tl-list{
  margin:0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 16px;
}
.eqp-tl-item{
  display:grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  position: relative;
}

.eqp-tl-item:before{
  content: attr(data-bg);
  position: absolute;
  left: 72px;
  top: -10px;
  font-size: clamp(64px, 5vw, 86px);
  font-weight: 950;
  letter-spacing: -0.04em;
  color: rgba(15,23,42,1);
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.eqp-tl-marker,
.eqp-tl-body{ position: relative; z-index: 1; }
.eqp-tl-marker{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  font-weight: 950;
  letter-spacing: .04em;
  color: rgba(15,23,42,.86);
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(2,6,23,.12);
  box-shadow: 0 12px 28px rgba(var(--eqp-brand-rgb), .06);
  position: relative;
  margin-top: 2px;
}
.eqp-tl-item.is-active .eqp-tl-marker{
  border-color: rgba(var(--eqp-brand-rgb), .45);
  box-shadow: 0 0 0 6px rgba(var(--eqp-brand-rgb), .14), 0 18px 42px rgba(var(--eqp-brand-rgb), .16);
}
.eqp-tl-h{
  font-size: 16px;
  font-weight: 850;
  color: rgba(30,41,59,.95);
  margin-bottom: 6px;
}
.eqp-tl-p{
  margin: 0 0 10px;
  font-size: 15.8px;
  line-height: 1.65;
  color: rgba(71,85,105,.95);
  font-weight: 300;
}
.eqp-tip{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(15,23,42,.03);
  border: 1px solid rgba(2,6,23,.06);
  color: rgba(71,85,105,.95);
  font-size: 14.5px;
  line-height: 1.65;
}
.eqp-tip b{ font-weight: 800; }
.eqp-tip:before{
  content:"Tip";
  font-weight: 950;
  letter-spacing: .06em;
  color: rgba(var(--eqp-brand-rgb), 1);
  margin-top: 1px;
}

/* -------------------------
   Header scroll: dark glass (page scope)
------------------------- */
.is-machinery .nb-header{
  background: rgba(13,17,23,0.80);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
  backdrop-filter: blur(15px) saturate(160%);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  transition: background .18s ease, backdrop-filter .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.is-machinery .nb-header.is-scrolled{
  background: rgba(13,17,23,0.88);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
  backdrop-filter: blur(15px) saturate(160%);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 34px rgba(0,0,0,.16);
}




/* =========================================================
   Premium detailing additions (v7)
========================================================= */

/* Page-scoped header glass for readability on hero visuals */
.page-machinery .nb-header{
  background: rgba(13,17,23,0.80);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
  backdrop-filter: blur(15px) saturate(160%);
}
.page-machinery .nb-header.is-scrolled{
  background: rgba(13,17,23,0.88);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
  backdrop-filter: blur(15px) saturate(160%);
}


/* Hero kicker ("기계설계") */
.eqp-page .eqp-kicker{
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px 0;
}
.eqp-page .eqp-kicker-a{
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--eqp-ink);
  font-size: 18px;
}
.eqp-page .eqp-kicker-b{
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--eqp-ink);
  font-size: 18px;
}
.eqp-page .eqp-kicker-sub{
  font-weight: 300;
  color: var(--eqp-muted2);
  font-size: 14px;
  letter-spacing: -0.01em;
}

/* Emphasis in hero title */
.eqp-page .eqp-emph{
  color: var(--eqp-brand);
  position: relative;
  white-space: nowrap;
}
.eqp-page .eqp-emph::after{
  content:"";
  position:absolute;
  left: -0.02em;
  right: -0.02em;
  bottom: 0.08em;
  height: 0.42em;
  background: rgba(var(--eqp-brand-rgb), 0.18);
  background: color-mix(in srgb, var(--eqp-brand) 18%, transparent);
  border-radius: 8px;
  z-index: -1;
}

/* Hero media images (SVG / high-res) */
.eqp-page .eqp-hero-img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 26px;
}

/* Sub-copy spacing */
.eqp-page .mfg-sub{ margin-top: 28px; }

/* Buttons: subtle shadow + gentle hover (no “pop”) */
.eqp-page .mfg-btn.primary{
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.eqp-page .mfg-btn.primary:hover{
  filter: brightness(0.97);
  transform: translateY(-1px);
}
.eqp-page .mfg-btn.ghost{
  box-shadow: none;
}

/* Proof / logo strip */
.eqp-page .eqp-proof{
  border-radius: 24px;
  padding: 22px 22px 18px;
  background: linear-gradient(180deg,
    rgba(30,58,138,0.05),
    rgba(30,58,138,0.02)
  );
  border: 1px solid rgba(15,23,42,0.06);
}
.eqp-page .eqp-proof-title{
  font-size: 16px;
  font-weight: 800;
  color: var(--eqp-ink);
  letter-spacing: -0.02em;
}
.eqp-page .eqp-proof-desc{
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--eqp-muted2);
}
.eqp-page .eqp-logos{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media (max-width: 980px){
  .eqp-page .eqp-logos{ grid-template-columns: repeat(3, 1fr); }
}
.eqp-page .eqp-logo{
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: rgba(15,23,42,0.55);
  background: rgba(255,255,255,0.75);
  border: 1px dashed rgba(15,23,42,0.16);
  filter: grayscale(1);
}

/* Card shadows: slightly tinted (avoid pure black) */
.eqp-page .eqp-card,
.eqp-page .eqp-benefit-card,
.eqp-page .eqp-case-card{
  box-shadow: 0 20px 25px -5px rgba(30,58,138,0.06);
}

/* Floating CTA: use accent color, clean (no ripple) */
.eqp-page .eqp-float-btn{
  background: var(--eqp-point);
  background: linear-gradient(135deg, var(--eqp-point), rgba(var(--eqp-point-rgb), 0.86));
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 10px 22px rgba(15,23,42,0.12);
}
.eqp-page .eqp-float-btn:hover{
  filter: brightness(0.98);
  transform: translateY(-2px);
}

/* Tables / diagrams on mobile: prefer scroll container if any */
.eqp-page .eqp-table-wrap{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 18px;
}
.eqp-page .eqp-table{
  min-width: 720px;
}
