.case-study--vs-eql .cs-lead,
.case-study--vs-eql .cs-body,
.case-study--vs-eql .cs-compare-col__headline--muted,
.case-study--vs-eql .cs-soft-card__body {
  color: #000;
}

.case-study--vs-eql .cs-section--dark .cs-lead,
.case-study--vs-eql .cs-section--dark .cs-body {
  color: #fff;
}


.veq-vspill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.veq-vspill__ss {
  height: 18px;
  width: auto;
  display: block;
}
.veq-vspill__vs {
  font: 500 13px/1 var(--font-sans);
  color: #000;
}
.veq-vspill__eql {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  background: #000;
}
.veq-vspill__eql img {
  height: 13px;
  width: auto;
  display: block;
}

.veq-domstat {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 56px auto 0;
  width: 100%;
  max-width: 940px;
}
.veq-domstat__card {
  border-radius: 16px;
  padding: 44px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.veq-domstat__card--ss {
  background: #0a0a0a;
}
.veq-domstat__card--eql {
  background: #fafafa;
  border: 1px solid #e5e5e5;
}
.veq-domstat__brand img {
  height: 20px;
  width: auto;
  display: block;
  filter: invert(1) hue-rotate(180deg);
}
.veq-domstat__num {
  font: 500 clamp(56px, 7vw, 84px)/1 var(--font-sans);
  letter-spacing: -0.04em;
}
.veq-domstat__card--ss .veq-domstat__num {
  color: var(--orange-500, #ff4618);
}
.veq-domstat__card--eql .veq-domstat__num {
  color: #e5484d;
}
.veq-domstat__desc {
  font: 500 15px/1.45 var(--font-sans);
  text-align: center;
  max-width: 340px;
}
.veq-domstat__card--ss .veq-domstat__desc {
  color: #fff;
}
.veq-domstat__card--eql .veq-domstat__desc {
  color: #000;
}

.veq-skin {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 12px auto 0;
  width: 100%;
  max-width: 1020px;
}
.veq-skin__col--ss {
  border: 1px solid rgba(26, 127, 55, 0.3);
  background: rgba(26, 127, 55, 0.04);
  border-radius: 18px;
  padding: 24px;
}
.veq-skin__col--eql {
  border: 1px solid rgba(229, 72, 77, 0.35);
  background: rgba(229, 72, 77, 0.03);
  border-radius: 18px;
  padding: 24px;
}
.veq-skin__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.veq-skin__colhead {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
}
.veq-skin__colhead img {
  height: 22px;
  width: auto;
  display: block;
}
.veq-skin__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 24px 24px 22px;
  border-radius: 14px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.07);
}
.veq-skin__cell--cj {
  background: #fff;
}
.veq-skin__cell--vg {
  background: #f9f1da;
}
.veq-skin__col--eql .veq-skin__cell {
  border-style: dashed;
  border-color: #d6d6d6;
  box-shadow: none;
}
.veq-skin__mark {
  height: 26px;
  width: auto;
  display: block;
}
.veq-skin__mark--vg {
  height: 20px;
}
.veq-skin__product {
  width: 100%;
  height: 110px;
  object-fit: contain;
  display: block;
}
.veq-skin__domain {
  align-self: flex-start;
  padding: 4px 10px;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  font: 500 12px/1 var(--font-sans);
  letter-spacing: -0.01em;
  color: #000;
  background: #fff;
}
.veq-skin__domain--rf {
  border-color: rgba(229, 72, 77, 0.5);
  color: #e5484d;
  background: rgba(229, 72, 77, 0.05);
}
.veq-skin__cell--rf {
  background: #fff;
  flex: 1;
}
.veq-skin__mark--rf {
  height: 30px;
  width: auto;
}
.veq-skin__product--rf {
  height: 240px;
  width: auto;
  max-width: 70%;
  object-fit: contain;
}
.veq-skin__rfprice {
  font: 500 13px/1.3 var(--font-mono);
  letter-spacing: 0.02em;
  color: #e5484d;
}
.veq-skin__btn {
  width: 100%;
  max-width: 280px;
  padding: 12px 14px;
  text-align: center;
  font: 500 13px/1 var(--font-mono);
  letter-spacing: 0.06em;
}
.veq-skin__btn--cj {
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  background: #fff;
}
.veq-skin__btn--vg {
  border: 1px solid var(--orange-600, #e63c10);
  border-radius: 6px;
  color: #fff;
  background: var(--orange-500, #ff4618);
}
.veq-skin__btn--fixed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 10px;
  background: #000;
}
.veq-skin__btn--fixed img {
  height: 16px;
  width: auto;
  display: block;
}
.veq-skin__foot {
  text-align: center;
  font: 500 15px/1.3 var(--font-sans);
  letter-spacing: -0.01em;
  color: #000;
}
.veq-skin__foot--eql {
  color: #e5484d;
}

.veq-acct {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.veq-acct__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  border-radius: 14px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.08);
}
.veq-acct__col--ss {
  border-color: #1a7f37;
  background: rgba(26, 127, 55, 0.04);
  box-shadow: 0 0 0 1px rgba(26, 127, 55, 0.18), 0 10px 24px -14px rgba(26, 127, 55, 0.3);
}
.veq-acct__col--eql {
  border-color: rgba(229, 72, 77, 0.6);
  background: rgba(229, 72, 77, 0.03);
  box-shadow: 0 0 0 1px rgba(229, 72, 77, 0.16), 0 10px 24px -14px rgba(229, 72, 77, 0.3);
}
.veq-acct__headline {
  font: 500 20px/1.25 var(--font-sans);
  letter-spacing: -0.02em;
  color: #000;
}
.veq-acct__body {
  font: 500 14px/1.5 var(--font-sans);
  letter-spacing: -0.01em;
  color: #000;
}
.veq-acct__logo {
  height: 26px;
  width: auto;
}
.veq-coltag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.veq-coltag img {
  height: 18px;
  width: auto;
  display: block;
}
.veq-coltag .veq-eqlchip--sm img {
  height: 14px;
}
.veq-coltag__note {
  font: 500 13px/1 var(--font-sans);
  letter-spacing: 0.02em;
  color: #000;
  text-transform: uppercase;
}

