.jbid-body {
  margin: 0;
  background: #f7f8fb;
  color: var(--bidlab-text, #20242c);
  font-family: Pretendard, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.jbid-top,
.jbid-hero,
.jbid-block,
.jbid-foot {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 18px;
}
.jbid-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border-bottom: 1px solid var(--bidlab-border, #e4e8ef);
  max-width: none;
  padding-left: max(18px, calc(50% - 362px));
  padding-right: max(18px, calc(50% - 362px));
}
.jbid-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}
.jbid-logo img {
  height: 48px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}
.jbid-top-cta,
.jbid-btn,
.jbid-sticky {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: var(--bidlab-blue, #2f5bd5);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.jbid-hero {
  padding-top: 48px;
  padding-bottom: 48px;
}
.jbid-kicker,
.jbid-sub {
  color: var(--bidlab-muted, #6b7380);
}
.jbid-hero h1,
.jbid-block h2 {
  margin: 8px 0 16px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.jbid-lead {
  font-size: 20px;
  font-weight: 700;
}
.jbid-tint {
  background: #fff;
  border-top: 1px solid var(--bidlab-border, #e4e8ef);
  border-bottom: 1px solid var(--bidlab-border, #e4e8ef);
  max-width: none;
  padding-left: max(18px, calc(50% - 362px));
  padding-right: max(18px, calc(50% - 362px));
}
.jbid-steps,
.jbid-list,
.jbid-process {
  padding: 0;
  margin: 0;
  list-style: none;
}
.jbid-steps li,
.jbid-list li,
.jbid-process li {
  margin: 0 0 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--bidlab-border, #e4e8ef);
  border-radius: 12px;
}
.jbid-steps strong,
.jbid-process span {
  display: block;
  color: var(--bidlab-blue, #2f5bd5);
  margin-bottom: 4px;
}
.jbid-quote {
  font-size: 20px;
  font-weight: 800;
}
.jbid-flow {
  padding: 14px 16px;
  background: #eef2fb;
  border-radius: 12px;
}
.jbid-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.jbid-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  font-size: 15px;
}
.jbid-form input,
.jbid-form select {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--bidlab-border, #e4e8ef);
  border-radius: 10px;
  font: inherit;
}
.jbid-agree {
  font-weight: 500 !important;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.jbid-msg {
  margin: 0;
}
.jbid-msg.is-ok {
  color: var(--bidlab-green, #22a06b);
}
.jbid-msg.is-err {
  color: var(--bidlab-red, #e55353);
}
.jbid-stats,
.jbid-cases {
  display: grid;
  gap: 10px;
}
.jbid-stats article,
.jbid-cases article {
  background: #fff;
  border: 1px solid var(--bidlab-border, #e4e8ef);
  border-radius: 12px;
  padding: 14px 16px;
}
.jbid-foot {
  color: var(--bidlab-muted, #6b7380);
  font-size: 14px;
  padding-bottom: 88px;
}
.jbid-sticky {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 20;
}

@media (max-width: 768px) {
  .jbid-sticky {
    bottom: calc(12px + var(--mobile-tab-h, 56px));
  }
}
.jbid-link {
  color: var(--bidlab-blue, #2f5bd5);
  font-weight: 700;
}
@media (min-width: 760px) {
  .jbid-sticky {
    display: none;
  }
  .jbid-stats,
  .jbid-cases {
    grid-template-columns: 1fr 1fr;
  }
}
