/* Etapa Pagamento — grid + tabela + rodapé de resumo */

.tycket-pay-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tycket-pay-toolbar h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #333;
}

.tycket-btn-finalizar-top {
  background: #70a340;
  color: #fff !important;
  border: none;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}

.tycket-btn-finalizar-top:hover {
  filter: brightness(0.96);
}

.tycket-pay-hint {
  font-size: 12px;
  color: #555;
  margin: 0 0 16px;
  line-height: 1.4;
}

.tycket-pay-banner {
  background: #00aeef;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.55;
}

.tycket-pay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 1024px) {
  .tycket-pay-grid {
    grid-template-columns: 1fr;
  }
}

.tycket-sec-head {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 13px;
  color: #222;
}

.tycket-sec-num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #00aeef;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.tycket-sec-body {
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 14px;
  margin-bottom: 16px;
  background: #fff;
}

.tycket-req {
  color: #c00;
}

.tycket-pay-inline-radios {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.tycket-pay-inline-radios label {
  font-weight: 400;
  cursor: pointer;
}

.tycket-pay-note {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
}

.tycket-pay-note strong {
  font-weight: 700;
}

.tycket-pay-payopt {
  margin-bottom: 10px;
}

.tycket-pay-payopt label {
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}

.tycket-coupon-title {
  font-weight: 700;
  margin: 0 0 8px;
}

.tycket-coupon-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tycket-coupon-row input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ccc;
  font-size: 13px;
}

.tycket-coupon-ok {
  padding: 8px 16px;
  background: #e0e0e0;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 12px;
}

.tycket-pay-table-wrap {
  overflow-x: auto;
}

.tycket-pay-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.tycket-pay-table th {
  background: #00aeef;
  color: #fff;
  padding: 10px 8px;
  text-align: left;
  font-weight: 700;
}

.tycket-pay-table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 8px;
  vertical-align: top;
}

.tycket-pay-table .tycket-pay-td-right {
  text-align: right;
  white-space: nowrap;
}

.tycket-pay-summary-rows {
  margin-top: 8px;
  font-size: 12px;
}

.tycket-pay-summary-rows div {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 4px 0;
}

.tycket-pay-summary-rows .bold {
  font-weight: 700;
}

.tycket-valor-total-bar {
  margin-top: 14px;
  background: #00aeef;
  color: #fff;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

.tycket-forgot-item {
  margin: 10px 0 0;
  font-size: 12px;
  color: #666;
}

.tycket-forgot-item a {
  color: inherit;
}

.tycket-terms-title {
  margin: 16px 0 8px;
  font-weight: 700;
  font-size: 13px;
  color: #555;
}

.tycket-terms-box {
  height: 140px;
  overflow-y: auto;
  border: 1px solid #333;
  padding: 10px;
  font-size: 11px;
  line-height: 1.45;
  color: #444;
  background: #fafafa;
}

.tycket-terms-box p {
  margin: 0 0 10px;
}

.tycket-terms-box p:last-child {
  margin-bottom: 0;
}

.tycket-terms-check {
  margin-top: 10px;
  font-size: 12px;
}

.tycket-pay-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.tycket-ssl-badge {
  font-size: 11px;
  line-height: 1.35;
  color: #555;
  max-width: 200px;
}

.tycket-ssl-badge strong {
  color: #996515;
}

.tycket-btn-finalizar-big {
  background: #70a340;
  color: #fff !important;
  border: none;
  padding: 16px 32px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}

.tycket-btn-finalizar-big:hover {
  filter: brightness(0.96);
}