.veq-eqlchip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 8px;
  background: #000;
}
.veq-eqlchip img {
  display: block;
  height: 20px;
  width: auto;
}
.veq-eqlchip--sm {
  padding: 5px 9px;
}
.veq-eqlchip--sm img {
  height: 14px;
}
.veq-table__brandlogo {
  display: block;
  height: 20px;
  width: auto;
}

.veq-acct__flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.veq-acct__pill {
  padding: 10px 14px;
  border-radius: 999px;
  font: 500 13px/1 var(--font-sans);
  letter-spacing: -0.01em;
}
.veq-acct__pill--field {
  border: 1px solid #d9d9d9;
  color: #000;
  background: #fff;
}
.veq-acct__pill--go {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  letter-spacing: 0.04em;
}
.veq-acct__pill--in {
  border: 1px solid var(--orange-500, #ff4618);
  color: var(--orange-500, #ff4618);
  background: rgba(255, 70, 24, 0.06);
}
.veq-acct__arrow {
  font: 500 15px/1 var(--font-sans);
  color: #000;
}
.veq-acct__wall {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  counter-reset: gate;
}
.veq-acct__gate {
  counter-increment: gate;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  font: 500 14px/1.3 var(--font-sans);
  letter-spacing: -0.01em;
  color: #000;
  background: #fafafa;
}
.veq-acct__gate::before {
  content: counter(gate);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  font: 500 12px/1 var(--font-sans);
  color: #000;
  flex: none;
}
.veq-acct__meta {
  font: 500 14px/1.4 var(--font-sans);
  letter-spacing: -0.02em;
  color: #000;
}
.veq-acct__meta--good {
  color: #1a7f37;
}
.veq-acct__meta--bad {
  color: #e5484d;
}

.cs-fee-card__head--brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cs-fee-card__logo {
  height: 28px;
  width: auto;
  display: block;
}
.cs-fee-card--good {
  border-color: #1a7f37;
  box-shadow: 0 0 0 1px rgba(26, 127, 55, 0.22), 0 10px 24px -12px rgba(26, 127, 55, 0.3);
}
.cs-fee-card--good .cs-fee-card__zero {
  color: #1a7f37;
  background: rgba(26, 127, 55, 0.08);
}
.cs-fee-card--good .cs-fee-card__row--total span {
  color: #1a7f37;
}
.cs-fee-card--good .cs-fee-card__head-meta {
  color: #1a7f37;
  border: 1px solid rgba(26, 127, 55, 0.45);
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(26, 127, 55, 0.06);
}
.cs-fee-card--error {
  border-color: #e5484d;
  box-shadow: 0 0 0 1px rgba(229, 72, 77, 0.25), 0 10px 24px -12px rgba(229, 72, 77, 0.35);
}
.cs-fee-card--error .cs-fee-card__badge {
  border-color: #e5484d;
  color: #e5484d;
  background: rgba(229, 72, 77, 0.07);
}
.cs-fee-card--error .cs-fee-card__row--total span {
  color: #e5484d;
}
.cs-fee-card__head-meta--error {
  color: #e5484d;
  border: 1px solid rgba(229, 72, 77, 0.5);
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(229, 72, 77, 0.06);
}

.veq-run {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 36px;
}
.veq-run__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.veq-run__mock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 190px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: #111;
}
.veq-run__product {
  width: 82%;
  height: 100px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 8px 14px;
}
.veq-run__btn {
  padding: 10px 22px;
  border: 1px solid #fff;
  border-radius: 999px;
  font: 500 12px/1 var(--font-mono);
  letter-spacing: 0.06em;
  color: #fff;
}
.veq-run__barhead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font: 500 12px/1 var(--font-mono);
  letter-spacing: 0.05em;
  color: #fff;
}
.veq-run__barhead b {
  color: var(--orange-500, #ff4618);
  font-weight: 500;
}
.veq-run__bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
.veq-run__bar i {
  display: block;
  width: 91%;
  height: 100%;
  border-radius: 999px;
  background: var(--orange-500, #ff4618);
}
.veq-run__note {
  font: 500 12px/1.3 var(--font-mono);
  color: rgba(255, 255, 255, 0.75);
}
.veq-run__mock--rows {
  align-items: stretch;
  gap: 8px;
}
.veq-run__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font: 500 12px/1 var(--font-mono);
  color: #fff;
}
.veq-run__row--bot {
  border-color: rgba(229, 72, 77, 0.6);
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}
.veq-run__ok {
  color: #2ecc71;
  font-weight: 500;
}
.veq-run__no {
  color: #e5484d;
  font-weight: 500;
  text-decoration: none;
}
.veq-run__tag {
  font: 500 14px/1.3 var(--font-sans);
  letter-spacing: -0.01em;
  color: #fff;
}

@media (max-width: 900px) {
  .veq-domstat,
  .veq-skin,
  .veq-acct {
    grid-template-columns: 1fr;
  }
  .veq-run {
    grid-template-columns: 1fr;
  }
}

.veq-table {
  margin-top: 48px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.05);
}

