.checkout-v2-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 15px;
}

/* Barra de Progresso V2 */
.progress-bar-v2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: var(--gray-color);
  font-size: 0.85rem;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.progress-step {
  text-align: center;
  font-weight: 500;
}

.progress-step.active {
  color: var(--secondary-color);
}

.progress-step.active i {
  color: var(--primary-color);
}

.progress-line {
  width: 40px;
  height: 1px;
  background: #ddd;
}

/* Título e Ícone */
.success-header {
  text-align: center;
  margin-bottom: 50px;
}

.icon-circle-check {
  width: 80px;
  height: 80px;
  background-color: #e8f5e9;
  color: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 30px;
}

.title-playfair {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--secondary-color);
  margin-bottom: 10px;
  text-align: center;
}

.subtitle-inter {
  color: var(--gray-color);
  font-size: 1.05rem;
}

.order-badge {
  background-color: #f5f5f5;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--secondary-color);
  display: inline-block;
  margin-top: 25px;
  letter-spacing: 1px;
}

/* Cards V2 */
.card-v2 {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 30px;
  z-index: 1 !important;
}

.card-title-v2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--secondary-color);
  margin-bottom: 25px;
}

/* Resumo da Direita */
.resumo-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #555;
}

.resumo-total-box {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.btn-lumas-solid {
  background-color: var(--primary-color);
  color: #fff;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 50px !important;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-lumas-solid:hover {
  background-color: #c48982;
  color: #fff;
}

/* Dados em Grade */
.data-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gray-color);
  margin-bottom: 15px;
  display: block;
}

.data-value {
  font-size: 1rem;
  color: var(--secondary-color);
  line-height: 1.5;
}

.total-label {
  font-weight: 600;
  font-size: 1.1rem;
}

.total-valor {
  font-size: 1.4rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* Card pix */
.pix-card-v2 {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 40px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.qr-code-box {
  background: #fdfaf7;
  border: 1px solid #f0e6d8;
  padding: 25px;
  border-radius: 12px;
  display: inline-block;
  margin: 25px 0;
}

.qr-code-img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Inputs e Botões */
.input-lumas {
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
  padding: 12px 15px;
  font-family: monospace;
  font-size: 0.9rem;
  color: #555;
  background-color: #fafafa;
}

.input-lumas:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: none;
}

.btn-lumas-solid.btn-success {
  background-color: #28a745 !important;
}

.btn-lumas-outline {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 25px;
  border-radius: 50px;
  background: transparent;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-lumas-outline:hover {
  background: var(--primary-color);
  color: #fff;
}

.resumo-box {
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
  border: 1px dashed #ddd;
}

.verificando-box {
  color: #666;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.cancelar-link {
  color: #dc3545;
  font-size: 0.85rem;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-top: 30px;
  transition: 0.2s;
}

.cancelar-link:hover {
  color: #a71d2a;
}

/* Card boleto */
.boleto-card-v2 {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.status-badge-boleto {
  background: #fff8e1;
  padding: 20px;
  border-radius: 5px;
  margin: 25px 0;
}

.pedido-mini-info {
  background: #fafafa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
  border: 1px dashed #ddd;
  font-size: 0.9rem;
}

.boleto-preview-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  overflow-x: auto;
}