/* Consultation Success Page (enterprise-grade UX) */

.tz-success {
  padding: 40px 0 70px;
}

.tz-success-hero {
  margin: 0 auto;
  max-width: 980px;
  padding: 46px 28px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(10,34,64,1) 0%, rgba(15,45,82,1) 55%, rgba(10,34,64,1) 100%);
  box-shadow: var(--shadow-lg);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tz-success-hero:before {
  content: "";
  position: absolute;
  inset: -60px -60px auto -60px;
  height: 220px;
  background: radial-gradient(circle at 20% 40%, rgba(201,161,74,.35), transparent 60%);
  pointer-events: none;
}

.tz-success-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(201,161,74,.35);
  color: rgba(255,255,255,.95);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .2px;
  margin-bottom: 18px;
}

.tz-success-hero-icon {
  width: 108px;
  height: 108px;
  margin: 10px auto 16px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,161,74,.35);
  animation: tgPop .6s ease-out both;
}

.tz-success-title {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 800;
}

.tz-success-subtitle {
  color: rgba(255,255,255,.9);
  margin: 0 auto;
  max-width: 720px;
  font-size: 18px;
}

.tz-success-copy {
  margin: 10px auto 0;
  color: rgba(255,255,255,.8);
  max-width: 720px;
  font-size: 16px;
}

.tz-success-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 22px;
}

.tz-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(226,232,240,.8);
}

.tz-card--primary {
  padding: 22px;
}

.tz-card--accent {
  padding: 22px;
  background: linear-gradient(180deg, rgba(15,45,82,.04) 0%, rgba(201,161,74,.08) 100%);
}

.tz-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.tz-card-title {
  font-weight: 800;
  color: var(--primary);
  font-size: 18px;
}

.tz-status-badge {
  background: rgba(201,161,74,.12);
  border: 1px solid rgba(201,161,74,.35);
  color: #7a5a12;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .3px;
  white-space: nowrap;
}

.tz-pill {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
}

.tz-pill--info {
  background: rgba(15,45,82,.07);
  color: #0F2D52;
  border: 1px solid rgba(15,45,82,.18);
}

.tz-dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}

.tz-dl > div {
  margin: 0;
}

.tz-dl dt {
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 6px;
}

.tz-dl dd {
  margin: 0;
  font-weight: 800;
  color: var(--primary);
  word-break: break-word;
}

.tz-ref {
  color: #0A2240;
  background: rgba(201,161,74,.14);
  border: 1px solid rgba(201,161,74,.35);
  padding: 7px 12px;
  border-radius: 14px;
  display: inline-block;
  font-weight: 900;
  letter-spacing: .2px;
}

.mt-24 { margin-top: 24px; }

.tz-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tz-timeline-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(226,232,240,.8);
  background: rgba(248,250,252,.6);
}

.tz-timeline-step--done {
  background: rgba(201,161,74,.08);
  border-color: rgba(201,161,74,.28);
}

.tz-timeline-check {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(201,161,74,.2);
  color: #7a5a12;
  font-weight: 1000;
  display: grid;
  place-items: center;
}

.tz-timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(15,45,82,.25);
  margin-top: 6px;
}

.tz-timeline-step-title {
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 4px;
}

.tz-timeline-step-desc {
  color: var(--muted);
  font-weight: 600;
  font-size: 13px;
}

.tz-next-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.tz-next-item {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(226,232,240,.8);
  background: #fff;
}

.tz-next-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(201,161,74,.14);
  border: 1px solid rgba(201,161,74,.35);
  color: #7a5a12;
  font-weight: 1000;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.tz-next-title {
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 6px;
}

.tz-next-desc {
  color: var(--muted);
  font-weight: 600;
  font-size: 13px;
}

.tz-support {
  display: grid;
  gap: 12px;
}

.tz-support-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: start;
}

.tz-support-label {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}

.tz-support-value {
  font-weight: 900;
  color: var(--primary);
  font-size: 14px;
}

.tz-support-value a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,161,74,.25);
}

.tz-support-value a:hover {
  border-bottom-color: rgba(201,161,74,.6);
}

.tz-whatsapp-disabled {
  opacity: .5;
  pointer-events: none;
}

.tz-cta {
  display: grid;
  gap: 12px;
}

.tz-cta-btn {
  width: 100%;
  text-align: center;
}

@keyframes tgPop {
  from { transform: translateY(8px) scale(.96); opacity: .0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

@media (max-width: 980px) {
  .tz-success-grid { grid-template-columns: 1fr; }
  .tz-next-grid { grid-template-columns: 1fr; }
  .tz-dl { grid-template-columns: 1fr; }
  .tz-success-title { font-size: 30px; }
}