.veq-table__head,
.veq-table__row {
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) 1.15fr 1.15fr;
}

.veq-table__head {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}

.veq-table__row {
  border-top: 1px solid #f0f0f0;
  transition: background 0.25s ease;
}

.veq-table__row:first-of-type {
  border-top: none;
}

.veq-table__row:hover {
  background: #fcfcfc;
}

.veq-table__topic {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.veq-table__topic--head {
  padding: 20px 28px;
  display: flex;
  align-items: flex-end;
}

.veq-table__cell {
  padding: 28px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-left: 1px solid #f2f2f2;
  min-width: 0;
}

.veq-table__cell--head {
  padding: 20px 28px;
  align-items: center;
}

.veq-table__cell--ss {
  background: rgba(26, 127, 55, 0.07);
  border-left-color: rgba(26, 127, 55, 0.25);
}

.veq-table__cell:not(.veq-table__cell--ss) {
  background: rgba(229, 72, 77, 0.04);
}

.veq-table__row:hover .veq-table__cell--ss {
  background: rgba(26, 127, 55, 0.11);
}

.veq-table__brand {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
}

.veq-table__brand--ss {
  color: var(--orange-500, #ff4618);
}

.veq-table__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.veq-table__headline {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #000;
}

.veq-table__headline--eql {
  font-weight: 400;
}

.veq-table__tag {
  display: none;
}

.veq-mark {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.veq-mark svg {
  width: 14px;
  height: 14px;
}

.veq-mark svg path {
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.veq-mark--yes {
  background: rgba(26, 127, 55, 0.12);
}

.veq-mark--yes svg path {
  stroke: #1a7f37;
}

.veq-mark--no {
  background: rgba(229, 72, 77, 0.1);
}

.veq-mark--no svg path {
  stroke: #e5484d;
}

.veq-mark--eq {
  background: rgba(229, 72, 77, 0.1);
}

.veq-mark--eq svg path {
  stroke: #e5484d;
}

.veq-js [data-veq-row].is-on {
  animation: veq-rise 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.veq-js [data-veq-row].is-on .veq-table__cell--ss {
  animation: veq-rise 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.1s backwards;
}

.veq-js [data-veq-row].is-on .veq-table__cell:not(.veq-table__cell--ss) {
  animation: veq-rise 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.2s backwards;
}

.veq-js [data-veq-row].is-on .veq-mark svg path {
  stroke-dasharray: 1;
  animation: veq-draw 0.55s ease 0.4s backwards;
}

.veq-js [data-fee].is-on .cs-fee-card__row,
.veq-js [data-fee].is-on .cs-fee-card__note {
  animation: veq-rise 0.5s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.veq-js [data-fee].is-on .cs-fee-card__body > *:nth-child(2) {
  animation-delay: 0.12s;
}

.veq-js [data-fee].is-on .cs-fee-card__body > *:nth-child(3) {
  animation-delay: 0.22s;
}

.veq-js [data-fee].is-on .cs-fee-card__body > *:nth-child(4) {
  animation-delay: 0.32s;
}

.veq-js [data-fee].is-on .cs-fee-card__zero {
  display: inline-block;
  animation: veq-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s backwards;
}

.veq-js [data-fee].is-on .cs-fee-card__badge {
  animation: veq-badge-pulse 1.7s ease 1s 2;
}

@keyframes veq-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes veq-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes veq-pop {
  from {
    opacity: 0;
    transform: scale(0.55);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes veq-badge-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  35% {
    box-shadow: 0 0 0 5px rgba(255, 70, 24, 0.14);
  }
}













































































.veq-acc {
  margin-top: 48px;
  max-width: 900px;
  border-top: 1px solid #ebebeb;
}

.veq-acc__item {
  border-bottom: 1px solid #ebebeb;
}

.veq-acc__h {
  margin: 0;
}

.veq-acc__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: #000;
}

.veq-acc__q {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.veq-acc__icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  flex-shrink: 0;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.veq-acc__btn:hover .veq-acc__icon {
  border-color: var(--orange-500, #ff4618);
}

.veq-acc__icon::before,
.veq-acc__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transition: background 0.35s ease;
}

.veq-acc__icon::before {
  width: 12px;
  height: 1.6px;
  transform: translate(-50%, -50%);
}

.veq-acc__icon::after {
  width: 1.6px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.veq-acc__item.is-open .veq-acc__icon {
  transform: rotate(45deg);
  background: var(--orange-500, #ff4618);
  border-color: var(--orange-500, #ff4618);
}

.veq-acc__item.is-open .veq-acc__icon::before,
.veq-acc__item.is-open .veq-acc__icon::after {
  background: #fff;
}

.veq-acc__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.veq-acc__panel-inner {
  overflow: hidden;
}

.veq-acc__item.is-open .veq-acc__panel {
  grid-template-rows: 1fr;
}

.veq-acc__body {
  padding: 0 48px 26px 0;
}

.veq-note {
  margin: 32px 0 0;
  max-width: 900px;
  font-size: 14px;
  line-height: 1.55;
  color: #000;
}

.veq-note a {
  color: #000;
  text-underline-offset: 2px;
}

.case-study--vs-eql .cs-card--dark {
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.case-study--vs-eql .cs-card--dark:hover {
  transform: translateY(-4px);
  border-color: #4a4a4a;
}

.case-study--vs-eql .cs-section--takeaway .cs-section__inner {
  background: radial-gradient(ellipse 640px 300px at 50% 6%, rgba(255, 70, 24, 0.13), transparent 70%);
}

@media (max-width: 900px) {
  .veq-table__head {
    display: none;
  }

  .veq-table__row {
    grid-template-columns: 1fr;
  }

  .veq-table__topic {
    padding: 24px 20px 8px;
  }

  .veq-table__cell {
    padding: 18px 20px;
    border-left: none;
    flex-wrap: wrap;
  }

  .veq-table__cell--ss {
    box-shadow: inset 3px 0 0 #1a7f37;
  }

  .veq-table__tag {
    display: block;
    width: 100%;
  }

  .veq-table__tag img {
    height: 16px;
    width: auto;
    display: block;
  }

  .veq-table__tag .veq-eqlchip--sm img {
    height: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .veq-js [data-veq-row].is-on,
  .veq-js [data-veq-row].is-on .veq-table__cell,
  .veq-js [data-veq-row].is-on .veq-mark svg path,
  .veq-js [data-fee].is-on .cs-fee-card__row,
  .veq-js [data-fee].is-on .cs-fee-card__note,
  .veq-js [data-fee].is-on .cs-fee-card__zero,
  .veq-js [data-fee].is-on .cs-fee-card__badge {
    animation: none !important;
  }
}

